Staging v0.11.22 with k8s validation skip option#2223
Merged
cb-github-robot merged 1 commit intocloud-barista:mainfrom Nov 25, 2025
Merged
Staging v0.11.22 with k8s validation skip option#2223cb-github-robot merged 1 commit intocloud-barista:mainfrom
cb-github-robot merged 1 commit intocloud-barista:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a new skipVersionCheck query parameter to allow bypassing Kubernetes version validation for testing purposes, bumps the version to 0.11.22, and enables Alibaba Cloud Kubernetes versions 1.33 and 1.34 which are now fully supported.
Key Changes:
- Adds
skipVersionCheckboolean query parameter to K8s cluster creation and dynamic provisioning endpoints - Updates component versions (cb-tumblebug to 0.11.22, cb-spider to 0.11.19, cb-mapui to 0.11.21)
- Re-enables Alibaba Cloud K8s versions 1.33 and 1.34 that were previously commented out due to API limitations
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/interface/rest/server/resource/k8scluster.go | Adds skipVersionCheck query parameter handling and passes it to the dynamic cluster creation function |
| src/interface/rest/docs/swagger.yaml | Updates Swagger documentation to include the new skipVersionCheck parameter with description and default value |
| src/interface/rest/docs/docs.go | Updates generated API documentation to reflect the new parameter |
| src/core/infra/provisioning.go | Implements version validation skip logic by conditionally bypassing getK8sRecommendVersion when flag is true |
| docker-compose.yaml | Updates Docker image versions for cb-tumblebug (0.11.22), cb-spider (0.11.19), and cb-mapui (0.11.21) |
| assets/k8sclusterinfo.yaml | Removes comments and enables Kubernetes versions 1.33 and 1.34 for Alibaba Cloud |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Seokho Son <shsongist@gmail.com>
Member
Author
|
/approve |
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.
Testing for 9 CSPs in a MCI