Releases: cloudogu/k8s-ces-setup
Releases · cloudogu/k8s-ces-setup
v3.0.2
Fixed
- [#111] Use newest cesapp-lib version (v0.14.4) to fix dogu sorting bug
v3.0.1
Fixed
- [#108] Use newest cesapp-lib version (v0.14.3) to fix dogu sorting bug
v3.0.0
Changed
- [#105] Breaking: The name of the Secret for container credentials was renamed from
k8s-dogu-operator-docker-registry
to ces-container-registries
.
According to this the yaml key of the values.yaml
changed too from docker_registry_secret
(Object with url
, username
and password
as attributes) to container_registry_secrets
(List of Object with url
, username
and password
as attributes).
This is necessary because the container images of dogus and components may be stored in different registries and not only one like registry.cloudogu.com
.
v2.1.2
Changed
- [#103] upgrade dogu-operator to v2
- [#103] upgrade go to 1.23.2
v2.1.1
Fixed
- [#101] Generation of wait steps for dogus which have optional component dependencies.
v2.1.0
Changed
- [#99] Relicense to AGPL-3.0-only
v2.0.1
Fixed
- [#97] create config before components
v2.0.0
Breaking Change ahead
Removed
- [#94] Remove internal ETCD
Changed
- [#94] Add k8s-registry lib in version 0.2.0 to use config maps for configuration instead of the etcd.
- This change requires all other installed components to use the configmaps or otherwise the setup wont succeed
v1.0.1
Changed
- [#92] The setup doesnt delete its own helm secret anymore. With this behaviour terraform state mechanism is able to recognize if a setup was already applied in a cluster.
v1.0.0
Added
- [#90] Add blueprint-operator to default helm values.
Changed
- [#88] Improve clarity of Base64 encoding documentation