Releases: cloudogu/k8s-ces-setup
Releases · cloudogu/k8s-ces-setup
v1.0.0
Added
- [#90] Add blueprint-operator to default helm values.
Changed
- [#88] Improve clarity of Base64 encoding documentation
v0.21.0
Changed
- Breaking: [#86] Passwords (Docker-, Dogu- & Helmregistry) have to be encoded in Base64
(see here or here)
v0.20.2
Fixed
- [#84] Use default value for the urlschema in the dogu registry secret.
v0.20.1
Changed
- [#82] Update component-operator dependency to 0.7.0.
Fixed
- [#82] Fix issues with helm template.
v0.20.0
Added
- [#80] Add component patch template file for mirroring this chart in offline environments.
v0.19.1
Fixed
- [#78] Remove timeout and wait indefinitely for components to get ready.
v0.19.0
Added
- [#76] components can overwrite their values.yaml-default values
v0.18.0
Added
- [#74] Add functionality to install the component
k8s-cert-manager
before all other operators.
v0.17.1
Changed
- [#72] Update component-operator
- Update other dependencies
- Replace go-yaml with sigs.k8s.io/yaml
v0.17.0
Added
- [#70] Add struct for the components to specify attributes like the deployNamespace.
- With this change it is possible to install longhorn as a component.