Releases: projectsyn/component-backup-k8up
Releases · projectsyn/component-backup-k8up
v2.1.0
While this release primarily fixes #22, it also (re-)adds the images
parameter containing the Docker image locations and tags for K8up and Wrestic.
If you want to customize the K8up or Wrestic image version or location please do so in parameters.backup_k8up.images
instead of directly in parameters.backup_k8up.helmValues
to ensure the component creates a correct set of K8up manifests (in particular so the component downloads the CRD YAML which is compatible with the requested version of K8up).
Changes since v2.0.0
Added
- Re-added
image
parameters and pass them through tohelmValues
(#23)
Changed
- Switch to Helm dependency type to download K8up chart (#23)
- Move postprocessing filter configuration into hierarchy (#23)
- Bump default versions to K8up v1.0.4 and Helm chart 1.0.5 (#23)
Fixed
- Use K8up version (not Helm chart) version to fetch CRD YAML (#23)
v2.0.0
Changed
- Upgrade K8up chart to v1.0.3 release with seperate CRD deployment([#20])
- Expose all Helm values ([#20])
- Removed
image
parameter, they are available via Helm values ([#20]) - Removed
tz
parameter, its available in Helm values ([#20]) - Set
Etc/UTC
as default Timezone ([#20]) - Replaced internal parameter usage of
customer.name
withcluster.tenant
([#20])