Major Feature Release
minio-trusted
released this
29 Oct 10:07
·
2272 commits
to master
since this release
Highlights
- First release to support rebalancing two or more pooled setups to even out disk usage refer #15483
- Removes remaining gateway implementations of NAS/S3 and legacy FS mode completely - refer #15929.
Existing users should continue to use their current releases if they wish to continue using gateway mode.
Subscribed customers get downstream support until they are subscribed as per the terms of the subscription. - Other miscellaneous fixes in Site Replication, Multipart Checksums and SUBNET registration.
What's Changed
- Filter out tiering metadata during CopyObject by @krisis in #15936
- remove gateway completely by @harshavardhana in #15929
- Disallow configuring replication config when site replication is enabled by @poornas in #15937
- site replication: proxy multipart to peer by @poornas in #15926
- feat: Pool Rebalance by @krisis in #15483
- site replication: replicate MakeBucket to peers in background by @poornas in #15945
- Return better error status code in the lock handler by @vadmeste in #15950
- Fix lock name to disallow parallel same erasure set healing by @vadmeste in #15951
- add cross-build linux/amd64 by @yanggangtony in #15949
- Ensure ilm expiry creates non null deletemarker for versioned bucket by @poornas in #15947
- Store multipart checksums by @klauspost in #15953
- make subnet subsys dynamic and simplify callhome by @harshavardhana in #15927
- remove numAvailableDisks check as it doesn't serve any purpose by @harshavardhana in #15954
- Fix inconsistent replication delete marker timestamps by @klauspost in #15956
- xl-meta: update metadata version by @poornas in #15958
- Mark subnet config keys as sensitive info by @anjalshireesh in #15962
- Make pubsub type type safe by @klauspost in #15961
- add a message of removal for gateway and hide the command by @harshavardhana in #15965
- improve validation for replication resync API by @poornas in #15964
New Contributors
- @yanggangtony made their first contribution in #15949
Full Changelog: RELEASE.2022-10-24T18-35-07Z...RELEASE.2022-10-29T06-21-33Z