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
Girish Ramakrishnan
da470851f7 Update minio to 3.9.10 2023-11-16 08:53:14 +01:00
Girish Ramakrishnan
242ed4386b Update minio to 2023-11-15T20-43-25Z 2023-11-16 08:35:23 +01:00
3 changed files with 11 additions and 4 deletions

View File

@@ -2092,4 +2092,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* refactor SFTP to use the new minio/pkg implementation by @zveinn in #18406
* Tiered objects require ns locks unlike inlined by @krisis in #18409
* Support case insensitive kafka SASL mechanism config values by @vadmeste in #18398
*
[3.9.10]
* Update minio to 2023-11-15T20-43-25Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-11-15T20-43-25Z)
* fix: make sure to purge all the completed in resume() by @harshavardhana in #18429
* fix: ignore dperf on unformatted/unavailable/unmounted drives by @harshavardhana in #18435
* Adding a missing return to fix SFTP Rmdir message by @zveinn in #18438

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.9.9",
"upstreamVersion": "2023-11-11T08-14-41Z",
"version": "3.9.10",
"upstreamVersion": "2023-11-15T20-43-25Z",
"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-11-11T08-14-41Z
ARG VERSION=RELEASE.2023-11-15T20-43-25Z
# 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