[0.36] chore: bump platform MinimumVersionTag to v4.11.1 - #4140
Merged
Conversation
Contributor
E2E Ginkgo Tests
|
roehrijn
approved these changes
Aug 6, 2026
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.
What issue type does this pull request address?
/kind enhancement
fixes ENG-12395
What does this pull request do? Which issues does it resolve?
Bumps the minimum required vCluster Platform version for
v0.36fromv4.11.0tov4.11.1, since a release candidate (v4.11.1-rc.1) is already in flight for that line. No GA release ofv4.11.1exists yet.Please provide a short message that should be published in the vcluster release notes
N/A — internal minimum-Platform-version tracking change.
What else do we need to know?
Requested as part of a routine Platform version-drift check. Not blocking on this PR alone —
v4.11.1should be confirmed GA before merge.Supersedes loft-sh/vcluster-pro#2179, which targeted the wrong repo — this constant lives in
loft-sh/vclusterfor release branches, not vendored intovcluster-pro.Generated by Claude Code
Note
Low Risk
Single constant bump with no logic changes; only tightens the declared Platform floor for compatibility checks.
Overview
Raises the minimum required vCluster Platform version for the v0.36 line from
v4.11.0tov4.11.1by updatingMinimumVersionTaginpkg/platform/version.go. That constant drivesMinimumVersionand is used when resolving compatible Platform releases (including fallbacks inLatestCompatibleVersion).This is routine version-drift tracking ahead of the
v4.11.1Platform line; merge should wait untilv4.11.1is GA, since release workflows require a stable tag format.Reviewed by Cursor Bugbot for commit b9190fc. Bugbot is set up for automated code reviews on this repo. Configure here.