Remove fork from mcm provider openstack and use newest release#161
Open
viragvoros wants to merge 3 commits into
Open
Remove fork from mcm provider openstack and use newest release#161viragvoros wants to merge 3 commits into
viragvoros wants to merge 3 commits into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Author
|
/hold |
Member
|
/cc @stackitcloud/ske-infrastructure |
maboehm
reviewed
May 29, 2026
| sourceRepository: github.com/gardener/machine-controller-manager-provider-openstack | ||
| repository: registry.ske.stackit.cloud/stackitcloud/machine-controller-manager-provider-openstack | ||
| tag: "v0.25.0-ske-1" | ||
| repository: europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-openstack |
There was a problem hiding this comment.
do we also need to customize the flag --resource-exhausted-retry that was introduced in that change as well?
Comment on lines
88
to
93
| { | ||
| groupName: 'machine-controller-manager-provider-openstack', | ||
| matchPackageNames: [ | ||
| 'registry.ske.stackit.cloud/stackitcloud/machine-controller-manager-provider-openstack', | ||
| 'europe-docker.pkg.dev/gardener-project/releases/gardener/machine-controller-manager-provider-openstack', | ||
| ], | ||
| // Enable updating fork releases/tags, e.g., v0.24.1-ske-1 | ||
| ignoreUnstable: false, | ||
| }, |
There was a problem hiding this comment.
I think that entire group can now be removed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
How to categorize this PR?
/kind enhancement
What this PR does / why we need it:
We want to get rid of the fork for machine-controller-manager-provider-openstack, therefore the necessary changes were contributed upstream. See https://github.com/gardener/machine-controller-manager-provider-openstack/releases/tag/v0.27.0
Which issue(s) this PR fixes:
Special notes for your reviewer: