mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 00:15:40 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
bfbe792135 | ||
|
31bbeed39f |
@@ -1648,3 +1648,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* add x-amz-id-2 to indicate the node that received the request by @harshavardhana in #16474
|
||||
* fix: anonymize the x-amz-id-2 value from hostname by @harshavardhana in #16478
|
||||
|
||||
[3.4.7]
|
||||
* Update minio to 2023-02-10T18-48-39Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-10T18-48-39Z)
|
||||
* Periodically refresh buckets metadata from the backend disks by @vadmeste in #16561
|
||||
* fix: aclHandlers convert XML parse error to relevant client error by @jiuker in #16587
|
||||
* fix: README.md in docs/config by @k0i in #16564
|
||||
* fix: username replacements for aws:username must use parentUser by @harshavardhana in #16591
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.4.6",
|
||||
"upstreamVersion": "2023-01-31T02-24-19Z",
|
||||
"version": "3.4.7",
|
||||
"upstreamVersion": "2023-02-10T18-48-39Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2023-01-31T02-24-19Z
|
||||
ARG VERSION=RELEASE.2023-02-10T18-48-39Z
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user