Skip to content

Releases: cloudogu/k8s-component-operator

v1.13.0

05 May 09:45

Choose a tag to compare

Added

  • [#106] reconcile on a configmap with the label k8s.cloudogu.com/component.config
    • config map contains a multiline yaml to overwrite values

Changed

  • [#108] overwrite dev make targets when ecosystem-core is enabled

v1.12.2

25 Mar 13:23

Choose a tag to compare

Security

v1.12.1

17 Feb 10:57

Choose a tag to compare

Security

Changed

  • Upgrade Golang to v1.26.0

v1.12.0

07 Nov 15:12

Choose a tag to compare

Added

  • [#100] Added a reference to a config map to the component cr
    • config map contains a multiline yaml to overwrite values

v1.11.0

07 Oct 15:13

Choose a tag to compare

Changed

  • [#98] Extracted Component-CRD and associated clients to own repository

v1.10.1

25 Sep 15:10

Choose a tag to compare

Changed

  • [#96] Upgrade Golang to v1.25.1
  • [#96] Upgrade Dependencies
  • [#96] Update Makefiles to 10.4.0

v1.10.0

10 Jul 08:16

Choose a tag to compare

Added

  • [#95] Added mappedValues field to component cr
    • This field is a generic key/value map
  • [#95] Added feature to read a components component-values-metadata.yaml file from helm chart
    • This file contains mappings from a field in mappedValues to a field in values.yaml

v1.9.1

08 Jul 07:42

Choose a tag to compare

Fixed

  • [#93] Component health occasionally wouldnt be set to available after installation.
    This was due to a race condition between two processes setting available and unavailable at the same time.
    If the health had first been set to available, the other process would reset it to unavailable without reevaluating the actual health state.

Changed

  • [#93] When setting component health, reevaluate health state on conflict.
  • [#93] Regularly sync component health to avoid inconsistent states, e.g. when reconciliation fails.

v1.9.0

23 Apr 08:03

Choose a tag to compare

Changed

  • [#90] Set sensible resource requests and limits

v1.8.0

31 Mar 15:42

Choose a tag to compare

Added

  • [#87] Add additional print columns and aliases to CRD

Changed

  • [#87] Upgrade Golang to v1.24.1