Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci:component:github.com/gardener/machine-controller-manager:v0.53.0->v0.55.0] #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gardener-robot-ci-2
Copy link
Contributor

BoM Diff

Added components: 0
Changed components: 1
Removed components: 0

Changed Components:

⚙ github.com/gardener/machine-controller-manager: v0.53.0 → v0.55.0

Component Details:

⚙ github.com/gardener/machine-controller-manager:v0.53.0 → v0.55.0
Resource Version Change
🔄 machine-controller-managerv0.53.0 → v0.55.0

Release Notes:

The following dependencies are updated:
- `k8s.io/*` : `v0.29.3` -> `v0.31.0`
MCM replaces the magic string `<<MACHINE_NAME>>` in user data with the name of the machine when it is bootstrapped.
golangci-lint will now be used as the linter instead of the older golint
Removed support for v1beta1 PDBs
A bug has been fixed for draining nodes with provider-unrelated volumes like NFS volumes. With this fix, the machine controller doesn't try to track their (non-existing) VolumeAttachments.
Fixed a bug where failure of machine initialization caused label updates to not happen. 
Golang version used is now upgraded to `1.22.5`
Fixed a bug where the `Unitialised` error code was blocking machine deletion
MCM will use an `informer` instead of the`clientset` to list pods in the drain logic. This will reduce the load on etcd/kube-apiserver.
Broken API doc links are now fixed
Fixed bug that removed the shoot-- prefix from control cluster namespace for integration tests using the gardener local setup case
MCM adds the name of the machine to `node.gardener.cloud/machine-name` label of the corresponding node.
Drain timeout is now correctly honored for Pod eviction during Machine Drain
`getVMStatus` always redirects to `InitiateDrain`. It also populates the node label on the machine object by checking `node.gardener.cloud/machine-name` label on the nodes. 
Fixed a bug in drain logic where volume reattachment context declaration used incorrect parent context
Adding `gosec` for Static Application Security Testing (SAST).
MCM recognizes scaling-up of `machineDeployment` from 0 to more replicas as a scaling event rather than a rolling update.

@gardener-robot-ci-2 gardener-robot-ci-2 requested review from a team as code owners November 22, 2024 16:29
@gardener-robot-ci-2 gardener-robot-ci-2 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 22, 2024
@gardener-robot
Copy link

@gardener-robot-ci-2 Thank you for your contribution.

@gardener-robot gardener-robot added needs/review Needs review size/m Size of pull request is medium (see gardener-robot robot/bots/size.py) labels Nov 22, 2024
@gardener-robot-ci-2 gardener-robot-ci-2 added needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/review Needs review size/m Size of pull request is medium (see gardener-robot robot/bots/size.py)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants