From 7bc6637380a64cb973034b96dc4c0c99330369b0 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Mon, 24 Nov 2025 14:10:35 +0200 Subject: [PATCH] ci: use minio==7.2.18 (#3581) Looks like they broke the public API in a minor version: https://github.com/minio/minio-py/releases/tag/7.2.19 It was probably not intetional, until they figure it out, let's use the older working version. Signed-off-by: Andrei Aaron --- .github/workflows/cluster.yaml | 4 ++-- .github/workflows/gc-stress-test.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cluster.yaml b/.github/workflows/cluster.yaml index 3f1e704f..6fe80c7e 100644 --- a/.github/workflows/cluster.yaml +++ b/.github/workflows/cluster.yaml @@ -51,7 +51,7 @@ jobs: --health-cmd "curl http://localhost:9000/minio/health/live" \ minio/minio:RELEASE.2024-07-16T23-46-41Z server /data - name: Install py minio - run: pip3 install minio + run: pip3 install minio==7.2.18 - name: Wait for minio to come up run: | @@ -306,7 +306,7 @@ jobs: --health-cmd "curl http://localhost:9000/minio/health/live" \ minio/minio:RELEASE.2024-07-16T23-46-41Z server /data - name: Install py minio - run: pip3 install minio + run: pip3 install minio==7.2.18 - name: Wait for minio to come up run: | diff --git a/.github/workflows/gc-stress-test.yaml b/.github/workflows/gc-stress-test.yaml index 34ce2b29..b3220d4f 100644 --- a/.github/workflows/gc-stress-test.yaml +++ b/.github/workflows/gc-stress-test.yaml @@ -110,7 +110,7 @@ jobs: --health-cmd "curl http://localhost:9000/minio/health/live" \ minio/minio:RELEASE.2024-07-16T23-46-41Z server /data - name: Install py minio - run: pip3 install minio + run: pip3 install minio==7.2.18 - name: Wait for minio to come up run: | @@ -194,7 +194,7 @@ jobs: --health-cmd "curl http://localhost:9000/minio/health/live" \ minio/minio:RELEASE.2024-07-16T23-46-41Z server /data - name: Install py minio - run: pip3 install minio + run: pip3 install minio==7.2.18 - name: Wait for minio to come up run: |