Releases: cloudogu/k8s-component-operator
Releases · cloudogu/k8s-component-operator
v1.7.0
Added
- [#85] Proxy support for the registry http client in helm. The proxy will be used from the secret
ces-proxy
which will be created by the setup.
v1.6.1
Fixed
- [#81] Components status after rolling update of component operator deployment is not
unknown
any more
- When we detect a change in the component operator deployment, the status of ALL components is updated, instead of just that of the component operator.
v1.6.0
Fixed
- [#79] Restart and unhealthy component operator after it is installed
Changed
- [#79] Set version in component before installation when version is empty.
v1.5.0
Added
- [#77] Add labels with component name and version also to pod-templates of Deployments, StatefulSets, DaemonSets, Jobs & CronJobs
v1.4.0
Fixed
- [#73] Increase wait limit to prevent problems with slow internet connection
Added
- [#75] Add a
deny-all
network-policy, to block all incoming traffic
Removed
- [#75] Remove RBAC-Proxy along with k8s-metrics-service, because metrics are currently no used and all incoming traffic is blocked by the network-policy
- [#75] Remove unused
manager-config
config-map
- [#75] Remove unused WebHookServer
v1.3.0
Added
- [#71] Add comments for RBAC permissions
Removed
- [#71] Remove unused ClusterRole for reading metrics
- [#71] Remove unused leader-election along with its RBAC permissions
v1.2.1
Fixed
- [#69] Image path for rbac proxy registry in patch templates.
Changed
v1.2.0
Changed
- [#66] Make imagePullSecrets configurable via helm values and use
ces-container-registries
as default.
v1.1.1
Changed
- Upgrade go to v1.23
- Upgrade golang-ci to v1.61.0
- Update Dependencies