[connectedk8s] Update extension CLI to v1.11.1#9818
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull request overview
Updates the connectedk8s Azure CLI extension packaging metadata and release notes for the 1.11.1 release.
Changes:
- Bumped extension version to
1.11.1insetup.py. - Added a
1.11.1entry toHISTORY.rstdescribing the release contents.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/connectedk8s/setup.py |
Updates the extension package version to 1.11.1. |
src/connectedk8s/HISTORY.rst |
Adds the 1.11.1 changelog entry for the release notes. |
| * Added Helm overrides support for Application Gateway for Containers (AGC). | ||
| * Updated CSP version. | ||
| * Updated CLIENT_PROXY_VERSION to 1.3.033581. |
There was a problem hiding this comment.
The 1.11.1 changelog claims CLIENT_PROXY_VERSION was updated to 1.3.033581, but in the codebase azext_connectedk8s/_constants.py still defines CLIENT_PROXY_VERSION = "1.3.032281". Also, the PR description mentions 1.3.033281 (different from the changelog). Please update the actual constant (and any related references) or correct the changelog/PR description so they all reflect the same released proxy version.
|
|
Hi @yanzhudd! Just wanted to check in on an update with the review of this PR! |
|
Hi @yanzhudd ! Checking in on this again! Hoping to move forward sometime soon! |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Hi @ashnanze |
|
May I ask why need to upload a connectedk8s-1.11.1-py2.py3-none-any.whl file? What's the functionality for that file? |
- Added ARM64 support for Helm binary installation - Handle removal of '--all' flag in Helm 4 for compatibility - Added Helm overrides support for Application Gateway for Containers (AGC) - Updated CSP version - Updated CLIENT_PROXY_VERSION to 1.3.033892 - Updated pre-diagnostics version - Added debug log for helm binary location
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Description
Release of the
connectedk8sCLI extension, bumping version to1.11.1.Changes
--allflag in Helm 4 to ensure compatibility.References
AzureArcForKubernetes/connectedk8s:release-v1.11.1