Version 1.159.3
This commit is contained in:
parent
57a0495d79
commit
2e0f47fc40
|
@ -845,3 +845,10 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
|
||||||
* Update minio to 2021-02-19T04-38-02Z
|
* Update minio to 2021-02-19T04-38-02Z
|
||||||
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-19T04-38-02Z)
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-19T04-38-02Z)
|
||||||
|
|
||||||
|
[1.159.3]
|
||||||
|
* Update minio to 2021-02-24T18-44-45Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-24T18-44-45Z)
|
||||||
|
* use crypto/sha256 for FIPS 140-2 compliance. See (#11623) for more details.
|
||||||
|
* fix: Ensure cache has finished deserializing. See (#11620) for more details.
|
||||||
|
* Use DSYNC for xl.meta writes and NOATIME for reads. See (#11615) for more details.
|
||||||
|
* remove Content-MD5 on Range requests. See (#11611) 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.159.2",
|
"version": "1.159.3",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue