Releases: cloudogu/k8s-blueprint-operator
Releases · cloudogu/k8s-blueprint-operator
v2.3.1
Changed
- [#103] Extract blueprint structs and associated functionality and move it into blueprint-lib
- only that code was extracted that handles JSON parsing and superficial conversion in order to enable other modules to parse different blueprint versions.
Fixed
- Fix autogeneration boilerplate text to match with the current make target
generate-deepcopy
Security
- Fix CVE-2024-45338 from golang.org/x/net
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.1
v2.1.0
Changed
- [#87] Use ces-commons-lib for common errors and common types
- [#87] Use remote-dogu-descriptor-lib
- [#87] Use retry-lib
- [#93] deactivate operator leader election
Security
- [#93] Remove RBAC permissions that seem unnecessary for the execution of the operator
- this is an operational security measure
v2.0.1
v2.0.0
Changed
- Update module to v2
- [#85] Make imagePullSecrets configurable via helm values and use
ces-container-registries
as default. - [#81] migrate etcd access to ecosystem config to k8s-config
- [#81] create configmaps and secrets for dogu config if the dogu is not yet installed
- [#81] give operator permissions to see configmaps and secrets
- [#81] use maintenance mode implementation from k8s-registry-lib
- [#81] use dogu v2 implementation
- [#81] small refactorings on configDiff implementation
- [#81] update various dependencies
- [#81] use go 1.23