Version 3.7.5
This commit is contained in:
parent
b92644ffdd
commit
758b98fc20
11
CHANGELOG
11
CHANGELOG
|
@ -1950,3 +1950,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* ilm: Fix cleaning non current null versions by @vadmeste in #17876
|
* ilm: Fix cleaning non current null versions by @vadmeste in #17876
|
||||||
* update minio/kes-go dep to v0.2.0 by @aead in #17850
|
* update minio/kes-go dep to v0.2.0 by @aead in #17850
|
||||||
* fix: replace req context by locker context by @jiuker in #17880
|
* fix: replace req context by locker context by @jiuker in #17880
|
||||||
|
|
||||||
|
[3.7.5]
|
||||||
|
* Update minio to 2023-08-29T23-07-35Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-08-29T23-07-35Z)
|
||||||
|
* mark replication target offline if network timeouts seen by @poornas in #17907
|
||||||
|
* Retain current and upto NewerNoncurrentVersions versions by @krisis in #17909
|
||||||
|
* add missing IAM node metrics to cluster and node endpoint by @harshavardhana in #17908
|
||||||
|
* remove mTime requirement from pre-condition checks by @harshavardhana in #17916
|
||||||
|
* remove strict persistence requirements for List() .metacache objects by @harshavardhana in #17917
|
||||||
|
* fix: replace context by timeout-context from parent-context when selfSpeedTest by @jiuker in #17906
|
||||||
|
|
||||||
|
|
|
@ -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": "3.7.4",
|
"version": "3.7.5",
|
||||||
"upstreamVersion": "2023-08-23T10-07-06Z",
|
"upstreamVersion": "2023-08-29T23-07-35Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue