Releases: cloudogu/k8s-ces-setup
Releases · cloudogu/k8s-ces-setup
v3.3.1
Fixed
- [#132] Resource patches can now patch values of any type
v3.3.0
Added
- [#128] Proxy support for dogu, container and helm registry.
- If configured via
.setup.env.proxy
the setup creates a secret ces-proxy
with the fully url and uses this proxy to query the dogu registry.
Other components e.g. component-operator uses the url from the secret too if available.
In general if you use this proxy configuration you should also set the proxy for the dogus via the global config in the setup json.
See setup json documentation.
v3.2.1
Fixed
- [#79] Missing post-renderer for installing Helm charts caused restart and unhealthiness in component operator
v3.2.0
Added
- [#122] Add a
deny-all
network-policy for the setup deployment to block all incoming traffic
v3.1.0
Changed
- [#120] Deactivate service account token automount for default SA
v3.0.6
Changed
- [#180] Split rbac permissions into separate files
Fixed
- [#117] Increase wait limit to prevent problems with slow internet connection
Removed
- [#180] Remove unused metrics permission
v3.0.5
Fixed
- [#113] Use retry watchers for wait steps and thus fix a bug where wait steps for component installations got canceled.
v3.0.4
Fixed
- [#115] Update remote dogu descriptor lib to avoid a nil pointer when recoverable errors occur.
v3.0.3
Changed
- [#107] Use new library for getting dogu descriptors and implement a retry mechanism to stabilize the setup process.