mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-21 12:37:35 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
43403829eb | ||
|
75b4da6645 |
@@ -1555,3 +1555,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* avoid serializing decryptKey() every 15mins by @harshavardhana in #16135
|
* avoid serializing decryptKey() every 15mins by @harshavardhana in #16135
|
||||||
* kms: fix possible deadlock due to nested RLock calls. by @aead in #16136
|
* kms: fix possible deadlock due to nested RLock calls. by @aead in #16136
|
||||||
* Improvements in logger and audit webhooks by @anjalshireesh in #16102
|
* Improvements in logger and audit webhooks by @anjalshireesh in #16102
|
||||||
|
|
||||||
|
[3.3.1]
|
||||||
|
* Update minio to 2022-12-02T19-19-22Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-12-02T19-19-22Z)
|
||||||
|
* update reedsolomon v1.11.3 by @harshavardhana in #16149
|
||||||
|
* re-order the top-level config keys for priority by @harshavardhana in #16150
|
||||||
|
* repl: resync orchestrator to use global shared lock by @vadmeste in #16154
|
||||||
|
@@ -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.3.0",
|
"version": "3.3.1",
|
||||||
"upstreamVersion": "2022-11-29T23-40-49Z",
|
"upstreamVersion": "2022-12-02T19-19-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.2022-11-29T23-40-49Z
|
ARG VERSION=RELEASE.2022-12-02T19-19-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