mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-21 04:27:33 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
36d5d82e88 | ||
|
8252a3ee75 |
@@ -1624,3 +1624,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* metrics: Add more logs when unable to read bucket usage by @vadmeste in #16405
|
||||
* fix: calculate common parity properly by @harshavardhana in #16406
|
||||
* Avoid dangling deletes if disk not found by @poornas in #16401
|
||||
|
||||
[3.4.4]
|
||||
* Update minio to 2023-01-20T02-05-44Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-01-20T02-05-44Z)
|
||||
* Signal stop-rebalance to all rebalancing pools by @krisis in #16438
|
||||
* Use async healing in PutObject call by @vadmeste in #16431
|
||||
* add a way to avoid blocking queueHealTask() depending on caller by @harshavardhana in #16433
|
||||
* Fix bandwidth monitoring to be per remote target by @poornas in #16360
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.4.3",
|
||||
"upstreamVersion": "2023-01-18T04-36-38Z",
|
||||
"version": "3.4.4",
|
||||
"upstreamVersion": "2023-01-20T02-05-44Z",
|
||||
"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-18T04-36-38Z
|
||||
ARG VERSION=RELEASE.2023-01-20T02-05-44Z
|
||||
|
||||
# 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