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-provider-a…
…licloud to v1.41.0
- Loading branch information
1 parent
ada10e0
commit 4a2b5ee
Showing
8 changed files
with
35 additions
and
17 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 provider-alicloud | ||
name: provider-alicloud | ||
version: v1.40.1 | ||
version: v1.41.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,7 +1,25 @@ | ||
# [gardener-extension-provider-alicloud] | ||
## 🐛 Bug Fixes | ||
* *[USER]* The automatic enablement of no-overlay network configuration for new Shoots is now reverted. For more details about the motivation, see https://github.com/gardener/gardener-extension-provider-aws/issues/621. ([gardener/gardener-extension-provider-alicloud#538](https://github.com/gardener/gardener-extension-provider-alicloud/pull/538), [@ialidzhikov](https://github.com/ialidzhikov)) | ||
|
||
## Docker Images | ||
gardener-extension-provider-alicloud: `eu.gcr.io/gardener-project/gardener/extensions/provider-alicloud:v1.40.1` | ||
gardener-extension-admission-alicloud: `eu.gcr.io/gardener-project/gardener/extensions/admission-alicloud:v1.40.1` | ||
# [gardener-extension-provider-alicloud] | ||
## ✨ New Features | ||
* *[USER]* The alicloud extension does now support shoot clusters with Kubernetes version 1.25. You should consider the [Kubernetes release notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md) before upgrading to 1.25. (#537, @shafeeqes) | ||
## 🐛 Bug Fixes | ||
* *[USER]* The automatic enablement of no-overlay network configuration for new Shoots is now reverted. For more details about the motivation, see https://github.com/gardener/gardener-extension-provider-aws/issues/621. (#536, @ialidzhikov) | ||
## 🏃 Others | ||
* *[OPERATOR]* Adds a heartbeat controller that creates and renews a `Lease` resource named `gardener-extension-heartbeat` in the namespace where the extension controller is deployed. This `Lease` resource can be used by other controllers to check if the `provider-alicloud` extension controller is running. (#544, @AleksandarSavchev) | ||
* *[OPERATOR]* Update golang version used to 1.19.1 (#535, @shafeeqes) | ||
* *[OPERATOR]* The following images are updated: (#539, @shaoyongfeng) | ||
* k8s.gcr.io/sig-storage/csi-provisioner: v2.1.2 -> v2.2.2 (for kubernetes < 1.20) | ||
* k8s.gcr.io/sig-storage/csi-provisioner: v2.1.2 -> v3.2.0 (for kubernetes >= 1.20) | ||
* k8s.gcr.io/sig-storage/csi-attacher: v3.3.0 -> v3.4.0 | ||
* k8s.gcr.io/sig-storage/csi-resizer: v0.5.0 -> v1.5.0 | ||
* k8s.gcr.io/sig-storage/csi-snapshotter: v3.0.3 -> v4.2.1 (for kubernetes >= 1.20) | ||
* k8s.gcr.io/sig-storage/snapshot-validation-webhook: v3.0.3 -> v4.2.1 (for kubernetes >= 1.20) | ||
* k8s.gcr.io/sig-storage/snapshot-controller: v3.0.3 -> v4.2.1 (for kubernetes >= 1.20) | ||
* k8s.gcr.io/sig-storage/csi-node-driver-registrar: v1.3.0 -> v2.5.1 | ||
* k8s.gcr.io/sig-storage/livenessprobe: v2.3.0 -> v2.7.0 | ||
* *[OPERATOR]* block traffic for Telnet and RSH ports (#541, @kevin-lacoo) | ||
* *[OPERATOR]* scheduler.alpha.kubernetes.io/critical-pod annotation is removed as pod priority (spec.priorityClassName) is used instead to mark pods as critical (#543, @dimitar-kostadinov) | ||
* *[DEPENDENCY]* Dependency `github.com/gardener/gardener` is updated `v1.56.0` -> `v1.59.0`. (#544, @AleksandarSavchev) | ||
* *[DEPENDENCY]* The following dependency is updated: (#534, @shafeeqes) | ||
* github.com/gardener/gardener: v1.53.0 -> v1.56.0 | ||
* k8s.io/* : v0.24.3 -> v0.25.0 | ||
* sigs.k8s.io/controller-runtime: v0.12.1 -> v0.13.0 |
Oops, something went wrong.