Releases: cloudogu/k8s-ces-control
Releases · cloudogu/k8s-ces-control
v1.1.0
Fixed
- [#48] Fix not applying development values to helm values
Changed
- [#47] drastically reduce RBAC permissions
v1.0.0
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
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
Changed
- [#35] - Use k8s-registry-lib to read and write log level
v0.10.0
Changed
- [#37] - Relicense to AGPL-3.0-only
v0.9.0
Changed
- [#33] - Use configmap based dogu registry instead of etcd to retrieve dogu.jsons
v0.8.1
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
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
Added
- [#23] Add new query API for Dogu-Logs
v0.6.0
Added
- GetBlueprintId endpoint added (#21)
- retrieves the blueprint id of the currently installed blueprint, if applicable.