Releases: gardener/gardener-extension-networking-cilium
Releases · gardener/gardener-extension-networking-cilium
v1.4.0
[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
[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 to1.15
and alpine image to3.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
[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 ofcluster-pool
. (#16, @zanetworker) - [OPERATOR] Monitoring is now enabled by default which would expose metrics/dashboards for the agent/hubble and operator components. (#14, @zanetworker)
v1.1.0
[gardener-extension-networking-cilium]
Improvements
- [OPERATOR] Cilium is now running on v1.8.0 (#13, @zanetworker)
- [OPERATOR] Vendored gardener v1.7.0. (#12, @plkokanov)
- Added implementation for
Restore
andMigrate
operations.
- Added implementation for
- [OPERATOR] Release now points to the right slack channel. (#11, @zanetworker)
v1.0.0
[gardener-extension-networking-cilium]
Most notable changes
- [USER] Gardener now supports Cilium as a network extension. (#7, @zanetworker)