This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency gardener/gardener-extension-networking…
…-calico to v1.27.0
- Loading branch information
1 parent
7003595
commit ada10e0
Showing
8 changed files
with
19 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: v2 | ||
description: Helmchart for controllerregistration of networking-calico | ||
name: networking-calico | ||
version: v1.26.0 | ||
version: v1.27.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
# [gardener-extension-networking-calico] | ||
## ⚠️ Breaking Changes | ||
* *[OPERATOR]* Please make sure you're running [email protected] or above before upgrading to this version. ([gardener/gardener-extension-networking-calico#203](https://github.com/gardener/gardener-extension-networking-calico/pull/203), [@shafeeqes](https://github.com/shafeeqes)) | ||
## ✨ New Features | ||
* *[OPERATOR]* A new feature gate named `NonPrivilegedCalicoNode` is now added to the networking-calico extension. It allows running the long-lived calico-node container in non-privileged and non-root mode. ([gardener/gardener-extension-networking-calico#209](https://github.com/gardener/gardener-extension-networking-calico/pull/209), [@ialidzhikov](https://github.com/ialidzhikov)) | ||
## 🐛 Bug Fixes | ||
* *[OPERATOR]* The `PodDisruptionBudget` for `calico-kube-controllers` is removed, as it is a singleton and can prevent VPA from scaling it up. ([gardener/gardener-extension-networking-calico#183](https://github.com/gardener/gardener-extension-networking-calico/pull/183), [@timebertt](https://github.com/timebertt)) | ||
* *[OPERATOR]* The networking-calico extension Pod is now automatically restarted when its component configuration ConfigMap changes. ([gardener/gardener-extension-networking-calico#212](https://github.com/gardener/gardener-extension-networking-calico/pull/212), [@ialidzhikov](https://github.com/ialidzhikov)) | ||
## 🏃 Others | ||
* *[OPERATOR]* The calico-kube-controllers/calico-kube-controllers container no longer runs in privileged mode. ([gardener/gardener-extension-networking-calico#196](https://github.com/gardener/gardener-extension-networking-calico/pull/196), [@ialidzhikov](https://github.com/ialidzhikov)) | ||
* *[OPERATOR]* Published docker images for Calico extension come now with multi-arch support including `linux/amd64` and `linux/arm64`. ([gardener/gardener-extension-networking-calico#198](https://github.com/gardener/gardener-extension-networking-calico/pull/198), [@timuthy](https://github.com/timuthy)) | ||
* *[OPERATOR]* The following dependency is updated: ([gardener/gardener-extension-networking-calico#201](https://github.com/gardener/gardener-extension-networking-calico/pull/201), [@shafeeqes](https://github.com/shafeeqes)) | ||
* github.com/gardener/gardener: v1.50.1 -> v1.52.0 | ||
* *[OPERATOR]* Update calico to v3.23.3. ([gardener/gardener-extension-networking-calico#202](https://github.com/gardener/gardener-extension-networking-calico/pull/202), [@DockToFuture](https://github.com/DockToFuture)) | ||
* *[OPERATOR]* Pods for `calico-kube-controllers`, `calico-node`, `calico-node-vertical-autoscaler`, `calico-typha`, `calico-typha-horizontal-autoscaler` and `calico-typha-vertical-autoscaler` components now have their seccomp profile set to "RuntimeDefault". ([gardener/gardener-extension-networking-calico#204](https://github.com/gardener/gardener-extension-networking-calico/pull/204), [@dimityrmirchev](https://github.com/dimityrmirchev)) | ||
* *[OPERATOR]* The following dependency is updated: ([gardener/gardener-extension-networking-calico#205](https://github.com/gardener/gardener-extension-networking-calico/pull/205), [@shafeeqes](https://github.com/shafeeqes)) | ||
* k8s.io/* : v0.24.2 -> v0.24.3 | ||
* *[OPERATOR]* The following image is updated: ([gardener/gardener-extension-networking-calico#206](https://github.com/gardener/gardener-extension-networking-calico/pull/206), [@ialidzhikov](https://github.com/ialidzhikov)) | ||
* k8s.gcr.io/cpa/cluster-proportional-autoscaler: v1.8.5 -> v1.8.6 | ||
* *[OPERATOR]* The following dependency is updated: ([gardener/gardener-extension-networking-calico#210](https://github.com/gardener/gardener-extension-networking-calico/pull/210), [@shafeeqes](https://github.com/shafeeqes)) | ||
* github.com/gardener/gardener: v1.52.0 -> v1.54.0 | ||
* k8s.io/* : v0.24.3 -> v0.24.4 | ||
* *[OPERATOR]* The calico extension supports switching between overlay and non overlay mode ([gardener/gardener-extension-networking-calico#215](https://github.com/gardener/gardener-extension-networking-calico/pull/215), [@DockToFuture](https://github.com/DockToFuture)) | ||
* *[OPERATOR]* Update go version to `v1.19.2`. ([gardener/gardener-extension-networking-calico#217](https://github.com/gardener/gardener-extension-networking-calico/pull/217), [@DockToFuture](https://github.com/DockToFuture)) |
Oops, something went wrong.