mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-21 04:27:33 +00:00
Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
25ff011c14 | ||
|
98b2ecc550 | ||
|
7042b7a23c | ||
|
acda6fc0d6 | ||
|
f7096a7f9d | ||
|
70ca0ce938 | ||
|
b969cab785 |
18
CHANGELOG
18
CHANGELOG
@@ -954,3 +954,21 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* fix: calculate correct content range with partNumber query. See (#11992) for more details.
|
||||
* scanner: Shuffle disks to scan. See (#12036) for more details.
|
||||
* Add runtime mem stats to server info. See (#11995) for more details.
|
||||
|
||||
[1.162.0]
|
||||
* Update minio to 2021-04-22T15-44-28Z
|
||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-04-22T15-44-28Z)
|
||||
* fix: pick valid FileInfo additionally based on dataDir. See (#12116) for more details.
|
||||
* Service account related improvements. See (#12117) for more details.
|
||||
* fix: newMultipartUpload should go to same pool as existing object. See (#12106) for more details.
|
||||
* ignore more tokens in some mountinfo entries. See (#12104) for more details.
|
||||
* Grab read lock while reading usage cache. See (#12111) for more details.
|
||||
|
||||
[1.163.0]
|
||||
* Update minio to 2021-05-11T23-27-41Z
|
||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-05-11T23-27-41Z)
|
||||
|
||||
[1.164.0]
|
||||
* Update minio to 2021-05-18T00-53-28Z
|
||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-05-18T00-53-28Z)
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.161.0",
|
||||
"version": "1.164.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
This app packages Minio <upstream>2021-04-18T19-26-29Z</upstream>.
|
||||
This app packages Minio <upstream>2021-05-18T00-53-28Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
|
||||
|
||||
ARG VERSION=RELEASE.2021-04-18T19-26-29Z
|
||||
ARG VERSION=RELEASE.2021-05-18T00-53-28Z
|
||||
|
||||
RUN mkdir -p /app/code \
|
||||
&& wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \
|
||||
|
Reference in New Issue
Block a user