Releases: cloudogu/k8s-backup-operator
Releases · cloudogu/k8s-backup-operator
v1.3.0
Added
- [#40] Add NetworkPolicy to deny all ingress traffic
v1.2.0
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
Fixed
- [#35] Use correct helm dependency constraint for
backup-operator-crd
.
v1.1.0
Changed
- [#33] Make imagePullSecrets configurable via helm values and use
ces-container-registries
as default.
v1.0.0
Changed
- [#31] Use cluster native config instead of the etcd.
v0.11.0
Changed
- [#29] Relicense to AGPL-3.0-only
v0.10.1
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
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
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.