mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-16 01:49:06 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1ac3bbe134 | ||
|
fe7fd0147c | ||
|
0047b6bd3b | ||
|
b4e59c928c |
19
CHANGELOG
19
CHANGELOG
@@ -1664,3 +1664,22 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* fix: allow global leader lock context merge to be canceled by @vadmeste in #16603
|
||||
* Remove parentheses by @atalakey4work in #16605
|
||||
* Periodically remove stale buckets from in-memory by @harshavardhana in #16597
|
||||
|
||||
[3.4.9]
|
||||
* Update minio to 2023-02-22T18-23-45Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-22T18-23-45Z)
|
||||
* avoid locks when unnecessary in SiteReplicationMetaInfo() by @harshavardhana in #16650
|
||||
* add missing x-amz-id-2 to event notification date by @harshavardhana in #16646
|
||||
* update dependencies to latest releases by @harshavardhana in #16651
|
||||
* fix: healing of replication config for endpoint changes by @poornas in #16648
|
||||
* Add detailed scanner trace output and notifications by @klauspost in #16668
|
||||
* Set meaningful message from minio with env variable KMS_SECRET_KEY by @allanrogerr in #16584
|
||||
|
||||
[3.4.10]
|
||||
* Update minio to 2023-02-27T18-10-45Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-27T18-10-45Z)
|
||||
* event target registration failures must be returned by @harshavardhana in #16700
|
||||
* Remove bloom filter by @klauspost in #16682
|
||||
* Better error message when TLS certs do not have proper permissions by @vadmeste in #16703
|
||||
* Update OpenID doc with info on redirection params by @donatello in #16704
|
||||
* tests: Add test for S3 API error codes by @vadmeste in #16705
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.4.8",
|
||||
"upstreamVersion": "2023-02-17T17-52-43Z",
|
||||
"version": "3.4.10",
|
||||
"upstreamVersion": "2023-02-27T18-10-45Z",
|
||||
"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-02-17T17-52-43Z
|
||||
ARG VERSION=RELEASE.2023-02-27T18-10-45Z
|
||||
|
||||
# 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