Skip to content

Releases: gardener/gardener-extension-networking-cilium

v1.10.0

01 Mar 14:09
Compare
Choose a tag to compare

[gardener-extension-networking-cilium]

🏃 Others

v1.9.0

17 Feb 15:57
Compare
Choose a tag to compare

[gardener-extension-networking-cilium]

🏃 Others

v1.8.0

27 Jan 14:54
Compare
Choose a tag to compare

[gardener-extension-networking-cilium]

🏃 Others

📰 Noteworthy

v1.7.1

17 Nov 14:31
Compare
Choose a tag to compare

no release notes available

v1.7.0

16 Nov 13:27
Compare
Choose a tag to compare

[gardener-extension-networking-cilium]

🏃 Others

v1.6.0

18 Oct 09:23
Compare
Choose a tag to compare

[gardener-extension-networking-cilium]

⚠️ Breaking Changes

✨ New Features

🏃 Others

v1.5.0

16 Apr 13:03
Compare
Choose a tag to compare

[gardener-extension-networking-cilium]

⚠️ Breaking Changes

  • [USER] Extension resource configs (NetworkConfig) are now deserialized in "strict" mode. This means that deserializing resources with fields that are not allowed by the API schema will result in errors. Shoots containing such resources will fail with an appropriate error until you manually update the shoot to make sure any extension resource configs contained in it are valid. (#40, @stoyanr)

🏃 Others

  • [OPERATOR] Update cilium to v1.9.5, which includes many bugfixes. (#39, @DockToFuture)
  • [OPERATOR] Cilium is updated to v.1.9.4. The ipam mode is switched from legacy hostscope mode which is removed to cluter-pool ipam mode. (#38, @DockToFuture)
  • [OPERATOR] Vendor to gardener v1.16.0 and update controller runtime to v0.7.1 (#37, @DockToFuture)

Docker Images

gardener-extension-networking-cilium: eu.gcr.io/gardener-project/gardener/extensions/networking-cilium:v1.5.0

v1.4.0

23 Nov 08:07
Compare
Choose a tag to compare

[gardener-extension-networking-cilium]

Improvements

  • [OPERATOR] The cache for Secrets and ConfigMaps is now disabled to decrease the extension controller's memory footprint (#34, @ialidzhikov)
  • [OPERATOR] An issue causing networking-cilium controller to not respect the --max-concurrent-reconciles flag is now fixed. (#33, @ialidzhikov)

Docker Images

gardener-extension-networking-cilium: eu.gcr.io/gardener-project/gardener/extensions/networking-cilium:v1.4.0

v1.3.0

10 Nov 17:28
Compare
Choose a tag to compare

[gardener-extension-networking-cilium]

Improvements

  • [OPERATOR] Update cilium to v1.8.5 and update missing clusterrole permissions. (#31, @DockToFuture)
  • [OPERATOR] Vendor cilium to gardener v1.12.6 and update golang to 1.15 and alpine image to 3.12.1. (#30, @DockToFuture)
  • [OPERATOR] Adds priority class for extension pods to prevent preemption. (#28, @danielfoehrKn)
  • [OPERATOR] The following options can now be configured through the extension's Helm chart values charts/gardener-extension-networking-cilium/values.yaml: (#26, @timuthy)
    • Health check worker count
    • minAllowed values for VPA
  • [OPERATOR] Cilium is now running on v1.8.4. (#24, @DockToFuture)

Docker Images

gardener-extension-networking-cilium: eu.gcr.io/gardener-project/gardener/extensions/networking-cilium:v1.3.0

v1.2.0

07 Sep 13:37
Compare
Choose a tag to compare

[gardener-extension-networking-cilium]

Improvements

  • [OPERATOR] Cilium is now running on v1.8.2. (#17, @zanetworker)
  • [OPERATOR] hostscope IPAM is now used by default for Cilium clusters instead of cluster-pool. (#16, @zanetworker)
  • [OPERATOR] Monitoring is now enabled by default which would expose metrics/dashboards for the agent/hubble and operator components. (#14, @zanetworker)