Skip to content
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

Pull Arc-Proxy from MAR #28

Merged
merged 16 commits into from
Jan 9, 2025
Merged

Pull Arc-Proxy from MAR #28

merged 16 commits into from
Jan 9, 2025

Conversation

JorgeDaboub
Copy link
Collaborator

@JorgeDaboub JorgeDaboub commented Dec 5, 2024


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

This PR deprecates the use of a storage account for downloading the Arc proxy in the az connectedk8s proxy command. The binary is now pulled from the Microsoft Artifact Registry (MAR). Additionally, the license and third-party notice files are downloaded alongside the binary.

This PR is dependent on another PR (currently blocked by CCOA) to add support for additional architectures to the proxy. It will be updated and merged once that work is complete.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

Testing

In a previous PR, we added additional checks to the existing proxy command integration tests to ensure proper functionality, and all tests are passing. However, due to the changes involving downloads for different operating systems (the pipeline only runs on one OS), I manually tested the removal of old proxy versions and the download of new ones on all supported OSs.

Manually tested on:

Windows
image

Ubuntu
image

Mac/Darwin
iamge

@JorgeDaboub JorgeDaboub self-assigned this Dec 5, 2024
@JorgeDaboub JorgeDaboub marked this pull request as draft December 5, 2024 23:51
@JorgeDaboub JorgeDaboub force-pushed the jorgedaboub/proxy_pull_mcr branch from a5b894e to 628c1ea Compare December 10, 2024 17:52
@JorgeDaboub JorgeDaboub marked this pull request as ready for review January 9, 2025 18:09
Copy link

@bavneetsingh16 bavneetsingh16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bavneetsingh16 bavneetsingh16 enabled auto-merge (squash) January 9, 2025 22:35
@bavneetsingh16 bavneetsingh16 merged commit 80d29bc into main Jan 9, 2025
5 of 7 checks passed
@JorgeDaboub JorgeDaboub deleted the jorgedaboub/proxy_pull_mcr branch January 10, 2025 16:53
bavneetsingh16 pushed a commit that referenced this pull request Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants