Skip to content

Releases: cloudogu/k8s-component-operator

v1.7.0

27 Jan 11:32
Compare
Choose a tag to compare

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.2

19 Dec 15:32
Compare
Choose a tag to compare

Fixed

v1.6.1

18 Dec 13:51
Compare
Choose a tag to compare

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

17 Dec 10:34
Compare
Choose a tag to compare

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

12 Dec 14:44
Compare
Choose a tag to compare

Added

  • [#77] Add labels with component name and version also to pod-templates of Deployments, StatefulSets, DaemonSets, Jobs & CronJobs

v1.4.0

04 Dec 16:45
Compare
Choose a tag to compare

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

20 Nov 08:28
Compare
Choose a tag to compare

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

04 Nov 15:09
Compare
Choose a tag to compare

Fixed

  • [#69] Image path for rbac proxy registry in patch templates.

Changed

  • Update samples

v1.2.0

28 Oct 14:13
Compare
Choose a tag to compare

Changed

  • [#66] Make imagePullSecrets configurable via helm values and use ces-container-registries as default.

v1.1.1

07 Oct 14:36
Compare
Choose a tag to compare

Changed

  • Upgrade go to v1.23
  • Upgrade golang-ci to v1.61.0
  • Update Dependencies