Skip to content

Commit 2fadcca

Browse files
build(deps): bump azure/CLI from 2 to 3 (#949)
Bumps [azure/CLI](https://github.com/azure/cli) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/azure/cli/releases">azure/CLI's releases</a>.</em></p> <blockquote> <h2>GitHub Action for Azure CLI v3</h2> <h2>What's Changed</h2> <ul> <li>Updated to use node24 by <a href="https://github.com/thomas-temby"><code>@​thomas-temby</code></a> in <a href="https://redirect.github.com/Azure/cli/pull/197">Azure/cli#197</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Azure/cli/compare/v2.2.0...v3">https://github.com/Azure/cli/compare/v2.2.0...v3</a></p> <h2>GitHub Action for Azure CLI v3.0.0</h2> <h2>What's Changed</h2> <ul> <li>Updated to use node24 by <a href="https://github.com/thomas-temby"><code>@​thomas-temby</code></a> in <a href="https://redirect.github.com/Azure/cli/pull/197">Azure/cli#197</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Azure/cli/compare/v2.2.0...v3.0.0">https://github.com/Azure/cli/compare/v2.2.0...v3.0.0</a></p> <h2>GitHub Action for Azure CLI v2.2.0</h2> <h2>What's Changed</h2> <ul> <li>Mount <code>AZURE_CONFIG_DIR</code> folder instead of <code>~/.azure</code> by <a href="https://github.com/MoChilia"><code>@​MoChilia</code></a> in <a href="https://redirect.github.com/Azure/cli/pull/176">Azure/cli#176</a></li> <li>FIX: Broken links by appended dot azcliversion errors by <a href="https://github.com/nselpriv"><code>@​nselpriv</code></a> in <a href="https://redirect.github.com/Azure/cli/pull/178">Azure/cli#178</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nselpriv"><code>@​nselpriv</code></a> made their first contribution in <a href="https://redirect.github.com/Azure/cli/pull/178">Azure/cli#178</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Azure/cli/compare/v2.1.0...v2.2.0">https://github.com/Azure/cli/compare/v2.1.0...v2.2.0</a></p> <h2>GitHub Action for Azure CLI v2.1.0</h2> <h2>What's Changed</h2> <ul> <li>docs: add yaml syntax highlighting to workflow examples by <a href="https://github.com/baysideengineer"><code>@​baysideengineer</code></a> in <a href="https://redirect.github.com/Azure/cli/pull/141">Azure/cli#141</a></li> <li>Fix <a href="https://redirect.github.com/azure/cli/issues/153">#153</a>: Prevent stdout cutoff in Azure CLI versions by <a href="https://github.com/MoChilia"><code>@​MoChilia</code></a> in <a href="https://redirect.github.com/Azure/cli/pull/154">Azure/cli#154</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/baysideengineer"><code>@​baysideengineer</code></a> made their first contribution in <a href="https://redirect.github.com/Azure/cli/pull/141">Azure/cli#141</a></li> <li><a href="https://github.com/isra-fel"><code>@​isra-fel</code></a> made their first contribution in <a href="https://redirect.github.com/Azure/cli/pull/151">Azure/cli#151</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Azure/cli/compare/v2.0.0...v2.1.0">https://github.com/Azure/cli/compare/v2.0.0...v2.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Azure/cli/blob/master/ReleaseProcess.md">azure/CLI's changelog</a>.</em></p> <blockquote> <p><strong>Releasing a new version</strong></p> <p>Semanting versioning is used to release different versions of the action. Following steps are to be followed :</p> <ol> <li>Create a new branch for every major version. <br /> Example, releases/v1, releases/v2.</li> <li>For every minor and patch release for a major version, update the corresponding release branch. <br /> Example, for releasing v1.1.1, update releases/v1.</li> <li>Create tags for every new release (major/minor/patch). <br /> Example,v1.0.0. , v1.0.1, v2.0.1, etc. and also have tags like v1, v2 for every major version release.</li> <li>On releasing minor and patch versions, update the tag of the corresponding major version. <br /> Example, for releasing v1.0.1, update the v1 tag to point to the ref of the current release. <br /> The following commands are to be run on the release\v1 branch so that it picks the latest commit and updates the v1 tag accordingly : (Ensure that you are on same commit locally as you want to release)</li> </ol> <ul> <li><code>git tag -fa v1 -m &quot;Update v1 tag&quot;</code></li> <li><code>git push origin v1 --force</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/cli/commit/9eb25b8360668fb0ecbafa808d40e2197b2f5f52"><code>9eb25b8</code></a> Release v3.0.0 (<a href="https://redirect.github.com/azure/cli/issues/199">#199</a>)</li> <li><a href="https://github.com/Azure/cli/commit/c1ad80439ad9dfdbdcb53dccd4af40c9737d9a35"><code>c1ad804</code></a> Add changes (<a href="https://redirect.github.com/azure/cli/issues/198">#198</a>)</li> <li><a href="https://github.com/Azure/cli/commit/41fca1b4f839bddb83a7fc3319db2e9db28ed42a"><code>41fca1b</code></a> Updated to use node24 (<a href="https://redirect.github.com/azure/cli/issues/197">#197</a>)</li> <li><a href="https://github.com/Azure/cli/commit/cbea6ec14de255853c4e94dcf860771c944d4a78"><code>cbea6ec</code></a> change the assignee (<a href="https://redirect.github.com/azure/cli/issues/191">#191</a>)</li> <li>See full diff in <a href="https://github.com/azure/cli/compare/v2...v3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure/CLI&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8622b2 commit 2fadcca

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/Build-Test-And-Deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: docker push --all-tags ${{ vars.DEVCONTAINER_REGISTRY }}/essentialcsharpweb
124124

125125
- name: Create and Deploy to Container App
126-
uses: azure/CLI@v2
126+
uses: azure/CLI@v3
127127
env:
128128
CONTAINER_APP_NAME: ${{ vars.CONTAINER_APP_NAME }}
129129
RESOURCEGROUP: ${{ vars.RESOURCEGROUP }}
@@ -137,7 +137,7 @@ jobs:
137137
az containerapp up -n $CONTAINER_APP_NAME -g $RESOURCEGROUP --image $CONTAINER_REGISTRY/essentialcsharpweb:${{ github.sha }} --environment $CONTAINER_APP_ENVIRONMENT --registry-server $CONTAINER_REGISTRY --ingress external --target-port 8080 --registry-username $ACR_USERNAME --registry-password $ACR_PASSWORD
138138
139139
- name: Assign Managed Identity to Container App and Set Secrets and Environment Variables
140-
uses: azure/CLI@v2
140+
uses: azure/CLI@v3
141141
env:
142142
CONTAINER_APP_NAME: ${{ vars.CONTAINER_APP_NAME }}
143143
RESOURCEGROUP: ${{ vars.RESOURCEGROUP }}
@@ -173,7 +173,7 @@ jobs:
173173
174174
- name: Logout of Azure CLI
175175
if: always()
176-
uses: azure/CLI@v2
176+
uses: azure/CLI@v3
177177
with:
178178
inlineScript: |
179179
az logout
@@ -220,7 +220,7 @@ jobs:
220220
run: docker push --all-tags ${{ vars.PRODCONTAINER_REGISTRY }}/essentialcsharpweb
221221

222222
- name: Create and Deploy to Container App
223-
uses: azure/CLI@v2
223+
uses: azure/CLI@v3
224224
env:
225225
CONTAINER_APP_NAME: ${{ vars.CONTAINER_APP_NAME }}
226226
RESOURCEGROUP: ${{ vars.RESOURCEGROUP }}
@@ -234,7 +234,7 @@ jobs:
234234
az containerapp up -n $CONTAINER_APP_NAME -g $RESOURCEGROUP --image $CONTAINER_REGISTRY/essentialcsharpweb:${{ github.sha }} --environment $CONTAINER_APP_ENVIRONMENT --registry-server $CONTAINER_REGISTRY --ingress external --target-port 8080 --registry-username $ACR_USERNAME --registry-password $ACR_PASSWORD
235235
236236
- name: Assign Managed Identity to Container App and Set Secrets and Environment Variables
237-
uses: azure/CLI@v2
237+
uses: azure/CLI@v3
238238
env:
239239
CONTAINER_APP_NAME: ${{ vars.CONTAINER_APP_NAME }}
240240
RESOURCEGROUP: ${{ vars.RESOURCEGROUP }}
@@ -271,7 +271,7 @@ jobs:
271271
272272
- name: Logout of Azure CLI
273273
if: always()
274-
uses: azure/CLI@v2
274+
uses: azure/CLI@v3
275275
with:
276276
inlineScript: |
277277
az logout

.github/workflows/UpdateSiteCertificate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
RESOURCE_GROUP: ${{ vars.RESOURCE_GROUP }}
7272
CONTAINER_APP_NAME: ${{ vars.CONTAINER_APP_NAME }}
7373
CONTAINER_APP_ENVIRONMENT: ${{ vars.CONTAINER_APP_ENVIRONMENT }}
74-
uses: azure/CLI@v2
74+
uses: azure/CLI@v3
7575
with:
7676
azcliversion: latest
7777
inlineScript: |
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Logout of Azure CLI
8686
if: '!cancelled()'
87-
uses: azure/CLI@v2
87+
uses: azure/CLI@v3
8888
with:
8989
inlineScript: |
9090
az logout

0 commit comments

Comments
 (0)