From a498d1bfd6db47a72e5791530a91c97c2b10c544 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Fri, 20 May 2022 17:28:24 -0500 Subject: [PATCH] Updating MinIO server to RELEASE.2022-05-19T18-20-59Z --- Makefile | 6 +++--- source/conf.py | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 032b75ae..561064ba 100644 --- a/Makefile +++ b/Makefile @@ -37,9 +37,9 @@ sync-minio-version: @cp source/default-conf.py source/conf.py - @sed -i "s|MINIOLATEST|${MINIO}|g" source/conf.py - @sed -i "s|DEBURL|${DEB}|g" source/conf.py - @sed -i "s|RPMURL|${RPM}|g" source/conf.py + @sed -i "" "s|MINIOLATEST|${MINIO}|g" source/conf.py + @sed -i "" "s|DEBURL|${DEB}|g" source/conf.py + @sed -i "" "s|RPMURL|${RPM}|g" source/conf.py @git add source/conf.py && git commit -m "Updating MinIO server to ${MINIO}" diff --git a/source/conf.py b/source/conf.py index 5611e38c..cc4aa3b1 100644 --- a/source/conf.py +++ b/source/conf.py @@ -138,10 +138,11 @@ rst_prolog = """ .. |podman| replace:: `Podman `__ .. |kes-stable| replace:: 0.16.1 -.. |minio-tag| replace:: `RELEASE.2022-05-08T23-50-31Z `__ -.. |minio-latest| replace:: RELEASE.2022-05-08T23-50-31Z -.. |minio-rpm| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio-20220508235031.0.0.x86_64.rpm -.. |minio-deb| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio_20220508235031.0.0_amd64.deb + +.. |minio-tag| replace:: `RELEASE.2022-05-19T18-20-59Z `__ +.. |minio-latest| replace:: RELEASE.2022-05-19T18-20-59Z +.. |minio-rpm| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio-20220519182059.0.0.x86_64.rpm +.. |minio-deb| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio_20220519182059.0.0_amd64.deb .. |subnet| replace:: `MinIO SUBNET `__ .. |subnet-short| replace:: `SUBNET `__