Version 2.2.0
This commit is contained in:
parent
a89ff592f0
commit
5e1f06e1e9
|
@ -1024,3 +1024,7 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* do not expect 'speedtest' to be a bucket by @harshavardhana in #14199
|
* do not expect 'speedtest' to be a bucket by @harshavardhana in #14199
|
||||||
* Optimize read locker cleanup by @klauspost in #14200
|
* Optimize read locker cleanup by @klauspost in #14200
|
||||||
* Ensure that AssumeRole calls are sent to Audit log by @donatello in #14202
|
* Ensure that AssumeRole calls are sent to Audit log by @donatello in #14202
|
||||||
|
|
||||||
|
[2.2.0]
|
||||||
|
* Update minio to 2022-02-05T04-40-59Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-02-05T04-40-59Z)
|
||||||
|
|
|
@ -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": "2.1.0",
|
"version": "2.2.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"httpPorts": {
|
"httpPorts": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2022-01-28T02-28-16Z</upstream>.
|
This app packages Minio <upstream>2022-02-05T04-40-59Z</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