New version of k8s-extension CLI (v1.8.0) using API version 2025-03-01#10045
Conversation
|
@yanzhudd I have fixed the CI failures related to added style. I tried triggering the '/azp run' but don't seem to have enough permissions. Are there any other steps to perform from our side? If not, can you please approve this PR? |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 10045 in repo Azure/azure-cli-extensions |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
@yanzhudd - The /azp run reports failures on linter and style. However, I resolved all the styling errors already (Other individual checks for azdev style and linter checks passed). Could you please suggest if this can be ignored or anything needs to be fixed? |
|
Hi @prasannajsns could you please sync with the lastest code from the main branch? |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
Hi @prasannajsns, could you sync with the latest code in main again. Another change to the |
|
Hi @prasannajsns please sync main to fix the CI failure. REF: |
Hi @JaysonTaiMicrosoft - I have just merged the latest main from upstream to my branch. Could you please help trigger '/azp run' on this PR? |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
[Release] Update index.json for extension [ k8s-extension-1.8.0 ] : https://dev.azure.com/msazure/One/_build/results?buildId=172684225&view=results |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (azdevrequired; see.azure-pipelines/templates/azdev_setup.ymlfor the install command untilazdev==0.2.11b1is on PyPI)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.jsonautomatically.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.