generated from kedacore/github-template
-
Notifications
You must be signed in to change notification settings - Fork 137
Update Kubernetes compatibility documentation to include v1.33, v1.34, and v0.11.0 release #1349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
wozniakjan
merged 3 commits into
main
from
copilot/fix-e960b1d6-aae5-42a6-94fd-97257dce1bc8
Oct 3, 2025
Merged
Update Kubernetes compatibility documentation to include v1.33, v1.34, and v0.11.0 release #1349
wozniakjan
merged 3 commits into
main
from
copilot/fix-e960b1d6-aae5-42a6-94fd-97257dce1bc8
Oct 3, 2025
+3
−2
Conversation
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
Co-authored-by: wozniakjan <[email protected]>
Copilot finished work on behalf of
wozniakjan
October 3, 2025 08:30
@copilot can you also create a line for the most recent v0.11.0 release in the support matrix? |
Co-authored-by: wozniakjan <[email protected]>
Copilot finished work on behalf of
wozniakjan
October 3, 2025 08:38
wozniakjan
approved these changes
Oct 3, 2025
malpou
pushed a commit
to malpou/http-add-on
that referenced
this pull request
Oct 4, 2025
…, and v0.11.0 release (kedacore#1349) * Initial plan * Update Kubernetes compatibility to support v1.33 and v1.34 Co-authored-by: wozniakjan <[email protected]> * Add v0.11.0 to compatibility table and update main to KEDA v2.17 Co-authored-by: wozniakjan <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wozniakjan <[email protected]>
malpou
pushed a commit
to malpou/http-add-on
that referenced
this pull request
Oct 4, 2025
…, and v0.11.0 release (kedacore#1349) * Initial plan * Update Kubernetes compatibility to support v1.33 and v1.34 Co-authored-by: wozniakjan <[email protected]> * Add v0.11.0 to compatibility table and update main to KEDA v2.17 Co-authored-by: wozniakjan <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wozniakjan <[email protected]>
malpou
pushed a commit
to malpou/http-add-on
that referenced
this pull request
Oct 4, 2025
…, and v0.11.0 release (kedacore#1349) * Initial plan * Update Kubernetes compatibility to support v1.33 and v1.34 Co-authored-by: wozniakjan <[email protected]> * Add v0.11.0 to compatibility table and update main to KEDA v2.17 Co-authored-by: wozniakjan <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wozniakjan <[email protected]>
Copilot AI
added a commit
that referenced
this pull request
Oct 6, 2025
…, and v0.11.0 release (#1349) * Initial plan * Update Kubernetes compatibility to support v1.33 and v1.34 Co-authored-by: wozniakjan <[email protected]> * Add v0.11.0 to compatibility table and update main to KEDA v2.17 Co-authored-by: wozniakjan <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wozniakjan <[email protected]>
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.
Description
This PR updates the compatibility table in the installation documentation to reflect support for Kubernetes versions 1.33 and 1.34, and adds the v0.11.0 release to the support matrix.
Changes
Updated the Kubernetes version compatibility range in
docs/install.md
:main
branch: v1.30 - v1.32 → v1.30 - v1.34, KEDA v2.16 → v2.170.11.0
: Added new entry with KEDA v2.17 and Kubernetes v1.30 - v1.340.10.0
: v1.30 - v1.32 → v1.30 - v1.34Background
The HTTP Add-on already supports Kubernetes versions 1.33 and 1.34, but the documentation wasn't reflecting this. Additionally, the recently released v0.11.0 was missing from the compatibility table. This caused confusion for users checking compatibility before installation.
Fixes #1342
Verification
This is a documentation-only change. No code modifications were needed, and the HTTP Add-on has been tested with these newer Kubernetes versions in practice.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.