1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-01 23:04:59 +00:00

Version 1.133.0

This commit is contained in:
Girish Ramakrishnan
2020-09-02 20:52:23 -07:00
parent 4399e68b2c
commit fb847996cc
4 changed files with 302 additions and 110 deletions

View File

@@ -613,3 +613,11 @@
* Update minio to 2020-08-27T05-16-20Z
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-08-27T05-16-20Z)
[1.133.0]
* Update minio to 2020-09-02T18-19-50Z
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-09-02T18-19-50Z)
* Delete marker compatibility on a version suspended bucket. See (#10395) for more details.
* Fix: ListObjectsV1 failure with offline nodes. See (#10386) for more details.
* Improvements to healing to check for truncated parts. See (#10399) for more details.
* Fix: write quorum calculation for bucket operation when erasure set size is odd. See (#10364) for more details.