Skip to content

Releases: cloudogu/k8s-backup-operator

v1.3.1

19 Dec 15:26
Compare
Choose a tag to compare

Fixed

v1.3.0

05 Dec 15:11
Compare
Choose a tag to compare

Added

  • [#40] Add NetworkPolicy to deny all ingress traffic

v1.2.0

29 Nov 13:50
Compare
Choose a tag to compare

Changed

  • [#37] Refactor rbac permissions to be more clear and better match the use cases

Removed

  • [#37] Leader election and leader election rbac permissions
  • [#37] Metrics rbac permissions

Fixed

  • Do not abort restore when maintenance mode cannot be activated

v1.1.1

29 Oct 12:05
Compare
Choose a tag to compare

Fixed

  • [#35] Use correct helm dependency constraint for backup-operator-crd.

v1.1.0

28 Oct 14:08
Compare
Choose a tag to compare

Changed

  • [#33] Make imagePullSecrets configurable via helm values and use ces-container-registries as default.

v1.0.0

18 Oct 09:02
Compare
Choose a tag to compare

Changed

  • [#31] Use cluster native config instead of the etcd.

v0.11.0

18 Sep 13:28
Compare
Choose a tag to compare

Changed

  • [#29] Relicense to AGPL-3.0-only

v0.10.1

10 Jan 11:43
Compare
Choose a tag to compare

Fixed

  • [#27] Added missing watch permission for statefulsets.
    • This is used when waiting for the etcd on maintenance switch.

Changed

  • [#14] Updated docs for installing and configuring k8s-longhorn and k8s-velero.

v0.10.0

19 Dec 15:34
Compare
Choose a tag to compare

Added

  • [#23] Added docs for installing the operator in an existent Cloudogu EcoSystem and on an empty cluster.

Fixed

  • Fix value of label k8s.cloudogu.com/part-of in helm template do avoid deletion in cleanup process.

v0.9.0

08 Dec 13:13
Compare
Choose a tag to compare

Added

  • [#14] Patch template for mirroring this component and its images

Changed

  • [#17] Replace create-backup-script with an operator subcommand.
    This way, the backup schedule cron job can use the same image as the operator.
  • [#15] Delete kustomize structure and hold the operator yaml files just in a helm chart.