Releases: minio/mc
Bugfix Release
What's Changed
- fix: mirror --summary should work like -q by @jiuker in #4923
- keep pool display order and also pretty it by @harshavardhana in #4931
- simplify histograms, make it based on the server return by @harshavardhana in #4935
- Bump up minio/pkg to v3 by @donatello in #4940
- restructure credential creation with simplified expectations by @harshavardhana in #4939
Full Changelog: RELEASE.2024-05-09T17-04-24Z...RELEASE.2024-05-24T09-08-49Z
Bugfix Release
What's Changed
- Fix panic in
mc admin health
command by @shtripat in #4921 - Added test for bucket replication by @shtripat in #4920
- Correct spelling in message by @shtripat in #4924
- fix replication bandwidth unit conversion by @kanagarajkm in #4922
- fix: mc rb --force return ok with bucketNotExists by @jiuker in #4927
- showing disable-pager flag as an option by @zveinn in #4929
- fix: mc find --metadata work without prefix by @jiuker in #4926
- fix: test regression since #4920 by @harshavardhana in #4928
Full Changelog: RELEASE.2024-05-03T11-21-07Z...RELEASE.2024-05-09T17-04-24Z
Bugfix Release
What's Changed
- updating prefix validation and adding some tests by @zveinn in #4907
- make s3Config Transport a roundTripper by @harshavardhana in #4914
- fix: honor S3v2 if configured by @harshavardhana in #4917
- Add standard EC setting to admin info by @klauspost in #4918
Full Changelog: RELEASE.2024-04-29T09-56-05Z...RELEASE.2024-05-03T11-21-07Z
Bugfix Release
What's Changed
- Show ILM Expiry Replication status only if enabled by @shtripat in #4900
- move to crypto/sha256 instead of sha256-simd by @harshavardhana in #4911
- scanner token buffer can overflow use bufio.NewReader() by @harshavardhana in #4912
- Fix the percent of pool used by @fanzy618 in #4910
- enabling MC_DISABLE_PAGER and --dp by @zveinn in #4909
- fix: divde by zero for decom status by @jiuker in #4908
New Contributors
Full Changelog: RELEASE.2024-04-18T16-45-29Z...RELEASE.2024-04-29T09-56-05Z
Large bugfix release
Breaking changes to encryption related flags
Existing encrypt flag parsing was broken - to fix this, the current release renames some flags:
--encrypt
→--enc-c
--encrypt-s3
→--enc-s3
--encrypt-kms
→--enc-kms
These flags now only accept RawBase64 encoded keys and the flags may be repeated. The older flags will no longer be accepted.
The --continue
flag has been removed as it was behaving in an insecure way and it was decided to completely remove it.
For more information on flag usage, run mc with the --help
for a command that accepts such flags, for e.g. mc cp --help
.
For further information on the changes see the original pull request #4882
linux/mips64
architecture re-enabled
For the last few releases linux/mips64
architecture binaries were not published due to build issues - this has been fixed now, and this release has binaries for this architecture.
What's Changed
- Use lipgloss's table package for ilm-tier-ls by @krisis in #4890
- Move ilm-tier-info to use lipgloss/table by @krisis in #4892
- Update version for govulncheck by @donatello in #4898
- fix: build on linux/mips64 by @donatello in #4899
- Move
mc idp ldap accesskey create --login
tomc idp ldap accesskey create-with-login
by @taran-p in #4894 - Large MC Update ( encryption flags, functional test suite, removal of session code, minor cleanup, vuln. updates ) by @zveinn in #4882
- upgrade deps to latest releases by @harshavardhana in #4904
- cosmetic: Hide mc admin bucket and its subcommands visible by @vadmeste in #4905
Full Changelog: RELEASE.2024-03-30T15-29-52Z...RELEASE.2024-04-18T16-45-29Z
Bugfix Release
What's Changed
- Update madmin to existing master by @klauspost in #4888
- Expose health diagnostics related functions by @anjalshireesh in #4885
- Functional tests: add a parameter for the full site cleaning test by @davlgd in #4877
- doc update by @dormanze in #4867
Full Changelog: RELEASE.2024-03-25T16-41-14Z...RELEASE.2024-03-30T15-29-52Z
Bugfix Release
What's Changed
- fix resync to find peers by deployment ID instead of site names by @Praveenrajmani in #4884
Full Changelog: RELEASE.2024-03-20T21-07-29Z...RELEASE.2024-03-25T16-41-14Z
Bugfix Release
What's Changed
- Fix functional-tests.sh file generation under macOS by @davlgd in #4875
- Expose getClusterRegInfo by @anjalshireesh in #4881
New Contributors
Full Changelog: RELEASE.2024-03-13T23-51-57Z...RELEASE.2024-03-20T21-07-29Z
Bugfix Release
What's Changed
- support node being part of multiple pools pick the actual number by @harshavardhana in #4870
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #4872
Full Changelog: RELEASE.2024-03-09T06-43-06Z...RELEASE.2024-03-13T23-51-57Z
Bugfix Release
What's Changed
- Bump github.com/lestrrat-go/jwx from 1.2.28 to 1.2.29 by @dependabot in #4868
- avoid stat and listing with --purge by @harshavardhana in #4869
Full Changelog: RELEASE.2024-03-07T00-31-49Z...RELEASE.2024-03-09T06-43-06Z