mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 16:29:13 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
67294dd890 | ||
|
aad0197fff | ||
|
b4a820e079 | ||
|
20cc0c935f |
15
CHANGELOG
15
CHANGELOG
@@ -1534,3 +1534,18 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* fix: parsing multipart uploadID under site replicated setup by @poornas in #16048
|
* fix: parsing multipart uploadID under site replicated setup by @poornas in #16048
|
||||||
* netPerfRX Reset() should use write Lock() @jiuker in #16043
|
* netPerfRX Reset() should use write Lock() @jiuker in #16043
|
||||||
|
|
||||||
|
[3.1.0]
|
||||||
|
* Update minio to 2022-11-17T23-20-09Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-11-17T23-20-09Z)
|
||||||
|
* save deploymentID to avoid mutating request entry in Audit by @jiuker in #16053
|
||||||
|
* configuring the nats target to reconnect forever by @rayjanoka in #16050
|
||||||
|
* helm: fix positional parameter in template by @yanggangtony in #15983
|
||||||
|
* improve server startup error when pools are incorrect by @harshavardhana in #16056
|
||||||
|
* choose default values upon incorrect storage_class value by @harshavardhana in #16058
|
||||||
|
|
||||||
|
[3.2.0]
|
||||||
|
* Update minio to 2022-11-26T22-43-32Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-11-26T22-43-32Z)
|
||||||
|
* Optimizations in Multipart code-path in multi-pool setups, via #16086
|
||||||
|
* Fixes a regression in server side replication due to ETag mismatch issue under specific type of MinIO setups, fixed via #16129
|
||||||
|
|
||||||
|
@@ -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.0.2",
|
"version": "3.2.0",
|
||||||
"upstreamVersion": "2022-11-11T03-44-20Z",
|
"upstreamVersion": "2022-11-26T22-43-32Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2022-11-11T03-44-20Z
|
ARG VERSION=RELEASE.2022-11-26T22-43-32Z
|
||||||
|
|
||||||
# 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