-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[connectedk8s] Update extension CLI to v1.11.1 #9818
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
Open
ashnanze
wants to merge
24
commits into
Azure:main
Choose a base branch
from
AzureArcForKubernetes:release-v1.11.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
20aecd7
add pester tests for connectedk8s cli extension
40926a3
Pass the force delete param to the API call (#4)
atchutbarli 8f068a8
fix CI testcases for nodepool image issues (#8)
bavneetsingh16 ad1ce1d
update python version to 3.13 (#12)
bavneetsingh16 2121694
changes to support gateway association/disassociation for api version…
bavneetsingh16 3c08eac
[Azure RBAC] Deprecate 3P mode flags, fix Azure RBAC enablement bug, …
vineeth-thumma ed5b5e2
Merge branch 'Azure:main' into main
bavneetsingh16 9038227
remove hardcoded public ARM endpoint url for fairfax and mooncake (#24)
bavneetsingh16 002220d
Bug Fix for FFX mcr url (#22)
hapate 6c0a24b
[connectedk8s] update release notes and version (#26)
bavneetsingh16 3ca7ae1
Add Helm Overrides for AGC (#23)
junw98 bbebbcd
[Azure RBAC] Remove deprecated flags (#16)
vineeth-thumma 979a4c3
update prediag version (#27)
atchutbarli 09119b8
Updating the proxy version constant (#28)
gabemousa 22d2042
update broken test in CI pipeline (#37)
bavneetsingh16 532f503
Update CLIENT_PROXY_VERSION to 1.3.033281 (#36)
shlokpatel57 92383b8
Updates in CSP version (#40)
shlokpatel57 11550d4
Add ARM64 support for Helm installation in connectedk8s (#34)
ashnanze c9215c4
Handle removal of --all flag in Helm 4 (#42)
atchutbarli 83bb4a1
bump connectedk8s version to 1.12.0
ashnanze ae26c76
add connectedk8s-1.12.0 whl for E2E testing
ashnanze f35e56c
fix version to 1.11.1 and correct CLIENT_PROXY_VERSION in release notes
ashnanze bff5964
resolve merge conflicts with upstream main
ashnanze 2c5d937
update whl to connectedk8s-1.11.1
ashnanze File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Binary file not shown.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 1.11.1 changelog claims
CLIENT_PROXY_VERSIONwas updated to1.3.033581, but in the codebaseazext_connectedk8s/_constants.pystill definesCLIENT_PROXY_VERSION = "1.3.032281". Also, the PR description mentions1.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.