From 597a8ee52ef95e73bb4c5bbf65940c45f7cbc6e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:46:24 +0000 Subject: [PATCH] Upgrade github.com/gardener/machine-controller-manager from v0.61.1 to v0.61.2 --- .ocm/base-component.yaml | 2 +- ...troller-manager_v0.61.2.release-notes.yaml | 26 +++++++++++++++++++ go.mod | 2 +- go.sum | 4 +-- 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 .ocm/release-notes/github.com_gardener_machine-controller-manager_v0.61.2.release-notes.yaml diff --git a/.ocm/base-component.yaml b/.ocm/base-component.yaml index ced61c50..0bdb0191 100644 --- a/.ocm/base-component.yaml +++ b/.ocm/base-component.yaml @@ -1,7 +1,7 @@ componentReferences: - componentName: github.com/gardener/machine-controller-manager name: machine-controller-manager - version: v0.61.1 + version: v0.61.2 main-source: labels: - name: cloud.gardener.cnudie/dso/scanning-hints/source_analysis/v1 diff --git a/.ocm/release-notes/github.com_gardener_machine-controller-manager_v0.61.2.release-notes.yaml b/.ocm/release-notes/github.com_gardener_machine-controller-manager_v0.61.2.release-notes.yaml new file mode 100644 index 00000000..a1815332 --- /dev/null +++ b/.ocm/release-notes/github.com_gardener_machine-controller-manager_v0.61.2.release-notes.yaml @@ -0,0 +1,26 @@ +ocm: + component_name: github.com/gardener/machine-controller-manager + component_version: v0.61.2 +release_notes: +- audience: operator + author: + hostname: github.com + type: githubUser + username: r4mek + category: other + contents: Fix machines termination in machine set replica management to avoid needless + scale-up of machines because of stale replica count. + mimetype: text/markdown + reference: '[#1071](https://github.com/gardener/machine-controller-manager/pull/1071)' + type: standard +- audience: developer + author: + hostname: github.com + type: githubUser + username: aaronfern + category: other + contents: newly created machines not moved to `Pending` state without valid node + name and providerID from provider + mimetype: text/markdown + reference: '[#1072](https://github.com/gardener/machine-controller-manager/pull/1072)' + type: standard diff --git a/go.mod b/go.mod index 99e6bc65..9588bee3 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.25.0 require ( github.com/ahmetb/gen-crd-api-reference-docs v0.3.0 github.com/gardener/gardener v1.133.0 - github.com/gardener/machine-controller-manager v0.61.1 + github.com/gardener/machine-controller-manager v0.61.2 github.com/gophercloud/gophercloud/v2 v2.8.0 github.com/onsi/ginkgo/v2 v2.27.2 github.com/onsi/gomega v1.38.2 diff --git a/go.sum b/go.sum index e9bd0b81..be5ea8dc 100644 --- a/go.sum +++ b/go.sum @@ -35,8 +35,8 @@ github.com/fxamacker/cbor/v2 v2.9.0 h1:NpKPmjDBgUfBms6tr6JZkTHtfFGcMKsw3eGcmD/sa github.com/fxamacker/cbor/v2 v2.9.0/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ= github.com/gardener/gardener v1.133.0 h1:c9GU49q5AWKpFEpMMCSGJedP35NH45jbUP2cde4ae0s= github.com/gardener/gardener v1.133.0/go.mod h1:/2XiXt5u16zUxHP07jHpy0BVuQYB5EfCS6jqQWB62Tw= -github.com/gardener/machine-controller-manager v0.61.1 h1:Aa7FsFC4AppZ0VWqpNWUKwT25yscO9/9TF4Vsw9Vauc= -github.com/gardener/machine-controller-manager v0.61.1/go.mod h1:8eE1qLztrWIbOM71mHSQGaC6Q+pl5lvOyN08qP39D7o= +github.com/gardener/machine-controller-manager v0.61.2 h1:kG8DgmOqqlljWqxa4x0ER4+L5zg1lxNd1dQXT9gKbvA= +github.com/gardener/machine-controller-manager v0.61.2/go.mod h1:8eE1qLztrWIbOM71mHSQGaC6Q+pl5lvOyN08qP39D7o= github.com/gkampitakis/ciinfo v0.3.2 h1:JcuOPk8ZU7nZQjdUhctuhQofk7BGHuIy0c9Ez8BNhXs= github.com/gkampitakis/ciinfo v0.3.2/go.mod h1:1NIwaOcFChN4fa/B0hEBdAb6npDlFL8Bwx4dfRLRqAo= github.com/gkampitakis/go-diff v1.3.2 h1:Qyn0J9XJSDTgnsgHRdz9Zp24RaJeKMUHg2+PDZZdC4M=