Bump version
This commit is contained in:
parent
ca6eaad35d
commit
368da33581
25
CHANGELOG
25
CHANGELOG
|
@ -2392,3 +2392,28 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-15T01-07-19Z)
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-15T01-07-19Z)
|
||||||
* allow dynamically changing max_object_versions per object (#19265)
|
* allow dynamically changing max_object_versions per object (#19265)
|
||||||
|
|
||||||
|
[3.13.7]
|
||||||
|
* Update minio to 2024-03-21T23-13-43Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/2024-03-21T23-13-43Z)
|
||||||
|
* write anything beyond 4k to be written in 4k pages by @harshavardhana in https://github.com/minio/minio/pull/19269
|
||||||
|
* fix wrong time.Parse params order by @alingse in https://github.com/minio/minio/pull/19279
|
||||||
|
* implement a flag to specify custom crossdomain.xml by @harshavardhana in https://github.com/minio/minio/pull/19262
|
||||||
|
* fix: add a default requests deadline when deadline is 0 by @harshavardhana in https://github.com/minio/minio/pull/19287
|
||||||
|
* add deprecated expiry_workers to be ignored by @harshavardhana in https://github.com/minio/minio/pull/19289
|
||||||
|
* add additional logs for the decom during metadata save by @harshavardhana in https://github.com/minio/minio/pull/19288
|
||||||
|
* feat: add user to NOTIFY_REDIS by @jiuker in https://github.com/minio/minio/pull/19285
|
||||||
|
* change the notification queue full message by @harshavardhana in https://github.com/minio/minio/pull/19293
|
||||||
|
* list: Fix IsTruncated and NextMarker when encountering expired objects by @vadmeste in https://github.com/minio/minio/pull/19290
|
||||||
|
* xl: Purge instead of moving to trash with near filled disks by @vadmeste in https://github.com/minio/minio/pull/19294
|
||||||
|
* crypto: generate OEK using HMAC-SHA256 instead of SHA256 by @aead in https://github.com/minio/minio/pull/19297
|
||||||
|
* decom: Fix failed status after a failed decommission by @vadmeste in https://github.com/minio/minio/pull/19300
|
||||||
|
* Handle zero versions qualified for expiration by @krisis in https://github.com/minio/minio/pull/19301
|
||||||
|
* avoid triggering heals on metacache files if any by @harshavardhana in https://github.com/minio/minio/pull/19299
|
||||||
|
* add IAM policyDB lookup fallbacks to drives by @harshavardhana in https://github.com/minio/minio/pull/19302
|
||||||
|
* replication: enforce precondition for multipart by @poornas in https://github.com/minio/minio/pull/19306
|
||||||
|
* fix: peer addr returned as empty string by @anjalshireesh in https://github.com/minio/minio/pull/19308
|
||||||
|
* fix: Fix crash when logging events and anonymous is enabled by @vadmeste in https://github.com/minio/minio/pull/19313
|
||||||
|
* use retry during policy reload from drives by @harshavardhana in https://github.com/minio/minio/pull/19307
|
||||||
|
* Encode dir obj names before expiration by @krisis in https://github.com/minio/minio/pull/19305
|
||||||
|
* fix batch snowball to close channel after listing finishes by @poornas in https://github.com/minio/minio/pull/19316
|
||||||
|
|
||||||
|
|
|
@ -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.13.6",
|
"version": "3.13.7",
|
||||||
"upstreamVersion": "2024-03-15T01-07-19Z",
|
"upstreamVersion": "2024-03-21T23-13-43Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue