mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-24 14:07:37 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d49de43f6b | ||
|
d385379da8 | ||
|
40f6e1675d | ||
|
19d114beda |
16
CHANGELOG
16
CHANGELOG
@@ -1715,3 +1715,19 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* update go dependencies by @harshavardhana in #16798
|
* update go dependencies by @harshavardhana in #16798
|
||||||
* fix: return appropriate Location header for MakeBucket() by @harshavardhana in #16820
|
* fix: return appropriate Location header for MakeBucket() by @harshavardhana in #16820
|
||||||
* debug: new tool to reorder local erasure disks by @vadmeste in #16816
|
* debug: new tool to reorder local erasure disks by @vadmeste in #16816
|
||||||
|
|
||||||
|
[3.4.14]
|
||||||
|
* Update minio to 2023-03-22T06-36-24Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-22T06-36-24Z)
|
||||||
|
* check for quorum errors for DeleteBucket() by @harshavardhana in #16859
|
||||||
|
* fix: tweak the maintenance=true to satisfy baremetal first by @harshavardhana in #16864
|
||||||
|
* fix: add deadline conns and dnsCache for remote transports by @harshavardhana in #16865
|
||||||
|
* Add lazy init of audit logger by @klauspost in #16842
|
||||||
|
|
||||||
|
[3.4.15]
|
||||||
|
* Update minio to 2023-03-24T21-41-23Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-24T21-41-23Z)
|
||||||
|
* return quorum error instead of insufficient storage error by @vadmeste in #16874
|
||||||
|
* add missing expiration information from 'sts info' by @harshavardhana in #16878
|
||||||
|
* Revert query parameter src from diag upload if callhome enabled by @shtripat in #16881
|
||||||
|
* Revert "Make localLocker lock attempts cancellable (#16510)" by @klauspost in #16884
|
||||||
|
@@ -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.4.13",
|
"version": "3.4.15",
|
||||||
"upstreamVersion": "2023-03-20T20-16-18Z",
|
"upstreamVersion": "2023-03-24T21-41-23Z",
|
||||||
"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-03-20T20-16-18Z
|
ARG VERSION=RELEASE.2023-03-24T21-41-23Z
|
||||||
|
|
||||||
# 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