chore(platform): bump minimum platform version to v4.10.5 (ENG-12190)#4085
Closed
vcluster-dv wants to merge 1 commit into
Closed
chore(platform): bump minimum platform version to v4.10.5 (ENG-12190)#4085vcluster-dv wants to merge 1 commit into
vcluster-dv wants to merge 1 commit into
Conversation
Update MinimumVersionTag in pkg/platform/version.go from v4.10.3 to the latest stable vCluster Platform release v4.10.5 (loft-sh/loft). 4.11.0 is still in RC, so v4.10.5 is the current stable floor. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
E2E Ginkgo Tests
|
mfranczy
approved these changes
Jul 17, 2026
Contributor
|
@vcluster-dv This wasn't the right version or the right branch for the tagged issue. The issue is to bump 4.11.0 in the v0.36 branch, but I can see the text in the pre-release issue says "latest stable", but it's really meant to be for what version the matching platform release will be. I've updated the issue template. |
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
Bumps
MinimumVersionTaginpkg/platform/version.gofromv4.10.3tov4.10.5, the latest stable vCluster Platform release (loft-sh/loft v4.10.5, published 2026-07-07).Why
MinimumVersionTagis the compatibility floor and fallback used byLatestCompatibleVersionwhen the GitHub release lookup fails or returns something older. Keeping it at the current stable release avoids falling back to a stale version.v4.11.0is still in RC (v4.11.0-rc.3/-next.internal.*), sov4.10.5is the correct stable target today.Notes
v4.9.3is a stable release on an older minor line and is lower thanv4.10.5, sov4.10.5remains the latest stable.Closes ENG-12190
Note
Low Risk
Single constant change with no logic edits; only raises the documented minimum/fallback Platform version.
Overview
Raises the vCluster Platform compatibility floor by updating
MinimumVersionTaginpkg/platform/version.gofromv4.10.3tov4.10.5.That constant drives
MinimumVersionand is used whenLatestCompatibleVersionfalls back (GitHub errors, bad tags) and when filtering stable loft releases so only versions ≥ the minimum are considered. Aligning the floor with the current stable Platform release avoids recommending or defaulting to an older minimum when live release lookup is unavailable.Reviewed by Cursor Bugbot for commit e85348a. Bugbot is set up for automated code reviews on this repo. Configure here.