Skip to content

v1.12.0

Choose a tag to compare

@gardener-robot-ci-2 gardener-robot-ci-2 released this 06 Aug 06:18

[gardener-extension-provider-aws]

Action Required

  • [OPERATOR] For EC2 instance types that do not support EBS encrypted volumes, please set the worker pool EBS volume encryption flag to false as mentioned in the machine volume settings. (#147, @prashanth26)

Most notable changes

  • [USER] Enable encryption by default for AWS instance EBS volumes. (#147, @prashanth26)
  • [OPERATOR] The logging configuration has been adapted to cater with Loki which was introduced as part of gardener/gardener#2515. If an older version of this extension is used with a Gardener version >= v1.8 and the Logging feature gate is enabled then the fluent-bit matcher won't catch the log anymore (resulting in the logs being collected, but not nicely parsed and instead displayed in nested JSON). It is recommended update to at least this extension version when Gardener >= v1.8 is used and the Logging feature gate is enabled. (#133, @Kristian-ZH)

Improvements

  • [USER] create default VolumeSnapshotClass if kubernetes version >= 1.18 (#146, @runzexia)
  • [USER] StorageClasses now allow for expansion of PVCs. (#141, @mvladev)
  • [OPERATOR] The default webhook server port is now changed to 10250. (#153, @stoyanr)
  • [OPERATOR] Worker extension allows configuring following parameters on machine-deployment: drainTimeout, creationTimeout, healthTimeout, maxEvictRetries, nodeConditions. (#149, @hardikdr)

[cloud-provider-aws]

Improvements

[machine-controller-manager]

Improvements

Docker Images

gardener-extension-provider-aws: eu.gcr.io/gardener-project/gardener/extensions/provider-aws:v1.12.0
gardener-extension-validator-aws: eu.gcr.io/gardener-project/gardener/extensions/validator-aws:v1.12.0