Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci:component:github.com/gardener/gardener-extension-provider-aws:v1.37.0->v1.39.0] #910

Merged
merged 2 commits into from
Nov 2, 2022

Conversation

gardener-robot-ci-3
Copy link
Contributor

Release Notes:

Adjust metric name due to upgrading the kube-state-metrics component
This version of provider-aws requires Gardener v1.51+.
The following dependency is updated:
- github.com/gardener/gardener: v1.50.1 -> v1.52.0
resourceName `machine-controller` added for leases in clusterrole. Updated version of Clusterroles and Clusterrolebindings to v1.
Please make sure you're running gardener@v1.52 or above before upgrading to this version.
The following dependency is updated:
- github.com/gardener/gardener: v1.52.0 -> v1.53.0
- k8s.io/* : v0.24.2 -> v0.24.3
All new calico aws shoot clusters with kubernetes >= 1.22 will be created without an overlay if not explicitly specified in the shoot spec.
Throughput is now configurable for gp3 volume types. This is not enabled on the UI and needs to be done in the shoot yaml. Throughput validation i.e. whether it is allowed or not and is within the range, is done on the provider(AWS) side. If the throughput specified is positive and below the minimum value in the range, then it will be defaulted to the minimum value in the range
Add optional custom-route-controller
The `csi-driver-node` daemonset now have its seccomp profile set to "RuntimeDefault".
The golang base image is now updated to 1.16.15. The alpine base image is updated to 3.16.2.
The following image is updated:
- k8s.gcr.io/provider-aws/aws-ebs-csi-driver: v1.9.0 -> 1.11.2
Enable custom aws route controller per default for kubernetes >= 1.22 unless explicitly disabled.
The `gardener.cloud-fast` storage class is now deployed with `volumeBindingMode: WaitForFirstConsumer`. This change is required if stateful pods with volumes have a topology related `podAffinity` or `podAntiAffinity` defined, e.g. when Gardener creates control-planes for HA shoot clusters.
`QPS` and `Burst` are set in the HealthCheckConfig passed to the Controller.
resourceName `machine-controller` added for leases in clusterrole. Updated version of Clusterroles and Clusterrolebindings to v1.
Throughput is now configurable for volume types. Its validation i.e. whether it is allowed or not for the particular volume type and is within the range, is done on the provider(AWS) side. Currently only gp3 volume have configurable throughput.
Migrated clients to use `policy/v1` `PodDisruptionBudget` for kubernetes versions >= 1.21. `policy/v1beta1` PDB is also supported but for k8s < 1.21
resourceName `machine-controller` added for leases in clusterrole. Updated version of Clusterroles and Clusterrolebindings to v1.
Bootstrap token replacement by MCM is now supported for Ignition userData format
Update golang for builder image: `1.18.3` -> `1.19.2`
The memory limits of the aws cloud-controller-manager has been removed.
Delete orphaned routes for nodes whose deletion was missed.
The following dependency is updated:
- 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
Add route table associations for VPC endpoints
Correctly enable aws custom route controller if required to ensure overlay free cluster operation.
Update EBS CSI driver to `v1.11.3`
Disable automatic enablement of no-overlay network configuration for cluster >=1.22
The aws 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.
The following dependency is updated:
- github.com/gardener/machine-controller-manager v0.46.1 -> 0.47.0
Update pause container image to v3.8

@gardener-robot-ci-3 gardener-robot-ci-3 requested a review from a team as a code owner October 19, 2022 06:53
@gardener-robot
Copy link

@gardener-robot-ci-3 Thank you for your contribution.

@gardener-robot gardener-robot added needs/review Needs review size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) labels Oct 19, 2022
@Diaphteiros Diaphteiros merged commit feb189c into update Nov 2, 2022
@Diaphteiros Diaphteiros deleted the ci-qqsmdkhfr branch November 2, 2022 12:42
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Nov 2, 2022
Diaphteiros added a commit that referenced this pull request Nov 7, 2022
* Upgrade github_com_gardener_gardener (#899)

from v1.54.1 to v1.56.1

Co-authored-by: gardener-robot-ci-2 <gardener.ci.user2@gmail.com>
Co-authored-by: Johannes Aubart <johannes.aubart@sap.com>

* [ci:component:github.com/gardener/gardener-extension-provider-vsphere:v0.19.0->v0.21.0] (#917)

from v0.19.0 to v0.21.0

Co-authored-by: gardener-robot-ci-3 <gardener.ci.user3@gmail.com>
Co-authored-by: Gardener CI Robot 2 <52166830+gardener-robot-ci-2@users.noreply.github.com>
Co-authored-by: Gardener CI Robot 3 <55584046+gardener-robot-ci-3@users.noreply.github.com>
Co-authored-by: gardener-robot-ci-2 <gardener.ci.user2@gmail.com>
Co-authored-by: Johannes Aubart <johannes.aubart@sap.com>

* Upgrade github_com_gardener_gardener-extension-shoot-dns-service (#913)

from v1.25.0 to v1.26.0

Co-authored-by: gardener-robot-ci-2 <gardener.ci.user2@gmail.com>

* Upgrade github_com_gardener_gardener-extension-provider-azure (#911)

from v1.29.0 to v1.31.0

Co-authored-by: gardener-robot-ci-2 <gardener.ci.user2@gmail.com>
Co-authored-by: Johannes Aubart <johannes.aubart@sap.com>

* Upgrade github_com_gardener_gardener-extension-provider-aws (#910)

from v1.37.0 to v1.39.0

Co-authored-by: gardener-robot-ci-2 <gardener.ci.user2@gmail.com>
Co-authored-by: Johannes Aubart <johannes.aubart@sap.com>

* Upgrade github_com_gardener_gardener-extension-shoot-cert-service (#906)

from v1.24.0 to v1.25.0

* Upgrade github_com_gardener_dashboard (#903)

from 1.61.0 to 1.61.1

* [ci:component:github.com/gardener/gardener-extension-provider-aws:v1.38.2->v1.39.1] (#916)

from v1.38.2 to v1.39.1

Co-authored-by: Gardener CI Robot 1 <gardener.ci.user@gmail.com>
Co-authored-by: Gardener CI Robot 2 <52166830+gardener-robot-ci-2@users.noreply.github.com>
Co-authored-by: gardener-robot-ci-2 <gardener.ci.user2@gmail.com>
Co-authored-by: Johannes Aubart <johannes.aubart@sap.com>

* Upgrade github_com_gardener_dashboard (#908)

from 1.61.0 to 1.61.2

Co-authored-by: gardener-robot-ci-1 <gardener.ci.user@gmail.com>
Co-authored-by: Johannes Aubart <johannes.aubart@sap.com>

* upgrade virtual cluster apiserver to v1.21.14

Co-authored-by: Gardener CI Robot 1 <gardener.ci.user@gmail.com>
Co-authored-by: gardener-robot-ci-2 <gardener.ci.user2@gmail.com>
Co-authored-by: gardener-robot-ci-3 <gardener.ci.user3@gmail.com>
Co-authored-by: Gardener CI Robot 2 <52166830+gardener-robot-ci-2@users.noreply.github.com>
Co-authored-by: Gardener CI Robot 3 <55584046+gardener-robot-ci-3@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs/review Needs review size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants