Releases: cloudogu/k8s-velero
Releases · cloudogu/k8s-velero
v5.0.2-13
Fixed
- [#26] Restore of an old ecosystem-certificate could make the ecosystem unavailable
Changed
- [#26] Exclude ecosystem-certificate from restore
v5.0.2-12
Fixed
- [#24] Restore of backup components lead to errors after restore
- This is because the component operator would detect a downgrade, which is not allowed.
Or worse, an upgrade during the restore operation would cause it to fail.
Changed
- [#24] exclude all components of the backup stack in the restore
v5.0.2-11
Added
- [#22] Plugin for restore exclude
v5.0.2-10
Changed
- [#20] Set sensible resource requests and limits
v5.0.2-9
Fixed
- [#18] change label of podSelector to match k8s-velero
v5.0.2-8
Added
- [#16] add deny all NetworkPolicy
v5.0.2-7
Changed
- [#13] Use
ces-container-registries
secret for pulling container images as default.
v5.0.2-6
- Relicense to AGPL-3.0-only
v5.0.2-5
Changed
- [#9] Use existing secret for backup-storage
v5.0.2-4
Fixed
- [#7] Add volumemounts for init containers in patch templates.