Skip to content
Open
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.61.1
version: v0.61.2
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,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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading