1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Updating MinIO server to RELEASE.2022-05-19T18-20-59Z

This commit is contained in:
Daryl White
2022-05-20 17:28:24 -05:00
parent 6e4422b029
commit a498d1bfd6
2 changed files with 8 additions and 7 deletions

View File

@ -37,9 +37,9 @@ sync-minio-version:
@cp source/default-conf.py source/conf.py @cp source/default-conf.py source/conf.py
@sed -i "s|MINIOLATEST|${MINIO}|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|DEBURL|${DEB}|g" source/conf.py
@sed -i "s|RPMURL|${RPM}|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}" @git add source/conf.py && git commit -m "Updating MinIO server to ${MINIO}"

View File

@ -138,10 +138,11 @@ rst_prolog = """
.. |podman| replace:: `Podman <https://podman.io/>`__ .. |podman| replace:: `Podman <https://podman.io/>`__
.. |kes-stable| replace:: 0.16.1 .. |kes-stable| replace:: 0.16.1
.. |minio-tag| replace:: `RELEASE.2022-05-08T23-50-31Z <https://github.com/minio/minio/releases/tag/RELEASE.2022-05-08T23-50-31Z>`__
.. |minio-latest| replace:: RELEASE.2022-05-08T23-50-31Z .. |minio-tag| replace:: `RELEASE.2022-05-19T18-20-59Z <https://github.com/minio/minio/releases/tag/RELEASE.2022-05-19T18-20-59Z>`__
.. |minio-rpm| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio-20220508235031.0.0.x86_64.rpm .. |minio-latest| replace:: RELEASE.2022-05-19T18-20-59Z
.. |minio-deb| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio_20220508235031.0.0_amd64.deb .. |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 <https://min.io/pricing?jmp=docs>`__ .. |subnet| replace:: `MinIO SUBNET <https://min.io/pricing?jmp=docs>`__
.. |subnet-short| replace:: `SUBNET <https://min.io/pricing?jmp=docs>`__ .. |subnet-short| replace:: `SUBNET <https://min.io/pricing?jmp=docs>`__