Skip to content

Update Kubernetes version from v1.32 to v1.35 - #54

Merged
Stensel8 merged 2 commits into
mainfrom
claude/update-kubernetes-dependencies
Mar 29, 2026
Merged

Update Kubernetes version from v1.32 to v1.35#54
Stensel8 merged 2 commits into
mainfrom
claude/update-kubernetes-dependencies

Conversation

@Claude

@Claude Claude AI commented Mar 29, 2026

Copy link
Copy Markdown
Contributor

Updates the Kubernetes installer to use v1.35, aligning with the latest stable release available in the pkgs.k8s.io repositories.

Changes

  • Updated K8S_VERSION from v1.32 to v1.35 in kubernetes/kubernetes_installer.sh
  • APT and RPM repository URLs automatically point to the new version via the K8S_VERSION variable

Notes

  • Minikube continues to use the latest release automatically (currently v1.38.1)
  • Repository URLs verified accessible for both Debian/Ubuntu (APT) and RHEL/Fedora/CentOS (DNF) systems

Resolves #53

@Claude Claude AI linked an issue Mar 29, 2026 that may be closed by this pull request
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>
@Claude Claude AI changed the title [WIP] Update Kubernetes dependencies to v1.35 Update Kubernetes version from v1.32 to v1.35 Mar 29, 2026
@Claude
Claude AI requested a review from Stensel8 March 29, 2026 12:44
@Stensel8
Stensel8 marked this pull request as ready for review March 29, 2026 12:46
Copilot AI review requested due to automatic review settings March 29, 2026 12:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_VERSION default from v1.32 to v1.35 so the APT/DNF repo URLs pull from the core:/stable:/v1.35 channel.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Base automatically changed from development to main March 29, 2026 12:55
@Stensel8

Copy link
Copy Markdown
Owner

@copilot, implement suggestions/comments above, then merge and close this PR.

Copilot AI commented Mar 29, 2026

Copy link
Copy Markdown
Contributor

@copilot, implement suggestions/comments above, then merge and close this PR.

The changes are already complete — K8S_VERSION is set to v1.35 in kubernetes/kubernetes_installer.sh (commit 5151dd2). The copilot review had no specific suggestions to implement beyond what's already done. The automerge workflow should pick this up automatically since the branch is prefixed with claude/.

Copilot AI requested a review from Stensel8 March 29, 2026 12:57
@Stensel8
Stensel8 merged commit b9827b6 into main Mar 29, 2026
7 checks passed
@Stensel8
Stensel8 deleted the claude/update-kubernetes-dependencies branch March 29, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🔄 Kubernetes Dependencies Update Available

4 participants