1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-02 07:15:04 +00:00

Version 2.1.0

This commit is contained in:
Girish Ramakrishnan
2022-01-30 10:25:56 -08:00
parent c0a34431df
commit 20dbe5de5a
3 changed files with 9 additions and 2 deletions

View File

@@ -1017,3 +1017,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Once updated, go to the `Location` view and set the API Domain.
* Update the various apps/servers/code to use the API domain as the backup destination.
[2.1.0]
* Update minio to 2022-01-28T02-28-16Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-01-28T02-28-16Z)
* make sure to pass groups for all credentials while verifying policies by @harshavardhana in #14193
* do not expect 'speedtest' to be a bucket by @harshavardhana in #14199
* Optimize read locker cleanup by @klauspost in #14200
* Ensure that AssumeRole calls are sent to Audit log by @donatello in #14202