Releases: gardener/machine-controller-manager-provider-aws
Releases · gardener/machine-controller-manager-provider-aws
v0.16.0
[machine-controller-manager-provider-aws]
🏃 Others
- [USER] Updated golang version to v1.19.4 (gardener/machine-controller-manager-provider-aws#100, @rishabh-11)
- [OPERATOR] update golang version to 1.19.5 (gardener/machine-controller-manager-provider-aws#102, @rishabh-11)
- [DEPENDENCY] The following dependency is updated: (gardener/machine-controller-manager-provider-aws#102, @rishabh-11)
- github.com/gardener/machine-controller-manager v0.47.0 -> 0.48.0
[machine-controller-manager]
🐛 Bug Fixes
- [USER] Fix a bug in the bootstrap token creation that caused node to not be able to join the cluster due to an expired bootstrap token. (gardener/machine-controller-manager#777, @himanshu-kun)
v0.15.0
[machine-controller-manager-provider-aws]
🏃 Others
- [USER] Updated golang version to v1.19 (gardener/machine-controller-manager-provider-aws#98, @rishabh-11)
v0.14.0
[machine-controller-manager-provider-aws]
🏃 Others
- [DEPENDENCY] The following dependency is updated: (gardener/machine-controller-manager-provider-aws#96, @shafeeqes)
- github.com/gardener/machine-controller-manager v0.46.1 -> 0.47.0
v0.13.0
[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
- [OPERATOR] resourceName
machine-controller
added for leases in clusterrole. Updated version of Clusterroles and Clusterrolebindings to v1. (gardener/machine-controller-manager#739, @rishabh-11)
v0.12.0
[machine-controller-manager-provider-aws]
🏃 Others
- [OPERATOR] machine-controller-manager-provider-aws now uses
distroless
instead ofalpine
as a base image. (gardener/machine-controller-manager-provider-aws#90, @ialidzhikov) - [DEVELOPER] probeResources() now doesn't try to delete orphan resources but only lists them. (gardener/machine-controller-manager-provider-aws#85, @Mkmittal)
- The beforeSuite for IT test now calls for cleanup of orphan resources separately.
- The Integration Test, which looks for orphan resources, now doesn't try to delete the orphan resources and just waits for them to be done automatically.
[machine-controller-manager]
⚠️ Breaking Changes
- [OPERATOR] The default leader election resource lock of
machine-controller-manager
has been changed fromendpointsleases
toleases
. (gardener/machine-controller-manager#711, @acumino)- Please make sure, that you had at least
machine-controller-manager@v0.43.0
running before upgrading tov0.46.0
, so that it has successfully acquired leadership with the hybrid resource lock (endpointsleases
) at least once.
- Please make sure, that you had at least
🐛 Bug Fixes
- [USER] Rollout freeze won't happen due to
Unknown
machines now. (gardener/machine-controller-manager#733, @himanshu-kun)
🏃 Others
- [OPERATOR] Published docker images for Machine-Controller-Manager are now multi-arch ready. They support
linux/amd64
andlinux/arm64
. (gardener/machine-controller-manager#732, @timuthy) - [OPERATOR] The
machine-controller-manager
container now usesdistroless
instead ofalpine
as a base image. (gardener/machine-controller-manager#734, @dimityrmirchev)
v0.11.0
[machine-controller-manager-provider-aws]
📰 Noteworthy
- [OPERATOR] upgraded to mcm version 0.45.0 (gardener/machine-controller-manager-provider-aws#88, @rfranzke)
v0.10.0
[machine-controller-manager-provider-aws]
🐛 Bug Fixes
- [USER] srcDestCheck enable/disable for a instance is done after confirming API consistency (gardener/machine-controller-manager-provider-aws#68, @himanshu-kun)
- [OPERATOR] An issue causing klog's
--v
flag to be not respected is now fixed. (gardener/machine-controller-manager-provider-aws#65, @ialidzhikov)
v0.9.1
[machine-controller-manager-provider-aws]
🐛 Bug Fixes
- [USER] srcDest check enable/disable done after confirming API consistency (gardener/machine-controller-manager-provider-aws#69, @himanshu-kun)
- [OPERATOR] An issue causing klog's
--v
flag to be not respected is now fixed. (gardener/machine-controller-manager-provider-aws#67, @ialidzhikov)
v0.9.0
[machine-controller-manager-provider-aws]
🐛 Bug Fixes
- [USER] The machine obj will be deleted if the AWS API indicate absence of backing instance. Earlier retrying used to happen, which led to cases where machine obj never got deleted. (gardener/machine-controller-manager-provider-aws#59, @himanshu-kun)
- [USER] A problem is resolved where multiple VMs were created by the driver in case the APIs on the AWS are not consistent for some time. (gardener/machine-controller-manager-provider-aws#58, @himanshu-kun)
📖 Documentation
- [DEVELOPER] Ginkgo version 1.16.5 is used for tests until changes compatible with v2.0.0 are made. (gardener/machine-controller-manager-provider-aws#62, @himanshu-kun)
🏃 Others
- [USER] Updated golang version to v1.17 (gardener/machine-controller-manager-provider-aws#60, @AxiomSamarth)
v0.8.0
[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 istrue
which retains current behavior. However, on setting this flag tofalse
these checks are disabled. (#39, @AxiomSamarth)