Bump version
This commit is contained in:
parent
d39b1cb50f
commit
20bbaff551
19
CHANGELOG
19
CHANGELOG
|
@ -2270,3 +2270,22 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: permission checks for editing access keys by @donatello in https://github.com/minio/minio/pull/18928
|
* fix: permission checks for editing access keys by @donatello in https://github.com/minio/minio/pull/18928
|
||||||
* Keep ServiceV1 admin stop/restart API and mark as deprecated by @vadmeste in https://github.com/minio/minio/pull/18932
|
* Keep ServiceV1 admin stop/restart API and mark as deprecated by @vadmeste in https://github.com/minio/minio/pull/18932
|
||||||
|
|
||||||
|
[3.12.8]
|
||||||
|
* Update minio to 2024-02-04T22-36-13Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-04T22-36-13Z)
|
||||||
|
* move a collection of peer APIs to websockets by @harshavardhana in https://github.com/minio/minio/pull/18936
|
||||||
|
* Improve object reuse for grid messages by @klauspost in https://github.com/minio/minio/pull/18940
|
||||||
|
* batch: Fix a typo while validating smallerThan field by @vadmeste in https://github.com/minio/minio/pull/18942
|
||||||
|
* fix: null inline policy handling for access keys by @donatello in https://github.com/minio/minio/pull/18945
|
||||||
|
* log: Use error log type instead of Application/MinIO type by @vadmeste in https://github.com/minio/minio/pull/18930
|
||||||
|
* Fix some leftover issues from PR 18936 by @fwessels in https://github.com/minio/minio/pull/18946
|
||||||
|
* simplify deadlineWriter, re-use WithDeadline by @harshavardhana in https://github.com/minio/minio/pull/18948
|
||||||
|
* Fix ineffective recycling by @klauspost in https://github.com/minio/minio/pull/18952
|
||||||
|
* deprecate disk tokens, instead rely on deadlines and active monitoring by @harshavardhana in https://github.com/minio/minio/pull/18947
|
||||||
|
* move Make,Delete,Head,Heal bucket calls to websockets by @harshavardhana in https://github.com/minio/minio/pull/18951
|
||||||
|
* Fix mux client memory leak by @klauspost in https://github.com/minio/minio/pull/18956
|
||||||
|
* disconnected returns, an unexpected error to List() returning 500s by @harshavardhana in https://github.com/minio/minio/pull/18959
|
||||||
|
* xl: Disable rename2 in decommissioning/rebalance by @vadmeste in https://github.com/minio/minio/pull/18964
|
||||||
|
* Fix typo in api-router.go by @fwessels in https://github.com/minio/minio/pull/18955
|
||||||
|
* Add more advanced cases for dangling by @harshavardhana in https://github.com/minio/minio/pull/18968
|
||||||
|
|
||||||
|
|
|
@ -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.12.7",
|
"version": "3.12.8",
|
||||||
"upstreamVersion": "2024-01-31T20-20-33Z",
|
"upstreamVersion": "2024-02-04T22-36-13Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue