-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[confcom] updating diff mode and adding cs2 #7500
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
confcom |
|
@@ -2,6 +2,12 @@ | |||
|
|||
Release History | |||
=============== | |||
0.3.5 |
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.
please update version as bot recommended.
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.
Hi, we are waiting for a particular feature to be ready and merged to make a 1.0.0 version. Thanks!
update: the feature we are waiting on should be done and published by the end of this month. So 0.3.5 will probably be the last version before 1.0.0 |
aa70626
to
96c9486
Compare
[Release] Update index.json for extension [ confcom ] : https://dev.azure.com/azclitools/release/_build/results?buildId=150273&view=results |
* making diff mode more robust * fixing bug when trying to do regex via parameters * changing how seccompProfile is interacted with in the template * adding configmaps as a possible source of information from ARM template * adding cs2
Diff mode was not previously robust enough to handle multiple of the same image with different commands, env vars, etc. This change allows for that to be possible and clearer by using the container name as a key instead of the image name.
Adding configmap sidecar for additional feature in ACI
Fixing bug for
seccompProfile
field inside ofsecurityContext
Also fixing a bug where you could not use regex for arm templates by leaving out a default value in the parameters.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az confcom
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)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
.