1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-21 04:27:33 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
a4451ecb22 Version 3.8.4 2023-09-21 14:25:22 +05:30
Girish Ramakrishnan
f452505ae7 Update minio to 2023-09-20T22-49-55Z 2023-09-21 14:04:16 +05:30
3 changed files with 11 additions and 3 deletions

View File

@@ -1991,3 +1991,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Improve Disk replacement healing from single-threaded to multi-threaded via relying on the nr_requests value on Linux * Improve Disk replacement healing from single-threaded to multi-threaded via relying on the nr_requests value on Linux
* Allow concurrent SFTP connections * Allow concurrent SFTP connections
[3.8.4]
* Update minio to 2023-09-20T22-49-55Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-20T22-49-55Z)
* Major memory improvements in replication hot-path reduction of 2x to 3x allocations on a busy cluster.
* SSE-KMS now uses a fast-path without doing md5sum providing a major performance boost for encrypted objects via SSE-KMS.
* Improve performance for Console UI logins.
* Fixes a regression in permission handling of LDAP user based service accounts in previous release.

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Distributed object storage", "tagline": "Distributed object storage",
"version": "3.8.3", "version": "3.8.4",
"upstreamVersion": "2023-09-16T01-01-47Z", "upstreamVersion": "2023-09-20T22-49-55Z",
"healthCheckPath": "/minio/login", "healthCheckPath": "/minio/login",
"memoryLimit": 805306368, "memoryLimit": 805306368,
"httpPort": 8000, "httpPort": 8000,

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
RUN mkdir -p /app/code RUN mkdir -p /app/code
WORKDIR /app/code WORKDIR /app/code
ARG VERSION=RELEASE.2023-09-16T01-01-47Z ARG VERSION=RELEASE.2023-09-20T22-49-55Z
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/ # 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 # RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio