Skip to content

Releases: celestiaorg/knuu

v0.12.0

27 Mar 14:06
c4f7ed1
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/docker/docker from 25.0.5+incompatible to 26.0.0+incompatible by @dependabot in #254
  • feat: STS to RS by @jrmanes in #255

Full Changelog: v0.11.1...v0.12.0

v0.11.1

20 Mar 16:17
8b6eb15
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #246
  • build(deps): bump github.com/minio/minio-go/v7 from 7.0.66 to 7.0.69 by @dependabot in #247
  • Jose/bittwister bump by @jrmanes in #253
  • build(deps): bump k8s.io/api from 0.29.2 to 0.29.3 by @dependabot in #249
  • build(deps): bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible by @dependabot in #252

Full Changelog: v0.11.0...v0.11.1

v0.11.0-rc.0

08 Mar 08:54
5986762
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0-rc.0

v0.11.0

13 Mar 12:15
5986762
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

10 Nov 16:34
db16844
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 by @dependabot in #197
  • build(deps): bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible by @dependabot in #198
  • feat: add otel to mainnn by @smuu in #203

Full Changelog: v0.9.0...v0.10.0

v0.9.0-alpha

07 Nov 14:08
9620d29
Compare
Choose a tag to compare
v0.9.0-alpha Pre-release
Pre-release

Alpha releases add capabilities to Knuu that require a special setup in the Kubernetes Cluster.

Examples are:

  • creating ingresses
  • external DS servuces
  • observability

Full Changelog: v0.9.0...v0.9.0-alpha

What's Changed

  • feat: Update alpha branch with main branch by @smuu in #159
  • feat: add capability of creating ingresses by @smuu in #151
  • feat: add capability of external dns services by @smuu in #152
  • feat: Update alpha with main branch by @smuu in #163
  • feat(obsy): add logic for configuring obsy by @smuu in #174
  • bugfix: use numbers instead of name for owner by @smuu in #190
  • bugfix: set fsGroupChangePolicy to on root mismatch by @smuu in #191

Full Changelog: v0.9.0...v0.9.0-alpha

v0.9.0

07 Nov 14:05
287c841
Compare
Choose a tag to compare

What's Changed

  • Fix: changed InitializedWithIdentifier to Initialize by @baibhavKumar1 in #150
  • feat: bump knuu version v0.8 in README by @smuu in #145
  • feat: package timeout for k8s communication by @smuu in #158
  • build(deps): bump k8s.io/client-go from 0.27.3 to 0.27.4 by @dependabot in #157
  • feat: create and attach configMap when adding file after commit by @smuu in #154
  • build(deps): bump github.com/docker/docker from 24.0.4+incompatible to 24.0.5+incompatible by @dependabot in #162
  • made changes to the labels by @Najamulhassan3383 in #137
  • refactor: cleanup blank spaces - use funcs multiline by @jrmanes in #169
  • feat: add sidecar functionality by @smuu in #168
  • build(deps): bump k8s.io/client-go from 0.27.4 to 0.28.0 by @dependabot in #173
  • feat: clone with new name by @smuu in #175
  • build(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #176
  • bugfix: add configmaps to timeout handler by @smuu in #177
  • doc: update feature list in readme by @Mackenzie-OO7 in #161
  • feat: start without wait for instance pool by @smuu in #179
  • Fix broken link by @liamsi in #183
  • build(deps): bump k8s.io/client-go from 0.28.0 to 0.28.2 by @dependabot in #185
  • build(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.6+incompatible by @dependabot in #184
  • feat: use fsGroup by @smuu in #188

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

11 Jul 06:16
920d628
Compare
Choose a tag to compare

What's Changed

  • feat: introduce statefulset by @smuu in #106
  • feat: delete with no grace period when callind destroy to speed up cl… by @smuu in #112
  • Feature/global timeout by @smuu in #110
  • feat: add CNAME file by @smuu in #126
  • feat: add probes by @smuu in #127
  • doc: add contributing.md by @Mackenzie-OO7 in #124
  • bugfix: proper cleanup with timeout handler by @smuu in #133
  • fix: execute command with a shell by @smuu in #135
  • build(deps): bump github.com/docker/docker from 24.0.2+incompatible to 24.0.3+incompatible by @dependabot in #136
  • feat: add rbac by @smuu in #129
  • build(deps): bump github.com/docker/docker from 24.0.3+incompatible to 24.0.4+incompatible by @dependabot in #138
  • fix: dont run kubectl delete when input is empty by @smuu in #140
  • Remove logrus import by @rafiramadhana in #113
  • bugfix: proper error handling and retries by @smuu in #143

New Contributors

Full Changelog: v0.7.2...v0.8.2

v0.8.2-rc.1

10 Jul 15:18
920d628
Compare
Choose a tag to compare
v0.8.2-rc.1 Pre-release
Pre-release

What's Changed

  • bugfix: proper error handling and retries by @smuu in #143

Full Changelog: v0.8.1-rc.1...v0.8.2-rc.1

v0.8.1-rc.1

10 Jul 11:46
34db4b6
Compare
Choose a tag to compare
v0.8.1-rc.1 Pre-release
Pre-release

What's Changed

  • build(deps): bump github.com/docker/docker from 24.0.3+incompatible to 24.0.4+incompatible by @dependabot in #138
  • fix: dont run kubectl delete when input is empty by @smuu in #140
  • Remove logrus import by @rafiramadhana in #113

New Contributors

Full Changelog: v0.8.0-rc.1...v0.8.1-rc.1