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-azure:v1.22.0->v1.23.1] #668

Merged
merged 1 commit into from
Jan 10, 2022

Conversation

gardener-robot-ci-1
Copy link
Contributor

Release Notes:

Finalizers are now properly added to the `Worker` resource at the start of a `restore` operation.
Azure provider extension now uses non-strict decoder for InfrastructrureStatus resources.
Removed azuremachineclass cleanup logic.
The logic to migrate the Terraform natgateway state will be removed. In case there are `Infrastructure` resources that are created with < `v1.15` and not reconciled with >= `v1.15` they need to be reconciled before a release with this change is applied.
* The node and service controllers now have a configurable sync period (defaults to 4h), so that if an event is missed, the next reconcile will happen at most after this period.
* The node and service predicates now use an expiring cache of nodes / services, so that if an event is missed, the next event is likely to cause a reconcile after comparing with the cache.
* The node and service controllers now also watch "owned" `VirtualMachine` and `PublicIPAddress` resources and would trigger a reconcile if a an unexpected situation is detected, such as creating or updating an object without an owner, deleting an object with an owner that is not being deleted, etc.
* The node and service controllers have been enhanced to ensure that any owned objects are deleted if the node or service is not found.
* The service controller has been enhanced to also delete any still existing "owned" `PublicIPAddress` resources that are not found in the service `LoadBalancer` IPs when deleting a service or ensuring that it's deleted.
End User can now delete the backing machine object of the node instantly by annotating the desired node with  'node.machine.sapcloud.io/trigger-deletion-by-mcm="true"`
Operators can now provide a list of service principals that can be used in case the user does not provide service principal information in the secret for her/his Shoot.
`k8s.io/legacy-cloud-providers` is now updated to `v0.20.12`.
`k8s.io/legacy-cloud-providers` is now updated to `v0.21.6`.
`k8s.io/legacy-cloud-providers` is now updated to `v0.22.3`.
terraform has been upgraded to 0.13.7
The following terraform provider plugins are updated:
- hashicorp/terraform-provider-aws: 3.54.0 -> 3.63.0
The version for the `equinixmetal` Terraform provider plugin has been updated to `3.1.0`.
A bug has been fixed preventing to use Terraformer with a Terraform version >= 0.13.
The following terraform provider plugins are updated:
- hashicorp/terraform-provider-aws: 3.32.0 -> 3.54.0
The `rewrite_tag` filter in the logging configuration is replaced by `modify` one
Added *expectedNodeDetails field to the MachineClass API
A bug has been fixed in the pre-delivered CRD manifests for MCM (`/kubernetes/crds`). It caused data to be pruned from MCM related resources and led to reconciliation issues.
`make generate` now generates v1 version of CRDs by default instead of v1beta1.
Update Kubernetes dependency versions to v1.20.6

@gardener-robot-ci-1 gardener-robot-ci-1 requested a review from a team as a code owner December 30, 2021 10:58
@gardener-robot gardener-robot added the needs/review Needs review label Dec 30, 2021
@gardener-robot
Copy link

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

@gardener-robot gardener-robot added the size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) label Dec 30, 2021
@Diaphteiros Diaphteiros merged commit faf5f0c into update Jan 10, 2022
@Diaphteiros Diaphteiros deleted the ci-ujanvwwcy branch January 10, 2022 13:04
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants