Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ocm/base-component.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
componentReferences:
- componentName: github.com/gardener/machine-controller-manager
name: machine-controller-manager
version: v0.62.0
version: v0.62.1
main-source:
labels:
- name: cloud.gardener.cnudie/dso/scanning-hints/source_analysis/v1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ocm:
component_name: github.com/gardener/machine-controller-manager
component_version: v0.62.1
release_notes:
- audience: operator
author:
hostname: github.com
type: githubUser
username: thiyyakat
category: bugfix
contents: Fix preservation reconcile loop to avoid unconditionally uncordoning nodes
unrelated to machine preservation, prevent spurious writes on non-preserved machines,
and eliminate conflict errors caused by stale machine object comparison in the
defer annotation sync.
mimetype: text/markdown
reference: '[#1111](https://github.com/gardener/machine-controller-manager/pull/1111)'
type: standard
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/elastic/crd-ref-docs v0.3.0
github.com/gardener/gardener v1.142.1
github.com/gardener/gardener/pkg/apis v1.142.1
github.com/gardener/machine-controller-manager v0.62.0
github.com/gardener/machine-controller-manager v0.62.1
github.com/gophercloud/gophercloud/v2 v2.12.0
github.com/onsi/ginkgo/v2 v2.29.0
github.com/onsi/gomega v1.41.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ github.com/gardener/gardener v1.142.1 h1:o+7sOzGuXAvjmpyJeqnoe3q2Q1uOcTmWgyUR1E7
github.com/gardener/gardener v1.142.1/go.mod h1:nPSTV5LDL//ZecYh5ju/Pt56LXJ1kQZt0TFVF1ZAux4=
github.com/gardener/gardener/pkg/apis v1.142.1 h1:DLWpTpq1cxPzOHPcfYG7+YL1/0Cb9enxkejtMA65blw=
github.com/gardener/gardener/pkg/apis v1.142.1/go.mod h1:oN2NXhb68BCwMS8DHlVHZeGA88IUtjtCpMT1DapNN5o=
github.com/gardener/machine-controller-manager v0.62.0 h1:XZWjAsXlNVj3S7M0AXcLkhNDGRRNm3Tc6ZFlTPPy3sc=
github.com/gardener/machine-controller-manager v0.62.0/go.mod h1:ICsymXK4VHm7NVr8Mpl6USvYcTZjUNSk6+XaVu/dd74=
github.com/gardener/machine-controller-manager v0.62.1 h1:TQ4Qs9aaYTqSkqFownIaEAvnrYoNpBMcp7ZMYVEgUWM=
github.com/gardener/machine-controller-manager v0.62.1/go.mod h1:ICsymXK4VHm7NVr8Mpl6USvYcTZjUNSk6+XaVu/dd74=
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=
Expand Down
Loading