Bump version
This commit is contained in:
parent
fba9a4ff32
commit
618c3c6736
|
@ -2346,3 +2346,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
[3.13.0]
|
[3.13.0]
|
||||||
* Implement OIDC authentication
|
* Implement OIDC authentication
|
||||||
|
|
||||||
|
[3.13.1]
|
||||||
|
* Update minio to 2024-02-26T09-33-48Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-26T09-33-48Z)
|
||||||
|
* fix: crash in ResourceMetrics RPC handling concurrent writers by @harshavardhana in https://github.com/minio/minio/pull/19123
|
||||||
|
* fix: re-arrange console-sys to log properly in k8s/docker by @harshavardhana in https://github.com/minio/minio/pull/19129
|
||||||
|
|
||||||
|
|
|
@ -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.0",
|
"version": "3.13.1",
|
||||||
"upstreamVersion": "2024-02-17T01-15-57Z",
|
"upstreamVersion": "2024-02-26T09-33-48Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue