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