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

Compare commits

...

9 Commits

Author SHA1 Message Date
Johannes Zellner
6542475614 Bump version 2024-01-16 18:54:02 +01:00
Johannes Zellner
9cffe692df Update to 2024-01-16T16-07-38Z 2024-01-16 18:37:28 +01:00
Johannes Zellner
eeac9f0af4 Bump version 2024-01-16 18:37:17 +01:00
Johannes Zellner
b1fe43b656 Update to 2024-01-13T07-53-03Z 2024-01-15 11:40:46 +01:00
Johannes Zellner
eb93b292fa Bump version 2024-01-11 13:33:19 +01:00
Johannes Zellner
aea86c627d Update to 2024-01-11T07-46-16Z 2024-01-11 13:05:55 +01:00
Girish Ramakrishnan
454d83318c typo 2024-01-06 16:27:14 +01:00
Girish Ramakrishnan
fed871de22 Version 3.12.1 2024-01-06 16:26:13 +01:00
Girish Ramakrishnan
648231e821 Update minio to 2024-01-05T22-17-24Z 2024-01-06 16:05:53 +01:00
3 changed files with 34 additions and 3 deletions

View File

@@ -2200,3 +2200,34 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* 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
[3.12.1]
* Update minio to 2024-01-05T22-17-24Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-05T22-17-24Z)
* Added list of scanner metrics to document by @shtripat in #18731
* scanner: Allow full throttle if there is no parallel disk ops by @vadmeste in #18109
* fix: an odd crash when deleting null DEL markers by @harshavardhana in #18727
* prom: Add read quorum per erasure set metric by @vadmeste in #18736
* scanner: Add a config to disable short sleep between objects scan by @vadmeste in #18734
* NEW API: GetObjectAttributes by @zveinn in #18732
[3.12.2]
* Update minio to 2024-01-11T07-46-16Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-11T07-46-16Z)
[3.12.3]
* Update minio to 2024-01-13T07-53-03Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-13T07-53-03Z)
* Verify that remote target bucket is on MinIO server for bucket replication by @taran-p in https://github.com/minio/minio/pull/18656
* avoid disk monitoring leaks under various conditions by @harshavardhana in https://github.com/minio/minio/pull/18777
* xl: Remove wrong wording for errCorruptedFormat by @vadmeste in https://github.com/minio/minio/pull/18775
* Add more size intervals to obj size histogram by @krisis in https://github.com/minio/minio/pull/18772
* support proxying of tagging requests in replication by @poornas in https://github.com/minio/minio/pull/18649
* treat all localhost endpoints as local setup with same port by @harshavardhana in https://github.com/minio/minio/pull/18784
[3.12.4]
* Update minio to 2024-01-16T16-07-38Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-16T16-07-38Z)
* fix: listing SSE encrypted multipart objects by @harshavardhana in https://github.com/minio/minio/pull/18786
* adding a missing return case to fix GetObjectTagging by @zveinn in https://github.com/minio/minio/pull/18793
* xl-meta: Clean output by @klauspost in https://github.com/minio/minio/pull/18794

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.12.0",
"upstreamVersion": "2024-01-01T16-36-33Z",
"version": "3.12.4",
"upstreamVersion": "2024-01-16T16-07-38Z",
"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.2024-01-01T16-36-33Z
ARG VERSION=RELEASE.2024-01-16T16-07-38Z
# 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