Skip to content

chore(deps): bump github.com/gardener/machine-controller-manager from 0.58.0 to 0.60.0#807

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/gardener/machine-controller-manager-0.60.0
Closed

chore(deps): bump github.com/gardener/machine-controller-manager from 0.58.0 to 0.60.0#807
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/gardener/machine-controller-manager-0.60.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 15, 2025

Bumps github.com/gardener/machine-controller-manager from 0.58.0 to 0.60.0.

Release notes

Sourced from github.com/gardener/machine-controller-manager's releases.

v0.60.0

[github.com/gardener/machine-controller-manager:v0.60.0]

✨ New Features

  • [OPERATOR] When running without a target cluster machine-controller-manager will report a new status field addresses by @​maboehm [#1012]
  • [OPERATOR] Machine Class now has VirtualCapacity field hat maps to WorkerPool's NodeTemplate VirtualCapacity. by @​elankath [#1024]

🐛 Bug Fixes

  • [OPERATOR] Fixed metric mcm_machine_set_failed_machines and underlying variable *machineSet.Status.FailedMachines so that they reflect the current state of machines by @​gagan16k [#1025]
  • [USER] Fixed checking of createMachineTimeout when machine is Pending by @​thiyyakat [#1015]
  • [OPERATOR] Fixed a bug where machines in the InPlaceUpdating phase were incorrectly transferred to the new machine set during inplace updates. This caused the machine controller to miss updating the phase to InPlaceUpdateSuccessful, resulting in machines getting stuck or marked as InPlaceUpdateFailed. by @​acumino [#1020]

🏃 Others

  • [OPERATOR] node.gardener.cloud/critical-components-not-ready taint is added to the node after the successful in-place update to prevent scheduling any workload before critical component pods are ready. by @​acumino [#1017]
  • [OPERATOR] export testresults as inlined ocm-resource by @​heldkat [#1022]
  • [DEVELOPER] migrate CICD-Pipeline to GitHub-Actions by @​ccwienk [#1011]
  • [OPERATOR] Add informational logging for MachineDeployment rollout events by @​gagan16k [#1029]
  • [DEVELOPER] Convert .reuse/dep5 to REUSE.toml. by @​thiyyakat [#1026]

v0.59.0

[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 #1004

🐛 Bug Fixes

  • [OPERATOR] Fix a bug where MCM does not check if a pod has already been evicted before reattempting eviction blindly by @​aaronfern #979
  • [OPERATOR] Fixed a bug in the MachineSet controller where the machine status was set to Terminating even if attempt to delete the machine object failed. by @​takoverflow #995

🏃 Others

  • [OPERATOR] add new label node_name to the mcm_machine_info metric by @​aaronfern #1000
  • [OPERATOR] machine-controller-manager base image is updated to gcr.io/distroless/static-debian12:nonroot. by @​aaronfern #991

Container (OCI) Images

  • machine-controller-manager: europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager:v0.59.0
Commits
  • 798d8a0 release v0.60.0
  • 3ce4da2 Log rollout events (#1029)
  • 4da751b Added VirtualCapacity field to MachineClass NodeTemplate (#1024)
  • 817afda Fix mcm_machine_set_failed_machines metric to more accurately reflect curre...
  • 0e1acc6 Update the build badge from Concourse to GitHub Actions (#1027)
  • 3495286 Convert .reuse/dep5 to REUSE.toml (#1026)
  • 942d124 [GEP-28] Report Machine.status.addresses when running without target cluste...
  • 954ab83 export testresults as inlined ocm-resource (#1022)
  • f9a9367 migrate CICD-Pipeline to GitHub-Actions
  • cd63506 Merge pull request #1015 from thiyyakat/bug/timeout
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gardener/machine-controller-manager](https://github.com/gardener/machine-controller-manager) from 0.58.0 to 0.60.0.
- [Release notes](https://github.com/gardener/machine-controller-manager/releases)
- [Commits](gardener/machine-controller-manager@v0.58.0...v0.60.0)

---
updated-dependencies:
- dependency-name: github.com/gardener/machine-controller-manager
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code minor labels Sep 15, 2025
@dependabot dependabot Bot requested a review from a team as a code owner September 15, 2025 04:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code minor labels Sep 15, 2025
@hardikdr hardikdr added the area/gardener-extension Gardener extension integration. label Sep 15, 2025
@hardikdr hardikdr added this to Roadmap Sep 15, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 17, 2025

Looks like github.com/gardener/machine-controller-manager is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 17, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/gardener/machine-controller-manager-0.60.0 branch September 17, 2025 05:43
@github-project-automation github-project-automation Bot moved this to Done in Roadmap Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/gardener-extension Gardener extension integration. dependencies Pull requests that update a dependency file go Pull requests that update Go code minor size/XS

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant