mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-14 17:09:08 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
540ad857fd | ||
|
c06f2d9e9d |
@@ -2157,3 +2157,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* reduce logging during permission denied errors by @harshavardhana in #18641
|
* reduce logging during permission denied errors by @harshavardhana in #18641
|
||||||
* healthcheck requests with user-agent mozilla do not need redirects by @harshavardhana in #18642
|
* healthcheck requests with user-agent mozilla do not need redirects by @harshavardhana in #18642
|
||||||
* Changed the expression to render the value by @shtripat in #18627
|
* Changed the expression to render the value by @shtripat in #18627
|
||||||
|
|
||||||
|
[3.11.2]
|
||||||
|
* Update minio to 2023-12-14T18-51-57Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-14T18-51-57Z)
|
||||||
|
* re-use the same local drive used by remote-peer by @harshavardhana in #18645
|
||||||
|
* Label the notification target metrics by their target IDs by @Praveenrajmani in #18633
|
||||||
|
* update console UI to v0.43.0 release by @harshavardhana in #18653
|
||||||
|
@@ -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": "3.11.1",
|
"version": "3.11.2",
|
||||||
"upstreamVersion": "2023-12-13T23-28-55Z",
|
"upstreamVersion": "2023-12-14T18-51-57Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2023-12-13T23-28-55Z
|
ARG VERSION=RELEASE.2023-12-14T18-51-57Z
|
||||||
|
|
||||||
# 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