mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-16 02:09:14 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
042e08f7ad | ||
|
5f6b3ef9c3 | ||
|
0e6b93f732 |
@@ -2379,3 +2379,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* fix: go mod update v1.33.0 https://pkg.go.dev/vuln/GO-2024-2611 by @harshavardhana in #19208
|
||||
* bucket import: avoid overwriting bucket creation date by @poornas in #19207
|
||||
* Set expected expiry date for ExpiredObjectAllVersions by @krisis in #19210
|
||||
|
||||
[3.13.5]
|
||||
* Update minio to 2024-03-10T02-53-48Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-10T02-53-48Z)
|
||||
* make immediate purge non-blocking up to 100,000 entries per drive (#19231)
|
||||
* make immediate purge non-blocking upto 100000 entries per drive
|
||||
* Bonus: turn-off O_DIRECT verification when FSType is 'XFS'
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.13.4",
|
||||
"upstreamVersion": "2024-03-07T00-43-48Z",
|
||||
"version": "3.13.5",
|
||||
"upstreamVersion": "2024-03-10T02-53-48Z",
|
||||
"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-07T00-43-48Z
|
||||
ARG VERSION=RELEASE.2024-03-10T02-53-48Z
|
||||
|
||||
# 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