mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-17 10:49:08 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
9f4fc4c2f2 | ||
|
2f271c7db9 |
@@ -1924,3 +1924,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* don't error when asked for 0-based range on empty objects by @flisk in #17708
|
* don't error when asked for 0-based range on empty objects by @flisk in #17708
|
||||||
* Revert "don't error when asked for 0-based range on empty objects (#17708) by @klauspost in #17713
|
* Revert "don't error when asked for 0-based range on empty objects (#17708) by @klauspost in #17713
|
||||||
* fix: Create metrics slice when necessary in getCacheMetrics() by @drivebyer in #17711
|
* fix: Create metrics slice when necessary in getCacheMetrics() by @drivebyer in #17711
|
||||||
|
|
||||||
|
[3.7.2]
|
||||||
|
* Update minio to 2023-08-09T23-30-22Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-08-09T23-30-22Z)
|
||||||
|
* fix: batch replication pull must preserve versionID by @harshavardhana in #17805
|
||||||
|
* Ensure tracking 499 for canceled list objects v1, v2, versions calls by @vadmeste in #17804
|
||||||
|
* replication: set context timeout for NewMultipartUpload calls by @poornas in #17807
|
||||||
|
* batch: Strict unmarshal yaml document to avoid user made typos by @vadmeste in #17808
|
||||||
|
* fix: do not use PrefixEnabled() logic to ignore valid objects by @harshavardhana in #17677
|
||||||
|
@@ -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.7.1",
|
"version": "3.7.2",
|
||||||
"upstreamVersion": "2023-08-04T17-40-21Z",
|
"upstreamVersion": "2023-08-09T23-30-22Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -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-08-04T17-40-21Z
|
ARG VERSION=RELEASE.2023-08-09T23-30-22Z
|
||||||
|
|
||||||
# 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