Skip to content

Releases: gardener/machine-controller-manager-provider-aws

v0.16.0

20 Feb 13:41
Compare
Choose a tag to compare

[machine-controller-manager-provider-aws]

🏃 Others

[machine-controller-manager]

🐛 Bug Fixes

v0.15.0

23 Nov 05:58
Compare
Choose a tag to compare

[machine-controller-manager-provider-aws]

🏃 Others

v0.14.0

29 Sep 09:12
Compare
Choose a tag to compare

[machine-controller-manager-provider-aws]

🏃 Others

v0.13.0

30 Aug 10:14
Compare
Choose a tag to compare

[machine-controller-manager-provider-aws]

✨ New Features

  • [USER] Throughput is now configurable for volume types. Its validation i.e. whether it is allowed or not for the particular volume type and is within the range, is done on the provider(AWS) side. Currently only gp3 volume have configurable throughput. (gardener/machine-controller-manager-provider-aws#95, @rishabh-11)

[machine-controller-manager]

🐛 Bug Fixes

v0.12.0

25 Jul 09:01
Compare
Choose a tag to compare

[machine-controller-manager-provider-aws]

🏃 Others

[machine-controller-manager]

⚠️ Breaking Changes

  • [OPERATOR] The default leader election resource lock of machine-controller-manager has been changed from endpointsleases to leases. (gardener/machine-controller-manager#711, @acumino)
    • Please make sure, that you had at least machine-controller-manager@v0.43.0 running before upgrading to v0.46.0, so that it has successfully acquired leadership with the hybrid resource lock (endpointsleases) at least once.

🐛 Bug Fixes

🏃 Others

v0.11.0

03 Jun 16:10
Compare
Choose a tag to compare

[machine-controller-manager-provider-aws]

📰 Noteworthy

v0.10.0

13 Apr 06:26
Compare
Choose a tag to compare

[machine-controller-manager-provider-aws]

🐛 Bug Fixes

v0.9.1

07 Mar 12:09
Compare
Choose a tag to compare

[machine-controller-manager-provider-aws]

🐛 Bug Fixes

v0.9.0

27 Jan 05:14
Compare
Choose a tag to compare

[machine-controller-manager-provider-aws]

🐛 Bug Fixes

📖 Documentation

🏃 Others

v0.8.0

11 Aug 05:58
Compare
Choose a tag to compare

[machine-controller-manager-provider-aws]

✨ New Features

  • [USER] A new boolean field called SrcAndDstChecksEnabled in the providerSpec of the MachineClass for AWS is introduced. The default value of this flag is true which retains current behavior. However, on setting this flag to false these checks are disabled. (#39, @AxiomSamarth)