1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-21 12:37:35 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Johannes Zellner
63240d9ef7 Bump version 2024-05-01 11:15:41 +02:00
Johannes Zellner
ea84113aa7 Update to 2024-05-01T01-11-10Z 2024-05-01 10:12:09 +02:00
3 changed files with 13 additions and 3 deletions

View File

@@ -2506,3 +2506,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* iam reload policy mapping of STS users properly by @poornas in #19626
* a bunch of fixes for error handling by @harshavardhana in #19627
[3.13.13]
* Update minio to 2024-05-01T01-11-10Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-05-01T01-11-10Z)
* Always unfreeze when connection dies by @klauspost in #19634
* avoid data race for testing by @jiuker in #19635
* Suppress metrics with zero values by @shtripat in #19638
* Allow custom SFTP algorithm selection by @klauspost in #19636
* fix: a crash in RemoveReplication target by @harshavardhana in #19640
* ilm: Handle DeleteAllVersions action differently for DEL markers by @krisis in #19481

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.13.12",
"upstreamVersion": "2024-04-28T17-53-50Z",
"version": "3.13.13",
"upstreamVersion": "2024-05-01T01-11-10Z",
"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-04-28T17-53-50Z
ARG VERSION=RELEASE.2024-05-01T01-11-10Z
# 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