Skip to content

v1.5.0

Compare
Choose a tag to compare
@gardener-robot-ci-3 gardener-robot-ci-3 released this 02 Apr 05:43

[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. The controlplaneexposure webhook that was previously targeting StatefulSets is now targeting Etcd resources of the druid.

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 with core.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

[gardener-extensions]

Improvements

[machine-controller-manager]

Most notable changes

Improvements

[terraformer]

Improvements

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