Releases: k8up-io/k8up
Releases · k8up-io/k8up
v2.15.0
3 changes since v2.14.0
This version of K8up changes the system requirements. Please consult the docs for more information.
🚀 Features
- Add e2e test to validate YAML examples from documentation (#1158)
- Update CLI greeting and copyright notice (#1176)
🐛 Fixes
- Use websockets instead of SPDY for streaming (#1183)
📄 Documentation
- Add e2e test to validate YAML examples from documentation (#1158)
k8up-4.9.0
This release contains only Helm chart changes
4 changes since k8up-4.8.7
The version of K8up included by default in this chart changes the system requirements.
Please consult the docs for more information.
If your application aware backups fail after this upgrade you might need to add the following to your values.yaml:
k8up:
envVars:
- name: INSECURE_ALLOW_PODEXEC_SPDY_FALLBACK
value: "true"See #1183 for context.
🚀 Features
- Add nodeSelector, tolerations, and affinity to cleanup hook (#1175)
🐛 Fixes
- Fix globalResources env var names in Helm chart (#1168)
- Use websockets instead of SPDY for streaming (#1183)
🔗 Dependency Updates
- Bump chart version (#1185)
v2.14.0
5 changes since v2.13.1
🚀 Features
- Update restic to 0.18.1 (#1126)
- enhancement: Add restore filter based on timestamp of snapshots (#1122)
- enhancement: add support for restic's --delete parameter (#1123)
- enhancement: add support for restic's --path parameter to operator and cli (#1121)
- Improve sleep for reliable repository creation (#1105)
- Add flag to disable Snapshots CR sync (#1112)
🐛 Fixes
🔗 Dependency Updates
- chore(deps): update dependency go to v1.26.1 (#993)
k8up-4.8.7
v2.13.1
k8up-4.8.6
This release contains only Helm chart changes
1 changes since k8up-4.8.5
🐛 Fixes
- Remove bitnami image for
cleanupjobs (#1086)
k8up-4.8.5
v2.13.0
7 changes since v2.12.0
🚀 Features
- App tmp and cache ephemeral dirs for restic (#1056)
- Sign images using cosign (#1079)
- Support backup image pull secret in configuration (#1078)
🐛 Fixes
- Fix for restic progress fps (#1054)
- Fix: Linter args and configuration (#1060)
- fix duplicate snapshots when using multiple labelSelector schedules (#1066)
📄 Documentation
- Add Information about backing up now (#1076)
v2.13.0-dev-signed
5 changes since v2.12.0
🚀 Features
- App tmp and cache ephemeral dirs for restic (#1056)
🐛 Fixes
- Fix for restic progress fps (#1054)
- Fix: Linter args and configuration (#1060)
- fix duplicate snapshots when using multiple labelSelector schedules (#1066)
📄 Documentation
- Add Information about backing up now (#1076)
k8up-4.8.4
This release contains only Helm chart changes
1 changes since k8up-4.8.3
🛠️ Minor Changes
- Bump K8up version in chart (#1048)