mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-16 01:59:07 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
5f7d71f028 | ||
|
26e95361b6 |
11
CHANGELOG
11
CHANGELOG
@@ -2436,3 +2436,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* CPU issue addressed when you have 1000's of folder prefixes at bucket root.
|
||||
* LDAP support normalization of DN names for consistent behavior.
|
||||
|
||||
[3.13.10]
|
||||
* Update minio to 2024-04-06T05-26-02Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-04-06T05-26-02Z)
|
||||
* Reduce big message RPC allocations by @klauspost in #19390
|
||||
* Prioritize the bucket configs first during the decommissioning by @Praveenrajmani in #19393
|
||||
* fix: missing metrics for healed objects by @harshavardhana in #19392
|
||||
* Always return slice with cap by @klauspost in #19395
|
||||
* Adding console targets back into systemtarget log slice by @zveinn in #19398
|
||||
* feat: support EdDSA/Ed25519 for oss by @jiuker in #19397
|
||||
* update to latest deps by @harshavardhana in #19399
|
||||
* Avoid using a nil transport when the config is not initialized by @vadmeste in #19405
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.13.9",
|
||||
"upstreamVersion": "2024-03-30T09-41-56Z",
|
||||
"version": "3.13.10",
|
||||
"upstreamVersion": "2024-04-06T05-26-02Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 2147483648,
|
||||
"httpPort": 8000,
|
||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2024-03-30T09-41-56Z
|
||||
ARG VERSION=RELEASE.2024-04-06T05-26-02Z
|
||||
|
||||
# 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