Skip to content

Releases: cloudogu/k8s-ces-setup

v3.0.2

06 Nov 09:35
Compare
Choose a tag to compare

Fixed

  • [#111] Use newest cesapp-lib version (v0.14.4) to fix dogu sorting bug

v3.0.1

30 Oct 11:36
Compare
Choose a tag to compare

Fixed

  • [#108] Use newest cesapp-lib version (v0.14.3) to fix dogu sorting bug

v3.0.0

25 Oct 13:33
Compare
Choose a tag to compare

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

18 Oct 09:18
Compare
Choose a tag to compare

Changed

  • [#103] upgrade dogu-operator to v2
  • [#103] upgrade go to 1.23.2

v2.1.1

17 Oct 12:29
Compare
Choose a tag to compare

Fixed

  • [#101] Generation of wait steps for dogus which have optional component dependencies.

v2.1.0

19 Sep 06:02
Compare
Choose a tag to compare

Changed

  • [#99] Relicense to AGPL-3.0-only

v2.0.1

08 Aug 14:12
Compare
Choose a tag to compare

Fixed

  • [#97] create config before components

v2.0.0

02 Aug 10:41
Compare
Choose a tag to compare

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

18 Jun 12:22
Compare
Choose a tag to compare

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

22 Mar 10:35
Compare
Choose a tag to compare

Added

  • [#90] Add blueprint-operator to default helm values.

Changed

  • [#88] Improve clarity of Base64 encoding documentation