Releases: cloudogu/k8s-backup-operator
Releases · cloudogu/k8s-backup-operator
v0.8.0
Added
- [#19] Sync backup list with provider on operator startup
v0.7.0
Added
- [#13] Sync completed (velero) backups with backup CRs after a restore has finished
v0.6.0
Added
- [#11] Automated deletion of Backups via various retention strategies.
v0.5.0
Added
- [#8] Functionality to schedule backups via a
BackupSchedule
Resource
v0.4.0
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
v0.3.0
Added
- [#3] Add functionality to create a backup from the namespace where the backup-operator is deployed. Velero is used as a first provider.
v0.2.0
Added
- [#4] Add CRD-Release to Jenkinsfile