Skip to content

v1.43.0

Choose a tag to compare

released this 12 Apr 17:31
· 931 commits to master since this release

[gardener-extension-provider-aws]

⚠️ Breaking Changes

  • [USER] The default VolumeSnapshotClass managed by provider-aws does now properly define this VolumeSnapshotClass as default one. Previously there was a typo in the annotation value for snapshot.storage.kubernetes.io/is-default-class, hence the VolumeSnapshotClass was never considered as default one by the external-snapshotter and the VolumeSnapshotClass defaulting was never working as expected. (gardener/gardener-extension-provider-aws#723, @ialidzhikov)
    • If you already deploy your own default VolumeSnapshotClass, then consider disabling provider-aws's default VolumeSnapshotClass (using the storage.managedDefaultClass field in the controlPlaneConfig) as having more than 1 default VolumeSnapshotClass will prevent external-snapshotter to default the spec.volumeSnapshotClassName of a VolumeSnapshot.

✨ New Features

🐛 Bug Fixes

🏃 Others

[aws-custom-route-controller]

🏃 Others

[machine-controller-manager]

🐛 Bug Fixes

[machine-controller-manager-provider-aws]

⚠️ Breaking Changes

✨ New Features

🏃 Others

[terraformer]

🏃 Others

  • [OPERATOR] Update TF_VERSION 0.15.5 -> 1.3.9 and update how the local providers are fetched and stored to be compatible with the latest TF specification. (gardener/terraformer#133, @kon-angelo)