Bump version
This commit is contained in:
parent
d2e9ae39d0
commit
5070aa1980
|
@ -807,4 +807,8 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
|
||||||
* enable small and large file optimization. See (#11260) for more details.
|
* enable small and large file optimization. See (#11260) for more details.
|
||||||
* fix: enable xl.json to xl.meta only if legacy drive is found. See (#11255) for more details.
|
* fix: enable xl.json to xl.meta only if legacy drive is found. See (#11255) for more details.
|
||||||
|
|
||||||
|
[1.157.0]
|
||||||
|
* Update minio to 2021-01-30T00-20-58Z
|
||||||
|
* Important security fixes
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-01-30T00-20-58Z)
|
||||||
|
|
||||||
|
|
|
@ -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.156.0",
|
"version": "1.157.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2021-01-16T02-19-44Z</upstream>.
|
This app packages Minio <upstream>2021-01-30T00-20-58Z</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.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
|
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2021-01-16T02-19-44Z
|
ARG VERSION=RELEASE.2021-01-30T00-20-58Z
|
||||||
|
|
||||||
RUN mkdir -p /app/code \
|
RUN mkdir -p /app/code \
|
||||||
&& wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \
|
&& wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \
|
||||||
|
|
Loading…
Reference in New Issue