Version 2.9.6
This commit is contained in:
parent
966be1a13e
commit
a0a9824424
10
CHANGELOG
10
CHANGELOG
|
@ -1431,3 +1431,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* helm: specify service account for the jobs by @cowjen01 in #15706
|
* helm: specify service account for the jobs by @cowjen01 in #15706
|
||||||
* site replication: clear config if remove --all specified by @poornas in #15716
|
* site replication: clear config if remove --all specified by @poornas in #15716
|
||||||
* Fix cancellation leaks by @jiuker in #15721
|
* Fix cancellation leaks by @jiuker in #15721
|
||||||
|
|
||||||
|
[2.9.6]
|
||||||
|
* Update minio to 2022-09-25T15-44-53Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-09-25T15-44-53Z)
|
||||||
|
* fix: parse and save retainUntilDate in correct time format by @harshavardhana in #15741
|
||||||
|
* validate correct ETag for the parts sent during CompleteMultipart by @harshavardhana in #15751
|
||||||
|
* Relax retention date enforcement on replication target by @poornas in #15752
|
||||||
|
* Add auto configuration of replication workers by @poornas in #15636
|
||||||
|
* remove unused package internal/smart by @harshavardhana in #15758
|
||||||
|
|
||||||
|
|
|
@ -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.9.5",
|
"version": "2.9.6",
|
||||||
"upstreamVersion": "2022-09-22T18-57-27Z",
|
"upstreamVersion": "2022-09-25T15-44-53Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue