1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-22 04:57:34 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
758b98fc20 Version 3.7.5 2023-08-30 15:33:14 +05:30
Girish Ramakrishnan
b92644ffdd Update minio to 2023-08-29T23-07-35Z 2023-08-30 13:19:40 +05:30
3 changed files with 14 additions and 3 deletions

View File

@@ -1950,3 +1950,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* ilm: Fix cleaning non current null versions by @vadmeste in #17876
* update minio/kes-go dep to v0.2.0 by @aead in #17850
* fix: replace req context by locker context by @jiuker in #17880
[3.7.5]
* Update minio to 2023-08-29T23-07-35Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-08-29T23-07-35Z)
* mark replication target offline if network timeouts seen by @poornas in #17907
* Retain current and upto NewerNoncurrentVersions versions by @krisis in #17909
* add missing IAM node metrics to cluster and node endpoint by @harshavardhana in #17908
* remove mTime requirement from pre-condition checks by @harshavardhana in #17916
* remove strict persistence requirements for List() .metacache objects by @harshavardhana in #17917
* fix: replace context by timeout-context from parent-context when selfSpeedTest by @jiuker in #17906

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.7.4",
"upstreamVersion": "2023-08-23T10-07-06Z",
"version": "3.7.5",
"upstreamVersion": "2023-08-29T23-07-35Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2023-08-23T10-07-06Z
ARG VERSION=RELEASE.2023-08-29T23-07-35Z
# 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