Update Kubernetes version from v1.32 to v1.35 - #54
Merged
Conversation
Resolves #53 Agent-Logs-Url: https://github.com/Stensel8/Scripts/sessions/7c403942-709f-42ed-ad60-643ab6caeafc Co-authored-by: Stensel8 <102481635+Stensel8@users.noreply.github.com>
Stensel8
marked this pull request as ready for review
March 29, 2026 12:46
Stensel8
approved these changes
Mar 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Kubernetes (kubectl) installer script default minor version to align with the latest stable pkgs.k8s.io channel (resolves #53).
Changes:
- Bumped
K8S_VERSIONdefault fromv1.32tov1.35so the APT/DNF repo URLs pull from thecore:/stable:/v1.35channel.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Owner
|
@copilot, implement suggestions/comments above, then merge and close this PR. |
Contributor
The changes are already complete — |
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.
Updates the Kubernetes installer to use v1.35, aligning with the latest stable release available in the pkgs.k8s.io repositories.
Changes
K8S_VERSIONfromv1.32tov1.35inkubernetes/kubernetes_installer.shK8S_VERSIONvariableNotes
Resolves #53