Skip to content

Releases: cloudogu/k8s-backup-operator

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.

v0.8.0

04 Dec 09:30
Compare
Choose a tag to compare

Added

  • [#19] Sync backup list with provider on operator startup

v0.7.0

30 Nov 09:14
Compare
Choose a tag to compare

Added

  • [#13] Sync completed (velero) backups with backup CRs after a restore has finished

v0.6.0

22 Nov 15:39
Compare
Choose a tag to compare

Added

  • [#11] Automated deletion of Backups via various retention strategies.

v0.5.0

09 Nov 09:32
Compare
Choose a tag to compare

Added

  • [#8] Functionality to schedule backups via a BackupSchedule Resource

v0.4.0

25 Oct 14:54
Compare
Choose a tag to compare

Added

  • [#7] Functionality to restore a backup to the namespace where the backup-operator is deployed
    • Before the restore is applied, resources in this namespace which are irrelevant to the backup process are removed to provide a clean slate
    • Currently, only the velero provider is supported