Bump version

This commit is contained in:
Johannes Zellner 2024-03-15 08:40:51 +01:00
parent 042e08f7ad
commit af2efcfd46
3 changed files with 8 additions and 3 deletions

View File

@ -2387,3 +2387,8 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* make immediate purge non-blocking upto 100000 entries per drive
* Bonus: turn-off O_DIRECT verification when FSType is 'XFS'
[3.13.6]
* Update minio to 2024-03-15T01-07-19Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-15T01-07-19Z)
* allow dynamically changing max_object_versions per object (#19265)

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.13.5",
"upstreamVersion": "2024-03-10T02-53-48Z",
"version": "3.13.6",
"upstreamVersion": "2024-03-15T01-07-19Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 2147483648,
"httpPort": 8000,

View File

@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2024-03-10T02-53-48Z
ARG VERSION=RELEASE.2024-03-15T01-07-19Z
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
# RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio