v1.34.0
·
1166 commits
to master
since this release
[gardener-extension-provider-aws]
✨ New Features
- [USER] Allow defining VPC Gateway Endpoints for subdomains with dots, e.g. com.amazonaws.eu-central-1.codeartifact.api (gardener/gardener-extension-provider-aws#472, @tareqhs)
- [OPERATOR]
gardener-extension-admission-awsnow supports configuration for enabling service account token volume projection. It is exposed through the.Values.global.serviceAccountTokenVolumeProjectionsection in the respective chart's values. (gardener/gardener-extension-provider-aws#487, @dimityrmirchev) - [OPERATOR] It is now possible to configure a
userinstead of aserviceaccountsubject in theclusterrolebindingfor thegardener-extension-admission-awswhen using virtual garden setup by setting.Values.global.virtualGarden.user.name. (gardener/gardener-extension-provider-aws#487, @dimityrmirchev)
🏃 Others
- [OPERATOR] The monitoring dashboards provided by this extension: (gardener/gardener-extension-provider-aws#503, @ialidzhikov)
- are now using UTC by default (instead of the browser time)
- do no longer auto refresh by default
- [OPERATOR] The etcd storage class is now using
gp3disk type instead ofgp2as this offers higher iops capabilities. This will affect only newly created etcd disks. (gardener/gardener-extension-provider-aws#502, @dkistner)
📰 Noteworthy
- [OPERATOR] The extension controller uses a projected
ServiceAccounttoken in case it runs on a seed with a gardenlet of at leastv1.37or higher. Similarly, the components deployed into shoot namespaces will no longer use a client certificate but an auto-rotatedServiceAccounttoken which is only valid for12h. (gardener/gardener-extension-provider-aws#467, @rfranzke)