Skip to content

Releases: giantswarm/chart-operator

v3.2.1

05 Mar 11:42
4a1d150
Compare
Choose a tag to compare

Fixed

  • Use separate rest configs for different Kubernetes clients.

v3.2.0

27 Feb 12:30
3416f32
Compare
Choose a tag to compare

Added

  • Added --service.controller.resyncperiod daemon flag that can be controller via .controller.resyncPeriod Helm value.
    Controls the duration after which a complete sync with all known runtime objects the controller watches is performed.
    Defaults to 5m.

v3.1.3

29 Jan 07:50
56c4d5b
Compare
Choose a tag to compare

Fixed

  • Move pss values under the global property

Changed

  • Use base images from gsoci.azurecr.io

v3.1.2

20 Dec 15:34
21f783f
Compare
Choose a tag to compare

Changed

  • Configure gsoci.azurecr.io as the default container image registry.

v3.1.1

05 Dec 16:53
20ba19b
Compare
Choose a tag to compare

Changed

  • Configure gsoci.azurecr.io as the registry to use by default

v3.1.0

19 Oct 09:36
38587be
Compare
Choose a tag to compare

Changed

  • Force-disable PSP-related resources when global.podSecurityStandards.enforced value is true.

v3.0.0

04 Oct 14:19
a702c16
Compare
Choose a tag to compare

Removed

  • Removed giantswarm.io/monitoring: "true" label from the Service resource. To get metrics chart-operator should
    be from now on used in conjunction with chart-operator-extensions version v1.1.1 or later to deploy
    ServiceMonitor resource for it. It was split up as chart-operator is one of the first component to get into
    a cluster that will deploy most other things, for example Prometheus that will eventually actually deploy the
    CRD for ServiceMonitor.

v2.35.2

26 Sep 14:04
9f3f36b
Compare
Choose a tag to compare

Fixed

  • Fixed default values for .proxy and .cluster.proxy values and updated Helm values schema accordingly.

v2.35.1

21 Sep 14:29
90a4979
Compare
Choose a tag to compare

Changed

  • Changed pod taint toleration to only tolerate NotReady for CAPI.

v2.35.0

04 May 09:33
c0cb156
Compare
Choose a tag to compare

Changed

  • Disable PSPs for k8s 1.25 and newer.