mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-14 00:39:11 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0b3787bb4c | ||
|
4485660f19 | ||
|
198a7ba2d8 | ||
|
694ea1a835 | ||
|
ae7b78e2d7 | ||
|
f5b85c7dfa |
31
CHANGELOG
31
CHANGELOG
@@ -1211,3 +1211,34 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* Update dperf to 0.4.1 by @vadmeste in #15071
|
* Update dperf to 0.4.1 by @vadmeste in #15071
|
||||||
* sts: Avoid printing all STS errors by @vadmeste in #15065
|
* sts: Avoid printing all STS errors by @vadmeste in #15065
|
||||||
|
|
||||||
|
[2.7.4]
|
||||||
|
* Update minio to 2022-06-17T02-00-35Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-17T02-00-35Z)
|
||||||
|
* debug: Close object after check by @vadmeste in #15077
|
||||||
|
* kms: initialize after cli parsing by @vadmeste in #15076
|
||||||
|
* Support configuration of a session policy file by @rgcostea in #15078
|
||||||
|
* erasure-sd: Evaluate versioning Prefix in multi-delete objects by @vadmeste in #15081
|
||||||
|
* fix: simplify healthcheck code to freeze calls only once by @harshavardhana in #15082
|
||||||
|
* 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
|
||||||
|
|
||||||
|
[2.7.6]
|
||||||
|
* Update minio to 2022-06-25T15-50-16Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-25T15-50-16Z)
|
||||||
|
* remove gateway banner and some other TODO loggers by @harshavardhana in #15125
|
||||||
|
* s3-verify: Fix endpoint and missing comparison by @vadmeste in #15129
|
||||||
|
* Parallelize new disks healing of different erasure sets by @vadmeste in #15112
|
||||||
|
* fips: simplify TLS configuration by @aead in #15127
|
||||||
|
* fix: cant parse comment without '=' in environment file by @anoworl in #15130
|
||||||
|
* add go1.18 specific curve preferences by @harshavardhana in #15132
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "2.7.3",
|
"version": "2.7.6",
|
||||||
"upstreamVersion": "2022-06-11T19-55-32Z",
|
"upstreamVersion": "2022-06-25T15-50-16Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,8 +3,8 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2022-06-11T19-55-32Z
|
ARG VERSION=RELEASE.2022-06-25T15-50-16Z
|
||||||
ARG MC_VERSION=RELEASE.2022-06-11T21-10-36Z
|
ARG MC_VERSION=RELEASE.2022-06-26T18-51-48Z
|
||||||
|
|
||||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
# 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
|
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