v1.7.0
[gardener-extension-provider-aws]
Improvements
- [USER] A bug during the CSI migration has been fixed that may cause the
CSIMigration<Provider>Completefeature gate to be set to early. (#73, @rfranzke) - [USER] When worker pools with the
io1volume type are used then the validation does now enforce that the.spec.provider.workers[].providerConfigdoes contain a proper AWSWorkerConfig(that states the iops). (#72, @rfranzke) - [USER] Documentation how to use
WorkerConfig(e.g., to set theiopsforio1volumes) has been added to https://github.com/gardener/gardener-extension-provider-aws/blob/master/docs/usage-as-end-user.md. (#71, @rfranzke) - [OPERATOR] WorkerPool labels will be added to AWS EC2 as the VM tag (#87, @sdojjy)
- [OPERATOR] Fixed a bug in the healthcheck library that prevents checks after a Shoot has been woken up from hibernation. Gardener extensions require a minor change during the healthcheck registration. (#86, @ialidzhikov)
- [OPERATOR]
kubernetes-csi/external-snapshottercomponents are updated tov2.1.1. (#82, @ialidzhikov) - [OPERATOR] Golang version is updated to
1.14.2. (#79, @ialidzhikov) - [OPERATOR]
gardener-extension-provider-awsnow deploys required CSI snapshot controller and in this way fixes the issue withVolumeSnapshotresources which are not getting ready to use. (#76, @ialidzhikov) - [OPERATOR] An issue preventing
csi-driver-controllercontainer to start because of too low memory recommendation by VPA is now fixed. (#70, @ialidzhikov) - [OPERATOR] implement Migrate and Restore functionality (#62, @vlvasilev)
[gardener]
Improvements
- [DEVELOPER] The
ShootNotFailedpredicate in the extensions library does now work as expected. (gardener/gardener#2265, @rfranzke)
Docker Images
gardener-extension-provider-aws: eu.gcr.io/gardener-project/gardener/extensions/provider-aws:v1.7.0
gardener-extension-validator-aws: eu.gcr.io/gardener-project/gardener/extensions/validator-aws:v1.7.0