Version 2.9.7
This commit is contained in:
parent
19ff6a62a4
commit
bd58749e91
13
CHANGELOG
13
CHANGELOG
|
@ -1441,3 +1441,16 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Add auto configuration of replication workers by @poornas in #15636
|
* Add auto configuration of replication workers by @poornas in #15636
|
||||||
* remove unused package internal/smart by @harshavardhana in #15758
|
* remove unused package internal/smart by @harshavardhana in #15758
|
||||||
|
|
||||||
|
[2.9.7]
|
||||||
|
* Update minio to 2022-10-02T19-29-29Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-10-02T19-29-29Z)
|
||||||
|
* Add RPC tcp timeout/errs and avg duration to prometheus by @vadmeste in #15747
|
||||||
|
* fix: generalize SC config and also skip healing sub-sys under SD by @harshavardhana in #15757
|
||||||
|
* Quick initialized of bucket target notifications by @vadmeste in #15571
|
||||||
|
* support tagging based policy conditions by @harshavardhana in #15763
|
||||||
|
* Update links to documentation site by @djwfyi in #15750
|
||||||
|
* Fix Audit kafka configuration loading by @vadmeste in #15766
|
||||||
|
* Fix race when accessing REST tcp dial values by @vadmeste in #15770
|
||||||
|
* Re-load config after reset by @anjalshireesh in #15771
|
||||||
|
* fix: de-duplicate conflicting object names on namespace by @harshavardhana in #15772
|
||||||
|
|
||||||
|
|
|
@ -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.6",
|
"version": "2.9.7",
|
||||||
"upstreamVersion": "2022-09-25T15-44-53Z",
|
"upstreamVersion": "2022-10-02T19-29-29Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue