Version 3.13.11
This commit is contained in:
parent
8aab79757f
commit
b64d0c834b
12
CHANGELOG
12
CHANGELOG
|
@ -2447,3 +2447,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* feat: support EdDSA/Ed25519 for oss by @jiuker in #19397
|
||||
* update to latest deps by @harshavardhana in #19399
|
||||
* Avoid using a nil transport when the config is not initialized by @vadmeste in #19405
|
||||
|
||||
[3.13.11]
|
||||
* Update minio to 2024-04-18T19-09-19Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-04-18T19-09-19Z)
|
||||
* fix: add fallbackDisks for disk healing by @harshavardhana in #19425
|
||||
* fix: increase the tiering part size to 128MiB by @harshavardhana in #19424
|
||||
* heal: Add more per disk healing result in the audit by @vadmeste in #19427
|
||||
* batch-repl: Do not allow both source/target to be remote by @vadmeste in #19434
|
||||
* Allow setting readOnlyRootFilesystem in securityContext by @AlexanderThaller in #19437
|
||||
* Add a warning when the total size of an object versions exceeds 1 TiB by @vadmeste in #19435
|
||||
* make if-none-match PUT/POST RFC compliant by @harshavardhana in #19448
|
||||
* fix: unknow contentType for ArchiveFileHandler by @jiuker in #19451
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.13.10",
|
||||
"upstreamVersion": "2024-04-06T05-26-02Z",
|
||||
"version": "3.13.11",
|
||||
"upstreamVersion": "2024-04-18T19-09-19Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 2147483648,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue