Bump version for 2021-09-15T04-54-25Z

master
Johannes Zellner 2021-09-15 13:10:14 +02:00
parent 10c6c019fd
commit 44ed6f8aee
4 changed files with 11 additions and 4 deletions

View File

@ -1004,3 +1004,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Update minio to 2021-07-22T05-23-32Z
* Use new minio dashboard 2021-06-13T17-48-22Z
[1.167.0]
* Update minio to 2021-09-15T04-54-25Z
* Update minio dashboard to 2021-09-02T09-21-27Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-09-15T04-54-25Z)
* SSE-KMS support was not working with copyObject() refer #13206
* Support UserInfo claims refer #12469

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "1.166.0",
"version": "1.167.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"tcpPorts": {

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2021-07-22T05-23-32Z</upstream>.
This app packages Minio <upstream>2021-09-15T04-54-25Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.

View File

@ -3,8 +3,8 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2021-07-22T05-23-32Z
ARG MC_VERSION=RELEASE.2021-06-13T17-48-22Z
ARG VERSION=RELEASE.2021-09-15T04-54-25Z
ARG MC_VERSION=RELEASE.2021-09-02T09-21-27Z
RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio && \
wget https://dl.min.io/client/mc/release/linux-amd64/mc.${MC_VERSION} -O /app/code/mc && chmod +x /app/code/mc