From ca47ef92d90bd8bc3069a42cf346ffdd86b467dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:30:37 +0000 Subject: [PATCH 1/2] build(deps): Bump regclient/actions Bumps [regclient/actions](https://github.com/regclient/actions) from 148669fe4b19151fcab6e00c6df2db43b9e2b097 to c70ad64367908075211b10dcd2ab9fad4bfa1816. - [Release notes](https://github.com/regclient/actions/releases) - [Changelog](https://github.com/regclient/actions/blob/main/RELEASE.md) - [Commits](https://github.com/regclient/actions/compare/148669fe4b19151fcab6e00c6df2db43b9e2b097...c70ad64367908075211b10dcd2ab9fad4bfa1816) --- updated-dependencies: - dependency-name: regclient/actions dependency-version: c70ad64367908075211b10dcd2ab9fad4bfa1816 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/forward-compatibility.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/forward-compatibility.yaml b/.github/workflows/forward-compatibility.yaml index 0bdbd10c4..1840d0921 100644 --- a/.github/workflows/forward-compatibility.yaml +++ b/.github/workflows/forward-compatibility.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v6 - name: Install regctl - uses: regclient/actions/regctl-installer@148669fe4b19151fcab6e00c6df2db43b9e2b097 + uses: regclient/actions/regctl-installer@c70ad64367908075211b10dcd2ab9fad4bfa1816 with: release: v0.11.3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5bc8be180..2185c7d24 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v6 name: Check out code - name: Install regctl - uses: regclient/actions/regctl-installer@148669fe4b19151fcab6e00c6df2db43b9e2b097 + uses: regclient/actions/regctl-installer@c70ad64367908075211b10dcd2ab9fad4bfa1816 with: release: v0.11.3 - name: Retag gpu-operator From f90de0bdf996d61a90397169036f08eadb827152 Mon Sep 17 00:00:00 2001 From: Rajath Agasthya Date: Tue, 12 May 2026 16:04:41 -0500 Subject: [PATCH 2/2] Bump regctl to v0.11.4 Signed-off-by: Rajath Agasthya --- .common-ci.yml | 2 +- .github/workflows/forward-compatibility.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.common-ci.yml b/.common-ci.yml index 3d5c64c5e..7a3c85502 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -137,7 +137,7 @@ trigger-pipeline: # Download the regctl binary for use in the release steps .regctl-setup: before_script: - - export REGCTL_VERSION=v0.11.3 + - export REGCTL_VERSION=v0.11.4 - apk add --no-cache curl - mkdir -p bin - curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64 diff --git a/.github/workflows/forward-compatibility.yaml b/.github/workflows/forward-compatibility.yaml index 1840d0921..611b7b63e 100644 --- a/.github/workflows/forward-compatibility.yaml +++ b/.github/workflows/forward-compatibility.yaml @@ -37,7 +37,7 @@ jobs: - name: Install regctl uses: regclient/actions/regctl-installer@c70ad64367908075211b10dcd2ab9fad4bfa1816 with: - release: v0.11.3 + release: v0.11.4 - name: Get latest component images and generate values override file env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2185c7d24..fb9cf0ba8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -71,7 +71,7 @@ jobs: - name: Install regctl uses: regclient/actions/regctl-installer@c70ad64367908075211b10dcd2ab9fad4bfa1816 with: - release: v0.11.3 + release: v0.11.4 - name: Retag gpu-operator env: OPERATOR_IMAGE_SOURCE: ${{ needs.variables.outputs.operator_image_source }}