Skip to content

Commit

Permalink
bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavneet Singh committed May 17, 2022
2 parents 3614af5 + baff475 commit ddd05e7
Show file tree
Hide file tree
Showing 891 changed files with 799,451 additions and 89,532 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,4 @@

/src/scvmm/ @nascarsayan

/src/spring/ @yuwzho
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ For new extensions:
### About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update `src/index.json` automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify `src/index.json`.
Once your pull request is merged into main branch, a new pull request will be created to update `src/index.json` automatically.
The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify `src/index.json`.
19 changes: 19 additions & 0 deletions scripts/ci/credscan/CredScanSuppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,25 @@
"src\\aks-preview\\azext_aks_preview\\tests\\latest\\data\\setup_proxy.sh"
],
"_justification": "Dummy self-signed certificate + private key used for testing only."
},
{
"file": [
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_container_acr.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_e2e.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_env_dapr_components.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_env_e2e.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_env_storage.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_identity_e2e.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_identity_system.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_identity_user.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_ingress_e2e.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_ingress_traffic_e2e.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_logstream.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_update.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_dapr_e2e.yaml",
"src\\containerapp\\azext_containerapp\\tests\\latest\\recordings\\test_containerapp_up_image_e2e.yaml"
],
"_justification": "Dummy resources' keys left during testing Microsoft.App (required for log-analytics to create managedEnvironments)"
}
]
}
6 changes: 3 additions & 3 deletions scripts/ci/test_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -ex
# Install CLI & CLI testsdk
echo "Installing azure-cli-testsdk, azure-cli-core, azure-cli from source code"
git clone https://github.com/Azure/azure-cli --depth 1
pip install -e azure-cli/src/azure-cli-testsdk
pip install -e azure-cli/src/azure-cli-core
pip install -e azure-cli/src/azure-cli
find azure-cli/src/ -name setup.py -type f | xargs -I {} dirname {} | grep -v azure-cli-testsdk | xargs -I {} pip install --editable {} --no-deps
pip install --editable azure-cli/src/azure-cli-testsdk
pip install -r azure-cli/src/azure-cli/requirements.py3.$(uname).txt
echo "Installed."

pip list -v
Expand Down
Loading

0 comments on commit ddd05e7

Please sign in to comment.