Releases: gardener/machine-controller-manager-provider-aws
Releases · gardener/machine-controller-manager-provider-aws
v0.27.2
[github.com/gardener/machine-controller-manager-provider-aws:v0.27.2]
🏃 Others
[DEVELOPER]Component github.com/gardener/machine-controller-manager updated from v0.61.1 to v0.61.2 by @gardener-ci-robot [#237]
Container (OCI) Images
- machine-controller-manager-provider-aws:
europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-aws:v0.27.2
v0.27.1
[github.com/gardener/machine-controller-manager-provider-aws:v0.27.1]
🏃 Others
[DEVELOPER]Component github.com/gardener/machine-controller-manager updated from v0.61.0 to v0.61.1 by @gardener-ci-robot [#233]
Container (OCI) Images
- machine-controller-manager-provider-aws:
europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-aws:v0.27.1
v0.27.0
[github.com/gardener/machine-controller-manager-provider-aws:v0.27.0]
✨ New Features
🐛 Bug Fixes
[DEVELOPER]Add support for paginated responses from AWS DescribeInstances and update related tests by @gagan16k [#219][DEVELOPER]Updated theGetMachineStatus()method to return Uninitialized error code when ipv6 prefixes are not added to instances by @aaronfern [#227]
🏃 Others
[OPERATOR]Update build workflow to now also build arm64 images by @aaronfern [#216][OPERATOR]Update AWS SDK to enable new regions by @kon-angelo [#230][OPERATOR]updated MCM-AWS to use AWS SDK for Go v2 by @AndreasBurger [#193][OPERATOR]Map AWS Unsupported error to the MCM ResourceExhausted error code and add test. by @gagan16k [#223]
🏃 Others
Container (OCI) Images
- machine-controller-manager-provider-aws:
europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-aws:v0.27.0
v0.26.0
[github.com/gardener/machine-controller-manager-provider-aws:v0.26.0]
🐛 Bug Fixes
🏃 Others
[DEVELOPER]migrate CICD-Pipelines to GitHub-Actions by @ccwienk [#196][DEVELOPER]Convert.reuse/dep5toREUSE.toml. by @thiyyakat [#211]
Container (OCI) Images
- machine-controller-manager-provider-aws:
europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-aws:v0.26.0
v0.25.0
[gardener/machine-controller-manager-provider-aws]
🐛 Bug Fixes
[OPERATOR]Fix an issue that caused make targets to fail by ensuring MCM is present in the mod cache by @aaronfern [#199][USER]A bug causing failure in retrieval of credentials when using workload identity due to missing region parameter was fixed. by @dimityrmirchev [#197]
🏃 Others
[OPERATOR]machine-controller-manager-provider-aws base image is updated togcr.io/distroless/static-debian12:nonrootby @aaronfern [#194]
[gardener/machine-controller-manager]
✨ New Features
[OPERATOR]machine-controller-manager can manage machines without a target cluster by specifying--target-kubeconfig=none. See the documentation for more details. by @timebertt [gardener/machine-controller-manager#1004]
🐛 Bug Fixes
[OPERATOR]Fixed a bug in the MachineSet controller where the machine status was set toTerminatingeven if attempt to delete the machine object failed. by @takoverflow [gardener/machine-controller-manager#995][OPERATOR]Fix a bug where MCM does not check if a pod has already been evicted before reattempting eviction blindly by @aaronfern [gardener/machine-controller-manager#979]
🏃 Others
[OPERATOR]machine-controller-manager base image is updated togcr.io/distroless/static-debian12:nonroot. by @aaronfern [gardener/machine-controller-manager#991][OPERATOR]add new labelnode_nameto themcm_machine_infometric by @aaronfern [gardener/machine-controller-manager#1000]
Container (OCI) Images
- machine-controller-manager-provider-aws:
europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-aws:v0.25.0
v0.24.0
[gardener/machine-controller-manager]
✨ New Features
[OPERATOR]Machine Controller Manager now supports a new machine deployment strategy called InPlaceUpdate. by @acumino [gardener/machine-controller-manager#973]
🐛 Bug Fixes
[OPERATOR]machine-controller-manager version, and build information are printed at startup. by @renormalize [gardener/machine-controller-manager#985][OPERATOR]A new termination queue to handle machines scheduled for deletion introduced to separate creation requests from deletion by @takoverflow [gardener/machine-controller-manager#964]
🏃 Others
[OPERATOR]Integration test framework enhancements for resource and process cleanup by @takoverflow [gardener/machine-controller-manager#968][OPERATOR]Resource exhaustion on machine creation results in a longer retry period by @takoverflow [gardener/machine-controller-manager#981]
Docker Images
- machine-controller-manager-provider-aws:
europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-aws:v0.24.0
v0.23.0
[gardener/machine-controller-manager-provider-aws]
✨ New Features
[OPERATOR]MCM now supports workload identity authentication. This can be configured if the secret containsroleARNandworkloadIdentityTokenFile. by @dimityrmirchev [#177]
🏃 Others
[OPERATOR]vendored MCM version has been upgraded to v0.56.0 by @aaronfern [#184][OPERATOR]pipeline_integration_test now uses the control plane of a cluster to deploy objects part of its tests by @aaronfern [#184]
Docker Images
- machine-controller-manager-provider-aws:
europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-aws:v0.23.0
v0.22.0
[gardener/machine-controller-manager-provider-aws]
🐛 Bug Fixes
[OPERATOR]Fixed a panic that occurs while fetching the status of a VM backing a machine from the provider. by @renormalize [#180]
🏃 Others
[DEVELOPER]Updated go lang version to1.23.3by @thiyyakat [#179][DEVELOPER]Thegardener/machine-controller-managerdependency has been updated tov0.55.1. Release Notes by @thiyyakat [#179][OPERATOR]Addedgosecfor Static Application Security Testing (SAST). by @thiyyakat [#179]
Docker Images
- machine-controller-manager-provider-aws:
europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-aws:v0.22.0
v0.21.0
[gardener/machine-controller-manager-provider-aws]
🏃 Others
[OPERATOR]UseProviderIDas a fallback for fetching the VM. by @thiyyakat [#173][OPERATOR]Set PrimaryIpv6 flag for instances with IPv6 addresses. by @axel7born [#174][OPERATOR]InitializeMachinereturnsUninitializederror code if VM is not found. by @thiyyakat [#173][OPERATOR]Golangci-lint will now be used as the linter instead of the older golint. by @aaronfern [#168][OPERATOR]Golang version used upgraded to1.22.5by @rishabh-11 [#166]
[gardener/machine-controller-manager]
✨ New Features
[DEVELOPER]MCM replaces the magic string<<MACHINE_NAME>>in user data with the name of the machine when it is bootstrapped. by @oliver-goetz [gardener/machine-controller-manager#919][DEVELOPER]MCM adds the name of the machine tonode.gardener.cloud/machine-namelabel of the corresponding node. by @oliver-goetz [gardener/machine-controller-manager#919]
🐛 Bug Fixes
[DEVELOPER]Fixed bug that removed the shoot-- prefix from control cluster namespace for integration tests using the gardener local setup case by @thiyyakat [gardener/machine-controller-manager#935][OPERATOR]Fixed a bug where failure of machine initialization caused label updates to not happen. by @thiyyakat [gardener/machine-controller-manager#940]
🏃 Others
[OPERATOR]getVMStatusalways redirects toInitiateDrain. It also populates the node label on the machine object by checkingnode.gardener.cloud/machine-namelabel on the nodes. by @thiyyakat [gardener/machine-controller-manager#940][OPERATOR]Drain timeout is now correctly honored for Pod eviction during Machine Drain by @sssash18 [gardener/machine-controller-manager#920][OPERATOR]Golang version used is now upgraded to1.22.5by @aaronfern [gardener/machine-controller-manager#929][OPERATOR]golangci-lint will now be used as the linter instead of the older golint by @aaronfern [gardener/machine-controller-manager#929][DEVELOPER]The following dependencies are updated:k8s.io/*:v0.29.3->v0.31.0by @ary1992 [gardener/machine-controller-manager#938]
📖 Documentation
[OPERATOR]Broken API doc links are now fixed by @rishabh-11 [gardener/machine-controller-manager#927]
Docker Images
- machine-controller-manager-provider-aws:
europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-aws:v0.21.0
v0.20.1
[gardener/machine-controller-manager]
🐛 Bug Fixes
[OPERATOR]Fixed a bug where theUnitialisederror code was blocking machine deletion by @rishabh-11 [gardener/machine-controller-manager#928]
Docker Images
- machine-controller-manager-provider-aws:
europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-aws:v0.20.1