chore(ci): freeze Helm and Connect on the release branches - #7114
Open
krancour wants to merge 1 commit into
Open
chore(ci): freeze Helm and Connect on the release branches#7114krancour wants to merge 1 commit into
krancour wants to merge 1 commit into
Conversation
Helm's minor releases move to newer Kubernetes libraries, so they drag the frozen k8s dependencies forward with them. Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7114 +/- ##
=======================================
Coverage 35.18% 35.18%
=======================================
Files 857 857
Lines 70608 70608
=======================================
Hits 24841 24841
Misses 45767 45767 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Both appear in the
go-minorgroup PRs currently open against every release branch: #7110, #7111, #7112, #7113.Helm's minor releases move to newer Kubernetes libraries — 3.20 requires k8s v0.35, 3.21 requires v0.36 — so they drag the dependencies frozen in #7060 forward with them. Connect falls under the same umbrella the
release-1.11comment already states.🤖 Generated with Claude Code