Skip to content

Commit 835e97d

Browse files
Upgrade github.com/gardener/machine-controller-manager (#220)
from v0.60.0 to v0.60.2 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 63748e4 commit 835e97d

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
lines changed

.ocm/base-component.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
componentReferences:
22
- componentName: github.com/gardener/machine-controller-manager
33
name: machine-controller-manager
4-
version: v0.60.0
4+
version: v0.60.2
55
labels:
66
- name: cloud.gardener.cnudie/responsibles
77
value:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ocm:
2+
component_name: github.com/gardener/machine-controller-manager
3+
component_version: v0.60.1
4+
release_notes:
5+
- audience: operator
6+
author:
7+
hostname: github.com
8+
type: githubUser
9+
username: takoverflow
10+
category: bugfix
11+
contents: Added a safeguard to delay deletion of machines that are undergoing a
12+
`Create` Request to prevent orphaning of VMs.
13+
mimetype: text/markdown
14+
reference: '[#1045](https://github.com/gardener/machine-controller-manager/pull/1045)'
15+
type: standard
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ocm:
2+
component_name: github.com/gardener/machine-controller-manager
3+
component_version: v0.60.2
4+
release_notes:
5+
- audience: operator
6+
author:
7+
hostname: github.com
8+
type: githubUser
9+
username: maboehm
10+
category: bugfix
11+
contents: Fix panic if provider does not support Driver.InitializeMachine
12+
mimetype: text/markdown
13+
reference: '[#1047](https://github.com/gardener/machine-controller-manager/pull/1047)'
14+
type: standard

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19
1313
github.com/aws/smithy-go v1.22.2
1414
github.com/cenkalti/backoff/v4 v4.3.0
15-
github.com/gardener/machine-controller-manager v0.60.0
15+
github.com/gardener/machine-controller-manager v0.60.2
1616
github.com/onsi/ginkgo/v2 v2.23.0
1717
github.com/onsi/gomega v1.36.2
1818
github.com/prometheus/client_golang v1.19.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxER
4646
github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
4747
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
4848
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
49-
github.com/gardener/machine-controller-manager v0.60.0 h1:aaSE85Yu0hcHYsP5/x1rxWa5o2zhmsmXlKQ+xefHY/Q=
50-
github.com/gardener/machine-controller-manager v0.60.0/go.mod h1:8eE1qLztrWIbOM71mHSQGaC6Q+pl5lvOyN08qP39D7o=
49+
github.com/gardener/machine-controller-manager v0.60.2 h1:lY6z67lDlwl9dQUEmlJbrmpxWK10o/rVRUu4JB7xK4U=
50+
github.com/gardener/machine-controller-manager v0.60.2/go.mod h1:8eE1qLztrWIbOM71mHSQGaC6Q+pl5lvOyN08qP39D7o=
5151
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
5252
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
5353
github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=

0 commit comments

Comments
 (0)