Bump version

This commit is contained in:
Johannes Zellner 2024-02-01 14:11:01 +01:00
parent 9d8938b7bf
commit 0dec46fdc0
2 changed files with 25 additions and 2 deletions

View File

@ -2247,3 +2247,26 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* avoid calling close for nil inbound/outblock channels (3 hours ago)
* remove getReplicationNodeMetrics() from peer metrics groups (4 hours ago)
[3.12.7]
* Update minio to 2024-01-31T20-20-33Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-31T20-20-33Z)
* This release fixes a security issue related to service accounts and their permissions for more details
* Performance improvement for large clusters with high IOPs requirements.
* fix: bucket metric of data usage for replication info will be ignore by @jiuker in https://github.com/minio/minio/pull/18895
* fix metrics panic in node metrics endpoint by @poornas in https://github.com/minio/minio/pull/18894
* Update list.md by @dvaldivia in https://github.com/minio/minio/pull/18907
* allow configuring maximum idle connections per host by @harshavardhana in https://github.com/minio/minio/pull/18908
* enable xattr capture by default by @harshavardhana in https://github.com/minio/minio/pull/18911
* reuse transports for callhome and remote tgt validation by @poornas in https://github.com/minio/minio/pull/18912
* exclude veeam virtual objects from replication by @poornas in https://github.com/minio/minio/pull/18918
* Add cgroup v2 support for memory limit by @vadmeste in https://github.com/minio/minio/pull/18905
* remove checkBucketExist check entirely to avoid fan-out calls by @harshavardhana in https://github.com/minio/minio/pull/18917
* Improve tracing & notification scalability by @klauspost in https://github.com/minio/minio/pull/18903
* use all the available nr_requests for NVMe by @harshavardhana in https://github.com/minio/minio/pull/18920
* add total usable capacity, free and used to DataUsageInfo() by @harshavardhana in https://github.com/minio/minio/pull/18921
* remove all the frivolous logs, that may or may not be actionable by @harshavardhana in https://github.com/minio/minio/pull/18922
* Update service file version in makefile by @donatello in https://github.com/minio/minio/pull/18925
* Correct small typo by @fwessels in https://github.com/minio/minio/pull/18923
* 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

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.12.6",
"upstreamVersion": "2024-01-29T03-56-32Z",
"version": "3.12.7",
"upstreamVersion": "2024-01-31T20-20-33Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,