Version 2.8.3
This commit is contained in:
parent
6f8c2823a3
commit
a95014bef5
|
@ -1305,3 +1305,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Add a github workflow test for root disk detection by @vadmeste in #15267
|
* Add a github workflow test for root disk detection by @vadmeste in #15267
|
||||||
* Fix tier-add help by @krisis in https://github.com/minio/mc/pull/4148
|
* Fix tier-add help by @krisis in https://github.com/minio/mc/pull/4148
|
||||||
* add mc ping command by @sinhaashish in https://github.com/minio/mc/pull/4074
|
* add mc ping command by @sinhaashish in https://github.com/minio/mc/pull/4074
|
||||||
|
|
||||||
|
[2.8.3]
|
||||||
|
* Update minio to 2022-07-15T03-44-22Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-15T03-44-22Z)
|
||||||
|
* correct RefreshCall & UnlockCall of DefaultTimeouts by @shichanglin5 in #15288
|
||||||
|
* listing: Expire object versions past expiry by @krisis in #15287
|
||||||
|
* Updating minio-go by @cniackz in #15297
|
||||||
|
* Fix site replication healing of missing buckets by @poornas in #15298
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "2.8.2",
|
"version": "2.8.3",
|
||||||
"upstreamVersion": "2022-07-13T23-29-44Z",
|
"upstreamVersion": "2022-07-15T03-44-22Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue