mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 00:15:40 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b1fe43b656 | ||
|
eb93b292fa | ||
|
aea86c627d | ||
|
454d83318c |
@@ -2202,10 +2202,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
|
|
||||||
[3.12.1]
|
[3.12.1]
|
||||||
* Update minio to 2024-01-05T22-17-24Z
|
* 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
|
* [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
|
* 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
|
* 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
|
* 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
|
* scanner: Add a config to disable short sleep between objects scan by @vadmeste in #18734
|
||||||
* NEW API: GetObjectAttributes by @zveinn in #18732
|
* 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)
|
||||||
|
|
||||||
|
@@ -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.12.1",
|
"version": "3.12.2",
|
||||||
"upstreamVersion": "2024-01-05T22-17-24Z",
|
"upstreamVersion": "2024-01-11T07-46-16Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2024-01-05T22-17-24Z
|
ARG VERSION=RELEASE.2024-01-13T07-53-03Z
|
||||||
|
|
||||||
# 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
|
||||||
|
Reference in New Issue
Block a user