chore(deps): bump platform MinimumVersionTag to v4.11.0-rc.7#4099
Open
loft-bot wants to merge 1 commit into
Open
chore(deps): bump platform MinimumVersionTag to v4.11.0-rc.7#4099loft-bot wants to merge 1 commit into
loft-bot wants to merge 1 commit into
Conversation
Contributor
E2E Ginkgo Tests
|
Contributor
|
Triage verdict: SUPERSEDED PR #4103 bumps platform MinimumVersionTag further (v4.11.0-rc.7 → v4.12.0-alpha.1). This PR's target (v4.11.0-rc.7) is already covered there. Recommend closing this PR in favor of #4103. Generated by Claude Code |
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.
Bumps MinimumVersionTag to the new Platform release v4.11.0-rc.7.
Note
Medium Risk
Tightening the platform version floor can block or change behavior for clusters on older Platform releases during version resolution, though the change is a single constant with no logic edits.
Overview
Raises the minimum supported Loft Platform version constant in
pkg/platform/version.gofromv4.10.3tov4.11.0-rc.7, soMinimumVersion(parsed from the tag) follows the new floor.That value drives compatibility checks in
LatestCompatibleVersion(GitHub release selection and fallbacks when parsing or listing releases fails) and any other callers that compare againstMinimumVersion.Reviewed by Cursor Bugbot for commit 33291fd. Bugbot is set up for automated code reviews on this repo. Configure here.