Bump version
This commit is contained in:
parent
fb1db2809a
commit
557a8acd3d
21
CHANGELOG
21
CHANGELOG
|
@ -2545,3 +2545,24 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* fix: collect quorum errors for deletePrefix() by @harshavardhana in #19685
|
||||
* Support user certificate based authentication on SFTP by @olljanat in #19650
|
||||
|
||||
[3.13.15]
|
||||
* Update minio to 2024-05-10T01-41-38Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-05-10T01-41-38Z)
|
||||
* fix: unexpected credentials missing while passing (05/09/24)
|
||||
* remove references for MINIO_SERVER_URL (05/09/24)
|
||||
* add log-prefix name for specifying custom log-name (#19712) (05/09/24)
|
||||
* Revert "Fix incorrect merging of slash-suffixed objects (#19699)" (05/09/24)
|
||||
* fix: truncate Expiration to second when Add ServiceAccount (#19674) (05/10/24)
|
||||
* Fix incorrect merging of slash-suffixed objects (#19699) (05/09/24)
|
||||
* deprecate unexpected healing failed counters (#19705) (05/09/24)
|
||||
* pass around correct endpoint while registering remote storage (#19710) (05/09/24)
|
||||
* ldap-import: Add additional logs (#19691) (05/09/24)
|
||||
* results must be a single channel to avoid overwriting healing.bin (#19702) (05/09/24)
|
||||
* chore: use errors.New to replace fmt.Errorf with no parameters (#19568) (05/09/24)
|
||||
* upgrade to go1.22.x (05/09/24)
|
||||
* allow caller context during reloads() to cancel (#19687) (05/08/24)
|
||||
* grid: Fix a window of a disconnected node not marked as offline (#19703) (05/09/24)
|
||||
* Accept multipart checksums with part count (#19680) (05/08/24)
|
||||
* kms: add support for MinKMS and remove some unused/broken code (#19368) (05/08/24)
|
||||
* return appropriate error upon reaching maxClients() (#19669) (05/07/24)
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.13.14",
|
||||
"upstreamVersion": "2024-05-07T06-41-25Z",
|
||||
"version": "3.13.15",
|
||||
"upstreamVersion": "2024-05-10T01-41-38Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 2147483648,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue