Skip to content

Releases: cloudogu/k8s-ces-control

v1.1.0

25 Nov 09:13
Compare
Choose a tag to compare

Fixed

  • [#48] Fix not applying development values to helm values

Changed

  • [#47] drastically reduce RBAC permissions

v1.0.0

30 Oct 13:16
Compare
Choose a tag to compare

Changed

  • [#43] Make imagePullSecrets configurable via helm values and use ces-container-registries as default.
  • [#41] Use dogu v2 api
  • [#41] Update go version to 1.23.2

v0.11.1

08 Oct 11:41
Compare
Choose a tag to compare

Fixed

  • [#39] Fix helm dependency version constraint for loki and allow loki versions >=2.9.1-0 and <4.0.0-0

v0.11.0

20 Sep 08:53
Compare
Choose a tag to compare

Changed

  • [#35] - Use k8s-registry-lib to read and write log level

v0.10.0

19 Sep 06:25
Compare
Choose a tag to compare

Changed

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

v0.9.0

15 Jul 12:44
Compare
Choose a tag to compare

Changed

  • [#33] - Use configmap based dogu registry instead of etcd to retrieve dogu.jsons

v0.8.1

24 May 19:49
Compare
Choose a tag to compare

Fixed

  • [#31] After setting a new log level for a dogu, the dogu restarts even when it is stopped - dogu should stay stopped

v0.8.0

23 May 15:23
Compare
Choose a tag to compare

Changed

  • Update Makefiles to 9.0.5

Added

  • [#27] API GetDoguList reports current LogLevel
  • [#25] API to set log level for a dogu
    • when the provided log level differs from the log level set in the config, a dogu restart is triggered to apply the change

Fixed

  • A bug where the healthcheck never returned the correct container state (#29)

v0.7.0

02 May 15:00
Compare
Choose a tag to compare

Added

v0.6.0

27 Mar 12:00
Compare
Choose a tag to compare

Added

  • GetBlueprintId endpoint added (#21)
    • retrieves the blueprint id of the currently installed blueprint, if applicable.