Bump version for 2021-09-15T04-54-25Z
This commit is contained in:
parent
10c6c019fd
commit
44ed6f8aee
|
@ -1004,3 +1004,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Update minio to 2021-07-22T05-23-32Z
|
* Update minio to 2021-07-22T05-23-32Z
|
||||||
* Use new minio dashboard 2021-06-13T17-48-22Z
|
* 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
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "1.166.0",
|
"version": "1.167.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"tcpPorts": {
|
"tcpPorts": {
|
||||||
|
|
|
@ -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.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
|
||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2021-07-22T05-23-32Z
|
ARG VERSION=RELEASE.2021-09-15T04-54-25Z
|
||||||
ARG MC_VERSION=RELEASE.2021-06-13T17-48-22Z
|
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 && \
|
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
|
wget https://dl.min.io/client/mc/release/linux-amd64/mc.${MC_VERSION} -O /app/code/mc && chmod +x /app/code/mc
|
||||||
|
|
Loading…
Reference in New Issue