v1.5.0
[gardener-extension-provider-aws]
Action Required
- [OPERATOR]
⚠️ This version is not compatible with Gardener <v1.2
. (#42, @georgekuruvillak)- The
controlplanebackup
webhook is removed as of gardener/gardener#1762. Thecontrolplaneexposure
webhook that was previously targetingStatefulSet
s is now targetingEtcd
resources of the druid.
- The
Most notable changes
- [DEVELOPER] A new integration test for infrastructure reconciliation and deletion has been added. (#54, @rfranzke)
Improvements
- [USER] The VPC gateway endpoints provided in the infrastructure configuration are now correctly provisioned. (#54, @rfranzke)
- [USER] The
Infrastructure
deletion does now succeed in case it never created anything but the cloud provider secret does not contain the correct credentials. (#44, @rfranzke) - [USER] The
Worker
deletion does now succeed in case the cloud provider credentials were changed. (#44, @rfranzke) - [USER] Do not mutate
kube-apiserver
exposure resources which Gardener marks as managed by it withcore.gardener.cloud/apiserver-exposure: gardener-managed
label. (#37, @mvladev) - [OPERATOR] The AWS provider now allows Gardener to restart the Cloud-Controller-Manager and the Machine-Controller-Manager (see gardener/gardener#2098 for more information). (#65, @timuthy)
- [OPERATOR] The
eth0
interface name is no longer hard-coded, instead the non-virtual network interface names are now dynamically detected. (#50, @vpnachev) - [OPERATOR] The infrastructure controller does no longer release the finalizer of Infrastructure CR if it cannot find a given output variables. This allows terraform destroy to be invoked even when there is no output variables in the terraform.tfstate. (#49, @ialidzhikov)
- [OPERATOR] Now it is possible to modify the gateway endpoints list
networks.vpc.gatewayEndpoints
after the shoot is created. (#41, @tareqhs) - [DEVELOPER] Fix nil pointer when applying machine class chart (#46, @mvladev)
[cloud-provider-aws]
Improvements
- [OPERATOR]
k8s.io/legacy-cloud-providers
is now updated tov0.17.4
. (gardener-attic/cloud-provider-aws#2, @ialidzhikov)
[gardener-extensions]
Improvements
- [USER] An issue in the machine reconciliation has been fixed that caused the reconciliation being stuck in some cases where a previously broken worker configuration (e.g., due to the specification of machine types that are not available in certain availability zones) has been corrected. (gardener-attic/gardener-extensions#626, @rfranzke)
- [USER] Allow force deletion of machines incase of cluster hibernation (gardener-attic/gardener-extensions#609, @prashanth26)
- [OPERATOR] An issue causing running terraformer container to leak on the Node without associated Pod resource is now fixed. This will prevent multiple containers to execute
apply/destroy
commands simultaneously in some cases (especially for long running terraformer Pods). (gardener-attic/gardener-extensions#605, @ialidzhikov) - [OPERATOR] Credentials used by machine-controller-manager are now updated during worker deletion. (gardener-attic/gardener-extensions#606, @EmoinLanyu)
[machine-controller-manager]
Most notable changes
- [OPERATOR] Prepend mcm to all work queue metrics (gardener/machine-controller-manager#420, @prashanth26)
- [OPERATOR] Subsystems and Namespaces to MCM metrics (gardener/machine-controller-manager#420, @prashanth26)
- [OPERATOR] Renamed mcm_machine_deployment_items_total & mcm_machine_set_items_total metrics (gardener/machine-controller-manager#420, @prashanth26)
- [OPERATOR] Bugfix: Set deleteOnTermination to true by default for volumes. Disks that are created with the instance are deleted with instance termination. (gardener/machine-controller-manager#420, @prashanth26)
Improvements
- [USER] Azure: Support for accelerated networking enabled VMs (gardener/machine-controller-manager#438, @dkistner)
- [OPERATOR] Azure: VMs now can be created with image ID. (gardener/machine-controller-manager#436, @vpnachev)
- [OPERATOR] Improves the machine-creation and machine-deletion flow by listing and verifying the state of the machines before actual creation and deletion. (gardener/machine-controller-manager#432, @hardikdr)
- [OPERATOR] MCM now dynamically maps the node-objects with machines if
Status.Node
is not set. (gardener/machine-controller-manager#432, @hardikdr) - [OPERATOR] Sort active machines by creation timestamp (gardener/machine-controller-manager#429, @prashanth26)
- [OPERATOR] Openstack: When a Server creation ERRORs, provide formatted Fault information (gardener/machine-controller-manager#427, @zuzzas)
- [OPERATOR] Set deleteOnTermination flag to true while deleting the VMs in AWS. (gardener/machine-controller-manager#420, @prashanth26)
- [OPERATOR] Skip eviction during drain if ForceDeletePods is enabled. (gardener/machine-controller-manager#416, @amshuman-kr)
- [OPERATOR] Openstack: Print API request/response debug when verbosity is set to 6 (gardener/machine-controller-manager#412, @kayrus)
- [OPERATOR] Azure: VM deletion checks any orphan dependant resources and tries to delete them if exists. (gardener/machine-controller-manager#406, @dkistner)
- [DEVELOPER] Azure: Update of the Azure SDK to use more recent version (gardener/machine-controller-manager#406, @dkistner)
[terraformer]
Improvements
- [OPERATOR] Update Terraform
azurerm
provider to support Azure NatGateway. (gardener/terraformer#35, @dkistner)
Docker Images
gardener-extension-provider-aws: eu.gcr.io/gardener-project/gardener/extensions/provider-aws:v1.5.0
gardener-extension-validator-aws: eu.gcr.io/gardener-project/gardener/extensions/validator-aws:v1.5.0