From a4ad88be375753f226d95b4f62739838a8b02fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Fri, 6 Jun 2025 14:04:59 +0200 Subject: [PATCH 1/2] renovate minio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- .devcontainer/devcontainer.json | 2 +- .github/renovate.json5 | 13 +++++++++++++ tests/utils/minio/minio.go | 6 ++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e66ed8dbf3..f8469ae5a3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ "cilium": "none" }, "ghcr.io/guiyomh/features/golangci-lint:0": {}, - "ghcr.io/devcontainers-contrib/features/kubectx-kubens:1": {}, + "ghcr.io/devcontainers-extra/features/kubectx-kubens:1": {}, "ghcr.io/dhoeric/features/stern:1": {} }, diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7514f68745..bac35ed331 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -157,6 +157,19 @@ datasourceTemplate: 'docker', versioningTemplate: 'loose' }, + { + customType: 'regex', + fileMatch: [ + '^tests\\/utils\\/minio\\/minio\\.go$', + ], + matchStrings: [ + 'minioImage = "(?.+?):(?.*?)"\\n', + 'minioClientImage = "(?.+?):(?.*?)"\\n', + ], + datasourceTemplate: 'docker', + versioningTemplate: 'regex', + extractVersionTemplate: '^RELEASE\\.(?\\d+)-(?\\d+)-(?\\d+)T.*Z$', + }, ], packageRules: [ { diff --git a/tests/utils/minio/minio.go b/tests/utils/minio/minio.go index 6b1c337d80..3516bd7016 100644 --- a/tests/utils/minio/minio.go +++ b/tests/utils/minio/minio.go @@ -49,8 +49,10 @@ import ( ) const ( - minioImage = "minio/minio:RELEASE.2025-05-24T17-08-30Z" - minioClientImage = "minio/mc:RELEASE.2025-05-21T01-59-54Z" + // minioImage is the image used to run a MinIO server + minioImage = "minio/minio:RELEASE.2025-04-22T22-12-26Z" + // minioClientImage is the image used to run a MinIO client + minioClientImage = "minio/mc:RELEASE.2025-04-16T18-13-26Z" ) // Env contains all the information related or required by MinIO deployment and From b5c6366fae64e528b83c422137bf3cf39d57c814 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:19:35 +0000 Subject: [PATCH 2/2] chore(deps): pin agilepathway/label-checker action to c3d16ad --- .github/workflows/require-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/require-labels.yml b/.github/workflows/require-labels.yml index 775024a720..66638a0c73 100644 --- a/.github/workflows/require-labels.yml +++ b/.github/workflows/require-labels.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Require labels - uses: agilepathway/label-checker@v1.6.65 + uses: agilepathway/label-checker@c3d16ad512e7cea5961df85ff2486bb774caf3c5 # v1.6.65 with: any_of: "ok to merge :ok_hand:" none_of: "do not merge"