1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-16 10:19:21 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
198a7ba2d8 Version 2.7.5 2022-06-20 23:10:07 -07:00
Girish Ramakrishnan
694ea1a835 Update minio to 2022-06-20T23-13-45Z 2022-06-20 22:49:21 -07:00
3 changed files with 13 additions and 3 deletions

View File

@@ -1222,3 +1222,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* add bucket level S3 received/sent bytes by @harshavardhana in #15084
* fix: background local test also via channel by @harshavardhana in #15086
* add dataErrs for healing debug log by @harshavardhana in #15092
[2.7.5]
* Update minio to 2022-06-20T23-13-45Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-20T23-13-45Z)
* Update gopsutil to v3.22.5 by @danieljakots in #15098
* fix: ignore printing io.EOF during WalkDir() on concurrently modified objects by @harshavardhana in #15100
* Avoid CompleteMultipart freeze with unexpected network issue by @vadmeste in #15102
* Add generic function to retrieve config value with metadata by @donatello in #15083
* fix typo in site replication version healing by @poornas in #15103
* Add import/export APIs to migrate bucket metadata by @poornas in #14929

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "2.7.4",
"upstreamVersion": "2022-06-17T02-00-35Z",
"version": "2.7.5",
"upstreamVersion": "2022-06-20T23-13-45Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2022-06-17T02-00-35Z
ARG VERSION=RELEASE.2022-06-20T23-13-45Z
ARG MC_VERSION=RELEASE.2022-06-17T02-52-50Z
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/