Skip to content

Releases: gardener-community/gardener-charts

provider-hcloud-0.6.10

04 Apr 11:27
Compare
Choose a tag to compare

[gardener-extension-provider-hcloud] v0.6.10

provider-alicloud-1.45.0

03 Apr 10:32
Compare
Choose a tag to compare

[gardener-extension-provider-alicloud]

✨ New Features

🐛 Bug Fixes

🏃 Others

[machine-controller-manager]

🐛 Bug Fixes

[machine-controller-manager-provider-alicloud]

🐛 Bug Fixes

🏃 Others

[terraformer]

🏃 Others

networking-cilium-1.23.1

06 Apr 09:27
Compare
Choose a tag to compare

no release notes available

networking-cilium-1.23.0

03 Apr 07:28
Compare
Choose a tag to compare

[gardener-extension-networking-cilium]

✨ New Features

🐛 Bug Fixes

🏃 Others

networking-calico-1.32.0

03 Apr 07:28
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

🐛 Bug Fixes

🏃 Others

gardenlet-1.68.0

06 Apr 10:33
Compare
Choose a tag to compare

[gardener]

⚠️ Breaking Changes

  • [OPERATOR] The gardener controlplane Helm chart does no longer contain the value global.apiserver.serviceEnabled. global.apiserver.serviceEnabled is replaced by global.apiserver.service.enabled. Before you upgrade to this version, please make sure that you adapt the corresponding value to its new equivalent. (gardener/gardener#7729, @ialidzhikov)
  • [DEVELOPER] Developers should no longer introduce new container images from Docker Hub. Please configure the prow job for copying images to the gardener GCR instead. Consult the component checklist for more information. (gardener/gardener#7698, @timebertt)
  • [DEPENDENCY] The extensions/pkg/webhook/certificates.AddCertificateManagementToManager function does now take a list of source webhook configs instead of a single webhook config only. (gardener/gardener#7693, @rfranzke)

✨ New Features

  • [OPERATOR] The Garden API was extended with the new .spec.virtualCluster.{dns,kubernetes,networking} sections. For now, they only allow configuring the necessary information for the deployment of kube-apiserver. Since the API server is not deployed yet, any configuration does not have any effect. Still, you must make sure to already specify at least .spec.virtualCluster.kubernetes.version, .spec.virtualCluster.dns.domain, and .spec.virtualCluster.networking.services. In the upcoming releases, gardener-operator will also take over the management of the kube-apiserver deployment whilst taking the configuration into account. (gardener/gardener#7693, @rfranzke)
  • [OPERATOR] The Garden resource now supports a setting for topology-aware routing. For more details, see the Topology-aware Traffic Routing documentation. (gardener/gardener#7729, @ialidzhikov)
  • [OPERATOR] gardener-operator is now managing the kube-apiserver instance as part of the virtual garden cluster control plane. (gardener/gardener#7730, @rfranzke)
  • [OPERATOR] Enable memory-saver mode for the VPA recommender. It stops tracking resource consumption for Containers without matching VPAs and frees up memory. (gardener/gardener#7746, @voelzmo)

🐛 Bug Fixes

  • [OPERATOR] A bug causing the gardenlet to be unable to access the BackupBucket generated secret in garden namespace is now fixed. (gardener/gardener#7708, @shafeeqes)
  • [OPERATOR] A bug has been fixed which prevented existing secrets from being adopted when they were named kube-apiserver-etcd-encryption-key or service-account-key. (gardener/gardener#7710, @rfranzke)
  • [OPERATOR] A bug has been fixed for the Gardener Operator that occasionally caused "404 not-found" errors when garden resources where applied and the operator ran with multiple replicas. (gardener/gardener#7739, @timuthy)
  • [OPERATOR] A panic causing gardenlet to fail to startup when there is already a terminating Shoot namespace in the Seed is now fixed. (gardener/gardener#7743, @ialidzhikov)
  • [OPERATOR] An issue causing an UID conflict between two Grafana dashboards is now fixed by removing the unneeded "istio-workload-dashboard.json" dashboard. (gardener/gardener#7751, @axel7born)

🏃 Others

[etcd-backup-restore]

🐛 Bug Fixes

🏃 Others

[etcd-custom-image]

🏃 Others

[etcd-druid]

⚠️ Breaking Changes

  • [USER] The default value for druid CLI flag ignore-operation-annotation is now set to false. This means druid will now respect the gardener.cloud/operation annotation for reconciling the Etcd resource by default. This change allows for developers to follow best practices during local development and testing. (gardener/etcd-druid#506, @shreyas-s-rao)

✨ New Features

  • [DEVELOPER] Introduce integration tests for testing the functionalities of each controller, which can be run using...
Read more

gardenlet-1.67.2

03 Apr 09:29
Compare
Choose a tag to compare

[gardener]

🐛 Bug Fixes

gardener-metrics-exporter-0.9.0

31 Mar 09:38
Compare
Choose a tag to compare

[gardener-metrics-exporter]

Improvements

  • [OPERATOR] the source of the label 'purpose' garden_shoot_condition has been changed from annotation 'garden.sapcloud.io/purpose ' to shoot.Spec.Purpose (#29, @mwennrich)

gardener-metrics-exporter-0.8.0

31 Mar 09:37
Compare
Choose a tag to compare

[gardener-metrics-exporter]

Improvements

  • [OPERATOR] garden_shoots_custom_* suffix is exposed via label customizations (#27, @zkdev)

gardener-metrics-exporter-0.26.0

31 Mar 14:08
Compare
Choose a tag to compare

[gardener-metrics-exporter]

🏃 Others

  • [OPERATOR] Resources, SecurityContext and Image Pull Policy can be configured via the HELM chart. (gardener/gardener-metrics-exporter#82, @Wieneo)
    • "gardener-metrics-exporter" container now has a liveness- and readiness probe.