chore: bump default versions - #3235
Merged
Merged
Conversation
Slessi
approved these changes
Aug 7, 2026
There was a problem hiding this comment.
Pull request overview
Bumps the repository’s default Talos and Kubernetes versions used by the UI, integration tests, and test harness scripts to keep the codebase aligned with newer patch releases.
Changes:
- Update default Talos version to
1.13.8across Go client constants and generated frontend resources. - Update default Kubernetes version to
1.36.3and adjust “another/stable” versions used for upgrade testing (Talos 1.13.7/1.12.11,Kubernetes 1.35.7). - Align integration test environment exports in
hack/test/common.shwith the new defaults.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| internal/pkg/constants/versions.go | Updates Talos/Kubernetes version constants used by integration tests and defaults. |
| hack/test/common.sh | Updates exported Talos/Kubernetes versions used by test scripts and CI runs. |
| frontend/src/api/resources.ts | Updates generated frontend constants to match new default Talos/Kubernetes versions. |
| client/pkg/constants/constants.go | Updates the Go client default Talos version (source for UI/test defaults). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bump default versions for Talos and Kubernetes Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
Merged
Member
Author
|
/m |
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.
Bump default versions for Talos and Kubernetes