Version 2.9.13
This commit is contained in:
parent
f55d0e6b40
commit
79b941eb4c
|
@ -1497,3 +1497,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Fix deletemarker replication check properly by @poornas in #15923
|
* Fix deletemarker replication check properly by @poornas in #15923
|
||||||
* Check for s3zip content offset by @klauspost in #15924
|
* Check for s3zip content offset by @klauspost in #15924
|
||||||
|
|
||||||
|
[2.9.13]
|
||||||
|
* Update minio to 2022-10-24T18-35-07Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-10-24T18-35-07Z)
|
||||||
|
* Fix Prometheus Probe tlsConfig, doesn't belong in ProberSpec by @briend in #15739
|
||||||
|
* Audit dangling object removal by @vadmeste in #15933
|
||||||
|
|
||||||
|
|
|
@ -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.9.12",
|
"version": "2.9.13",
|
||||||
"upstreamVersion": "2022-10-21T22-37-48Z",
|
"upstreamVersion": "2022-10-21T22-37-48Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
|
|
Loading…
Reference in New Issue