Skip to content

v1.7.0

Choose a tag to compare

@gardener-robot-ci-1 gardener-robot-ci-1 released this 07 May 06:54

[gardener-extension-provider-aws]

Improvements

  • [USER] A bug during the CSI migration has been fixed that may cause the CSIMigration<Provider>Complete feature gate to be set to early. (#73, @rfranzke)
  • [USER] When worker pools with the io1 volume type are used then the validation does now enforce that the .spec.provider.workers[].providerConfig does contain a proper AWS WorkerConfig (that states the iops). (#72, @rfranzke)
  • [USER] Documentation how to use WorkerConfig (e.g., to set the iops for io1 volumes) 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-snapshotter components are updated to v2.1.1. (#82, @ialidzhikov)
  • [OPERATOR] Golang version is updated to 1.14.2. (#79, @ialidzhikov)
  • [OPERATOR] gardener-extension-provider-aws now deploys required CSI snapshot controller and in this way fixes the issue with VolumeSnapshot resources which are not getting ready to use. (#76, @ialidzhikov)
  • [OPERATOR] An issue preventing csi-driver-controller container 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

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