mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-21 04:27:33 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
83a9ffe9bd | ||
|
56e76c6098 | ||
|
4172a77c28 |
10
CHANGELOG
10
CHANGELOG
@@ -1262,3 +1262,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* finalize startup-banner and remove unnecessary logs by @harshavardhana in #15202
|
* finalize startup-banner and remove unnecessary logs by @harshavardhana in #15202
|
||||||
* Make ReqInfo concurrency safe by @klauspost in #15204
|
* Make ReqInfo concurrency safe by @klauspost in #15204
|
||||||
* update banner with version+runtime by @harshavardhana in #15206
|
* update banner with version+runtime by @harshavardhana in #15206
|
||||||
|
|
||||||
|
[2.8.0]
|
||||||
|
* Update minio to 2022-07-04T21-02-54Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-04T21-02-54Z)
|
||||||
|
* Simplify Prometheus metrics gather by @harshavardhana in #15210
|
||||||
|
* site healing: Skip stale iam asset updates from peer. by @poornas in #15203
|
||||||
|
* return appropriate error under 'decom status' by @harshavardhana in #15213
|
||||||
|
* do not print errFileNotFound in entries.resolve() by @harshavardhana in #15216
|
||||||
|
* decom IAM, Bucket metadata properly by @harshavardhana in #15220
|
||||||
|
|
||||||
|
@@ -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.7",
|
"version": "2.8.0",
|
||||||
"upstreamVersion": "2022-06-30T20-58-09Z",
|
"upstreamVersion": "2022-07-04T21-02-54Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
@@ -33,6 +33,5 @@
|
|||||||
"https://screenshots.cloudron.io/io.minio.cloudronapp/pic1.png",
|
"https://screenshots.cloudron.io/io.minio.cloudronapp/pic1.png",
|
||||||
"https://screenshots.cloudron.io/io.minio.cloudronapp/pic2.png"
|
"https://screenshots.cloudron.io/io.minio.cloudronapp/pic2.png"
|
||||||
],
|
],
|
||||||
"multiDomain": true,
|
|
||||||
"postInstallMessage": "file://POSTINSTALL.md"
|
"postInstallMessage": "file://POSTINSTALL.md"
|
||||||
}
|
}
|
||||||
|
@@ -3,7 +3,7 @@ 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-30T20-58-09Z
|
ARG VERSION=RELEASE.2022-07-04T21-02-54Z
|
||||||
ARG MC_VERSION=RELEASE.2022-06-26T18-51-48Z
|
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/
|
||||||
|
Reference in New Issue
Block a user