Skip to content

Commit

Permalink
Bump the az CLI version to 2.59.0 (#209)
Browse files Browse the repository at this point in the history
* chore: Update the value of ARG AZ_CLI_VERSION in the Dockerfile

Made with ❤️️ by updatecli

* chore: Update the label io.jenkins-infra.tools.azure-cli.version in t...

... he test harness

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
  • Loading branch information
1 parent 5dc19ae commit a6a136f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN curl --silent --show-error --location \
&& azcopy --version

## Install Azure Cli
ARG AZ_CLI_VERSION=2.54.0
ARG AZ_CLI_VERSION=2.59.0
# Download and install the Microsoft signing key
RUN mkdir -p /etc/apt/keyrings \
&& curl -sLS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | tee /etc/apt/keyrings/microsoft.gpg > /dev/null \
Expand Down
2 changes: 1 addition & 1 deletion cst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadataTest:
- key: io.jenkins-infra.tools.azcopy.version
value: 10.24.0-20240326
- key: io.jenkins-infra.tools.azure-cli.version
value: 2.54.0
value: 2.59.0
- key: io.jenkins-infra.tools.typos.version
value: "1.14.6"
- key: io.jenkins-infra.tools.typos-checkstyle.version
Expand Down

0 comments on commit a6a136f

Please sign in to comment.