mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 08:19:12 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
352f9250d3 | ||
|
f92fc952af | ||
|
b3b18d1b18 | ||
|
ffedc9db25 | ||
|
d8064088ce | ||
|
695806c300 |
25
CHANGELOG
25
CHANGELOG
@@ -1380,3 +1380,28 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
[2.9.1]
|
[2.9.1]
|
||||||
* Update minio to 2022-08-25T07-17-05Z
|
* Update minio to 2022-08-25T07-17-05Z
|
||||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-25T07-17-05Z)
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-08-25T07-17-05Z)
|
||||||
|
|
||||||
|
[2.9.2]
|
||||||
|
* Update minio to 2022-09-01T23-53-36Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-09-01T23-53-36Z)
|
||||||
|
* improve performance for inlined data by @harshavardhana in #15603
|
||||||
|
* site replication: Avoid returning root svcacct info in sr metadata by @poornas in #15608
|
||||||
|
* Add extended checksum by @klauspost in #15433
|
||||||
|
* audit-log: Add time to get object from remote-tier by @krisis in #15602
|
||||||
|
* Avoid messages from go test output by @vadmeste in #15601
|
||||||
|
* chore: remove duplicate word in comments by @Abirdcfly in #15607
|
||||||
|
* feat: Add healing trace by @klauspost in #15616
|
||||||
|
* Encrypt checksums by @klauspost in #15620
|
||||||
|
* fix: add healing metric type for heal tracing by @harshavardhana in #15631
|
||||||
|
|
||||||
|
[2.9.3]
|
||||||
|
* Update minio to 2022-09-07T22-25-02Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-09-07T22-25-02Z)
|
||||||
|
* avoid printing io.ErrUnexpectedEOF for .metacache objects by @harshavardhana in #15642
|
||||||
|
* do not print object not found errors in MRF healing by @harshavardhana in #15646
|
||||||
|
* fis deadlock caused by unlocking a non-existing lock by @yudoutingle in #15635
|
||||||
|
* fix: use optimized json.NewEncoder instead for metrics by @harshavardhana in #15648
|
||||||
|
* Reuse madmin.ClusterRegistrationInfo by @anjalshireesh in #15654
|
||||||
|
* verify RenameData() versions to be consistent by @harshavardhana in #15649
|
||||||
|
* allow non-standards fallback for Expires header by @harshavardhana in #15655
|
||||||
|
* allow non-standards fallback for all http.TimeFormats by @harshavardhana in #15662
|
||||||
|
@@ -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.9.1",
|
"version": "2.9.3",
|
||||||
"upstreamVersion": "2022-08-25T07-17-05Z",
|
"upstreamVersion": "2022-09-07T22-25-02Z",
|
||||||
"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-08-25T07-17-05Z
|
ARG VERSION=RELEASE.2022-09-07T22-25-02Z
|
||||||
ARG MC_VERSION=RELEASE.2022-08-23T05-45-20Z
|
ARG MC_VERSION=RELEASE.2022-08-28T20-08-11Z
|
||||||
|
|
||||||
# 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