From 4856cff9750794c3024503aa5045224284e76d95 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:13:31 +0100 Subject: [PATCH] Bump `gh` CLI version to 2.63.0 (#262) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the label io.jenkins-infra.tools.gh.version in the test... ... harness Made with ❤️️ by updatecli * chore: Update the value of ARG GH_VERSION in the Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- Dockerfile | 2 +- cst.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57c627b..0eb8956 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN \ apt-get clean &&\ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* -ARG GH_VERSION=2.62.0 +ARG GH_VERSION=2.63.0 # ARG GH_SHASUM_256="6df9b0214f352fe62b2998c2d1b9828f09c8e133307c855c20c1924134d3da25" RUN curl --silent --show-error --location --output /tmp/gh.tar.gz \ "https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz" \ diff --git a/cst.yml b/cst.yml index 1b95336..979dc69 100644 --- a/cst.yml +++ b/cst.yml @@ -12,7 +12,7 @@ metadataTest: value: ".*git.*" isRegex: true - key: io.jenkins-infra.tools.gh.version - value: 2.62.0 + value: 2.63.0 - key: io.jenkins-infra.tools.jenkins-inbound-agent.version value: 3283.v92c105e0f819-1 - key: io.jenkins-infra.tools.netlify-deploy.version