Skip to content

v1.4.0

Compare
Choose a tag to compare
@gardener-robot-ci-2 gardener-robot-ci-2 released this 20 Feb 08:11

[gardener-extension-provider-aws]

Improvements

  • [OPERATOR] The create timeout for aws_route.private_utility_zX_nat is now increased to 5m. (#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 referring CloudProfile when shoots are created or the zone information in InfrastructureConfig is updated. This prevent immediate breakage of already running shoots clusters whose zones were removed from the CloudProfile. (#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

Improvements

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