Skip to content

Releases: gardener/gardener-extension-networking-calico

v1.20.0

21 Oct 08:25
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

✨ New Features

🏃 Others

v1.19.1

21 Sep 15:36
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

🏃 Others

  • [OPERATOR] The extension does no longer depend on a list of supported Kubernetes versions (coming from the github.com/gardener/gardener dependency). This was preventing the extension to start against Seed clusters running on K8s versions that were not present in the mentioned list. (#112, @ialidzhikov)

v1.19.0

20 Jul 08:23
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

⚠️ Breaking Changes

  • [OPERATOR] Drop support for k8s<v1.15.0. (#100, @DockToFuture)
  • [OPERATOR] The default leader election resource lock of gardener-extension-networking-calico has been changed from configmapsleases to leases. (#98, @ialidzhikov)
    • Please make sure, that you had at least gardener-extension-networking-calico@v1.16 running before upgrading to v1.19.0, so that it has successfully required leadership with the hybrid resource lock (configmapsleases) at least once.

✨ New Features

  • [OPERATOR] It is now possible to specify the leader election resource lock via the chart value leaderElection.resourceLock (defaults to leases). (#98, @ialidzhikov)

🏃 Others

  • [OPERATOR] Revendored to gardener v1.26.0 (#103, @ScheererJ)
  • [OPERATOR] The kubeconfig used by cni (/etc/cni/net.d/calico-kubeconfig) will be automatically updated if the service account token changes. (#92, @ScheererJ)
  • [OPERATOR] adds artifacts for Landscaper integration (#83, @jschicktanz)

v1.18.0

09 Jun 13:12
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

🏃 Others

v1.17.0

28 Apr 07:57
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

⚠️ 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. (#76, @stoyanr)

🏃 Others

v1.16.0

10 Mar 12:03
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

🏃 Others

  • [OPERATOR] Calico is configured to use IP_AUTODETECTION_METHOD=cidr=cidrRange with the nodeCidr as cidrRange to prevent the using the wrong interface on the node. (#72, @DockToFuture)
  • [OPERATOR] Add security context to install-cni container (#68, @DockToFuture)
  • [OPERATOR] Vendor to gardener v1.16.0 and update controller runtime to v0.7.1 (#67, @DockToFuture)

v1.15.0

21 Jan 12:07
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

🏃 Others

  • [OPERATOR] Update calico version to v3.17.1 for cluster >= 1.16 kubernetesVersion. (#64, @DockToFuture)

v1.14.0

24 Nov 13:09
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

Improvements

  • [OPERATOR] calico-kube-controllers, calico-node-vertical-autoscaller, calico-typha-horizontal-autoscaler and calico-typha-vertical-autoscaler now have dnsPolicy: Default. (#63, @mvladev)

v1.13.0

11 Nov 15:21
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

Improvements

  • [OPERATOR] Fix a bug in calico pod security policies that was preventing node bootstrap for shoot with disabled privileged mode. (#62, @vpnachev)

Docker Images

gardener-extension-networking-calico: eu.gcr.io/gardener-project/gardener/extensions/networking-calico:v1.13.0

v1.12.0

10 Nov 10:54
Compare
Choose a tag to compare

[gardener-extension-networking-calico]

Improvements

  • [OPERATOR] Vendor calico to gardener v1.12.6 and update golang to 1.15 and alpine image to 3.12.1. (#60, @DockToFuture)
  • [OPERATOR] Update calico version to v3.16.4 for cluster >= 1.16 kubernetesVersion (#59, @DockToFuture)