v1.4.0
[gardener-extension-provider-aws]
Improvements
- [OPERATOR] The create timeout for
aws_route.private_utility_zX_nat
is now increased to5m
. (#38, @ialidzhikov) - [OPERATOR] The AWS validator now allows a zone being specified multiple times in the
InfrastructureConfig
. (#36, @timuthy) - [OPERATOR] The AWS validator only validates configured zones in the
InfrastructureConfig
against available zones in the referringCloudProfile
when shoots are created or the zone information inInfrastructureConfig
is updated. This prevent immediate breakage of already running shoots clusters whose zones were removed from theCloudProfile
. (#32, @timuthy) - [OPERATOR] The AWS validator now checks that zone orders in a shoot resources is retained (only additions are allowed). (#30, @timuthy)
- [OPERATOR] Now it is possible to define VPC Gateway Endpoints for AWS shoots. The new list "gatewayEdnpoints" inside "vpc" sections is a list endpoint service names. Each item is mapped to a vpc gateway endpoint for a service "com.amazonaws..", region being the shoot region. (#17, @tareqhs)
[machine-controller-manager]
Most notable changes
- [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#408, @hardikdr)
Improvements
- [OPERATOR] Set deleteOnTermination flag to true while deleting the VMs in AWS. (gardener/machine-controller-manager#409, @prashanth26)
Docker Images
gardener-extension-provider-aws: eu.gcr.io/gardener-project/gardener/extensions/provider-aws:v1.4.0
gardener-extension-validator-aws: eu.gcr.io/gardener-project/gardener/extensions/validator-aws:v1.4.0