Version 1.156.0
This commit is contained in:
parent
0f3c5be8d9
commit
d2e9ae39d0
10
CHANGELOG
10
CHANGELOG
|
@ -798,3 +798,13 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
|
||||||
[1.155.0]
|
[1.155.0]
|
||||||
* Update minio to 2021-01-08T21-18-21Z
|
* Update minio to 2021-01-08T21-18-21Z
|
||||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-01-08T21-18-21Z)
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-01-08T21-18-21Z)
|
||||||
|
|
||||||
|
[1.156.0]
|
||||||
|
* Update minio to 2021-01-16T02-19-44Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-01-16T02-19-44Z)
|
||||||
|
* fix: preserve cache calculated previously while moving from v2 to v3. See (#11269) for more details.
|
||||||
|
* listing with prefix prefixed with '/' should be ignored. See (#11268) 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.155.0",
|
"version": "1.156.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2021-01-08T21-18-21Z</upstream>.
|
This app packages Minio <upstream>2021-01-16T02-19-44Z</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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue