Bump k8s to 1.35 to fix CVEs#1108
Merged
devacts merged 6 commits intocarvel-dev:developfrom Feb 12, 2026
Merged
Conversation
Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>
068c0dd to
0e3fbfc
Compare
5 tasks
added 3 commits
February 6, 2026 15:01
Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com> Update difflib to use carvel-dev Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>
Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com> Add vendor file Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>
Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>
bd6cbc5 to
a14fc75
Compare
Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>
b1a208b to
9ec503e
Compare
Signed-off-by: Unnati Mishra <unnati.mishra@broadcom.com>
devacts
approved these changes
Feb 12, 2026
Contributor
|
marking snyk failure as passed from snyk portal till we resolve the issue |
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 this PR does / why we need it:
The develop branch of kapp have CVEs related to an older k8s version. This PR resovles those CVEs by bumping the k8s version to 1.35.
Which issue(s) this PR fixes:
Fixes #
Updates
to
Removed a name segment validation test case using an arbitrarily long name (>1000 chars) as recent dependency updates now strictly enforce the Kubernetes 63-character limit for qualified names.
See failing log-https://github.com/carvel-dev/kapp/actions/runs/21741214070/job/62716912444#step:9:536
Explanation for removal-
The test case was originally added to verify that kapp could handle placeholders exceeding 1000 characters. However, our recent Kubernetes dependency updates now strictly enforce the standard 63-character limit for names. Since the upstream library now rejects anything over 63 characters as invalid, testing for >1000 characters is no longer a valid scenario. We should remove the test rather than shortening the string to 63, as we already have multiple other tests covering standard valid names.
Does this PR introduce a user-facing change?
Additional Notes for your reviewer:
Review Checklist:
a link to that PR
change
Additional documentation e.g., Proposal, usage docs, etc.: