1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-13 00:15:40 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
cacf9d9441 Version 3.10.2 2023-12-07 10:18:26 +01:00
Girish Ramakrishnan
3b1eecfd73 Update minio to 2023-12-07T04-16-00Z 2023-12-07 09:43:02 +01:00
3 changed files with 11 additions and 3 deletions

View File

@@ -2132,3 +2132,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* avoid caching metrics for timeout errors per drive by @harshavardhana in #18584
* parallelize renameData() cleanup upon error by @harshavardhana in #18591
* handle crashes with ILM expiry changes by @harshavardhana in #18590
[3.10.2]
* Update minio to 2023-12-07T04-16-00Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-07T04-16-00Z)
* fix: GetFreePort() will get the same port by @jiuker in #18604
* Capture percentage of cpu load and memory used by @anjalshireesh in #18596
* fix: use the right channel to feed the data in by @harshavardhana in #18605
* Update Console version to v0.42.1 by @bexsoft in #18606

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.10.1",
"upstreamVersion": "2023-12-06T09-09-22Z",
"version": "3.10.2",
"upstreamVersion": "2023-12-07T04-16-00Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"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.2023-12-06T09-09-22Z
ARG VERSION=RELEASE.2023-12-07T04-16-00Z
# 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