Skip to content

Releases: cozystack/etcd-operator

v0.5.0

11 Jun 11:23
d7dcf6a

Choose a tag to compare

v0.5.0

First release under the new etcd-operator.cozystack.io/v1alpha2 API (module
renamed to github.com/cozystack/etcd-operator). Provide new implementation inspired by Timofei Larkin (@lllamnyp) https://github.com/lllamnyp/etcd-operator. See more in our blog.

Breaking changes

A lot of API changes etcd.aenix.io/v1alpha1 -> etcd-operator.cozystack.io/v1alpha2, see full description here and use etcd-migratetool with kubectl plugin.

Artifacts

Container image (multi-arch, cosign keyless-signed):

ghcr.io/cozystack/etcd-operator:v0.5.0

Helm chart (OCI):

helm install etcd-operator oci://ghcr.io/cozystack/charts/etcd-operator \
  --version 0.5.0 \
  --namespace etcd-operator-system --create-namespace

Install manifests & client CLIs — attached below once this release is
published (produced by release-assets.yml, which fires on release creation):

  • etcd-operator.yaml — CRDs + namespace + RBAC + manager (kubectl-apply path)
  • etcd-operator.crds.yaml / etcd-operator.non-crds.yaml — split install
  • etcd-migrate-<os>-<arch> — legacy etcd.aenix.io/v1alpha1 → v1alpha2 adoption tool
  • kubectl-etcd-<os>-<arch> — day-2 ops kubectl plugin
  • cli-SHA256SUMS.txt

v0.4.5

25 May 09:49
ce98e5f

Choose a tag to compare

Changes

Bug Fixes

v0.4.4

19 May 11:01
c5d6906

Choose a tag to compare

Changes

v0.4.3

26 Mar 07:38
8f6f1bd

Choose a tag to compare

Changes

Bug Fixes

Maintenance

v0.4.2

22 Apr 12:33
4438907

Choose a tag to compare

Changes

Features

Bug Fixes

Maintenance

v0.4.1

09 Aug 15:59
bb350c3

Choose a tag to compare

Changes

  • Add watch verb for storageclasses rbac sholdee (#258)

Bug Fixes

Maintenance

v0.4.0

23 Jul 15:46
dc76460

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

03 Jul 18:00
ec7f117

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Jul 11:26
88b0b6a

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Apr 20:26
499d4a3

Choose a tag to compare

Changes

Features

Maintenance