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

Compare commits

...

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
927cdbb0a2 Version 3.12.0 2024-01-02 10:16:54 +01:00
Girish Ramakrishnan
cb61faa569 Update minio to 2024-01-01T16-36-33Z 2024-01-02 10:14:29 +01:00
3 changed files with 9 additions and 3 deletions

View File

@@ -2194,3 +2194,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* server-info: Avoid initializing audit/log http/kafka targets by @vadmeste in https://github.com/minio/minio/pull/18703
* Fix precendence bug in S3Select SQL IN clauses by @donatello in https://github.com/minio/minio/pull/18708
[3.12.0]
* Update minio to 2024-01-01T16-36-33Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-01T16-36-33Z)
* A significant performance improvement feature to optimize ListObjects() is part of this release.
* New console HTTP security headers are fully customizable now for specific needs, refer #18631

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.11.4",
"upstreamVersion": "2023-12-23T07-19-11Z",
"version": "3.12.0",
"upstreamVersion": "2024-01-01T16-36-33Z",
"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-23T07-19-11Z
ARG VERSION=RELEASE.2024-01-01T16-36-33Z
# 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