From 7d1c56033cbce3d2e2e2ad77f6fecd00a2a0c621 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:34:43 +0000 Subject: [PATCH 1/2] chore: Update the value of ARG AZ_VERSION in the Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46f15e8..afda5d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG GEOIPUPDATE_VERSION=v7.1.0 ARG AZCOPY_VERSION=10.27.1-20241113 -ARG AZ_VERSION=2.51.0 +ARG AZ_VERSION=2.67.0 ARG KUBECTL_VERSION=1.26.12 FROM ubuntu:22.04 @@ -35,7 +35,7 @@ RUN ARCH="$(uname -m)" && \ && chmod +x /usr/bin/azcopy # AZ INSTALL -ARG AZ_VERSION +ARG AZ_VERSION=2.67.0 RUN mkdir -p /etc/apt/keyrings && \ wget --quiet --output-document - "https://packages.microsoft.com/keys/microsoft.asc" | gpg --dearmor | tee /etc/apt/keyrings/microsoft.gpg > /dev/null && \ chmod go+r /etc/apt/keyrings/microsoft.gpg && \ From 02f6c6b15d515c1265ff72e4b810103eacf3256d Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:34:44 +0000 Subject: [PATCH 2/2] chore: Update test harness with new `az` version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- cst.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cst.yaml b/cst.yaml index 6cfb4bd..36dd02d 100644 --- a/cst.yaml +++ b/cst.yaml @@ -45,4 +45,4 @@ commandTests: - name: "Check az Version" command: "az" args: ["--version"] - expectedOutput: ["azure-cli 2.51.0"] + expectedOutput: ["azure-cli 2.67.0"]