Version 2.1.0
This commit is contained in:
parent
c0a34431df
commit
20dbe5de5a
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.0.0-1",
|
||||
"version": "2.1.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"httpPorts": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Minio <upstream>2021-09-15T04-54-25Z</upstream>.
|
||||
This app packages Minio <upstream>2022-01-28T02-28-16Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
|
Loading…
Reference in New Issue