Minio - Package Updates
-
[3.15.2]
- Update minio to 2024-10-29T16-01-48Z
- Changelog
- Correct the date filter check for batch replication by @shtripat in https://github.com/minio/minio/pull/20569
- Clear omitted fields by @klauspost in https://github.com/minio/minio/pull/20575
- Trace ILM errors by @klauspost in https://github.com/minio/minio/pull/20576
- Fix ILM expire workers exiting by @klauspost in https://github.com/minio/minio/pull/20578
- fix: avoid useless expires value in listing meta by @donatello in https://github.com/minio/minio/pull/20584
- heal: Avoid deadline error with very large objects (#140) by @vadmeste in https://github.com/minio/minio/pull/20586
- heal: large objects fix and avoid .healing.bin corner case premature exit by @vadmeste in https://github.com/minio/minio/pull/20577
- run IAM purge routines deterministically every hr by @donatello in https://github.com/minio/minio/pull/20587
-
[3.16.0]
- Update Minio to RELEASE.2024-11-07T00-52-20Z
- Full Changelog
- Update README.md by @allanrogerr in https://github.com/minio/minio/pull/20599
- Remove
expires
field from list objects metadata by @donatello in https://github.com/minio/minio/pull/20600 - add tests for ILM transition and healing (#166) by @harshavardhana in https://github.com/minio/minio/pull/20601
- Update console package to v1.7.3 by @cesnietor in https://github.com/minio/minio/pull/20606
- Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in https://github.com/minio/minio/pull/20611
- Fix msgUnPath crash by @klauspost in https://github.com/minio/minio/pull/20614
- docs: remove redundant prometheus metric by @erfantkerfan in https://github.com/minio/minio/pull/20618
- decompress audit log properly before sending to remote target by @ramondeklein in https://github.com/minio/minio/pull/20619
- @erfantkerfan made their first contribution in https://github.com/minio/minio/pull/20618
-
[3.17.0]
- Update minio to RELEASE.2024-12-13T22-19-12Z
- Full Changelog
- Fix lint issues from v1.62.0 upgrade by @klauspost in https://github.com/minio/minio/pull/20633
- Harden internode DeadlineConn by @klauspost in https://github.com/minio/minio/pull/20631
- Make DeadlineConn http.Listener compatible by @klauspost in https://github.com/minio/minio/pull/20635
-
[3.18.0]
- CLOUDRON_OIDC_PROVIDER_NAME implemented
-
[3.18.1]
- Update minio to RELEASE.2024-12-18T13-15-44Z
- Full Changelog
- Bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /docs/debugging/inspect by @dependabot in https://github.com/minio/minio/pull/20760
- Bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot in https://github.com/minio/minio/pull/20767
- update all dependencies and use latest msgp by @harshavardhana in https://github.com/minio/minio/pull/20768
- s3: Sanitize the source object name in CopyObject handler by @marktheunissen in https://github.com/minio/minio/pull/20774
- heal: Include more use case of not healable but readable objects (#248) by @vadmeste in https://github.com/minio/minio/pull/20776
-
[4.0.0]
- Update minio to RELEASE.2025-01-18T00-31-37Z
- Full Changelog
- ListObjectParts should return actual size by @klauspost in https://github.com/minio/minio/pull/20782
- Add resiliency tests by @allanrogerr in https://github.com/minio/minio/pull/20786
- Add cpuio profiling potential crash workaround by @klauspost in https://github.com/minio/minio/pull/20809
- Bump golang.org/x/net to silence wrong vuln checker by @vadmeste in https://github.com/minio/minio/pull/20814
- decom: avoid skipping single delete markers for replication by @poornas in https://github.com/minio/minio/pull/20836
- update
github.com/minio/kms-go/kes
to v0.3.1 by @aead in https://github.com/minio/minio/pull/20843 - Fix inconsistently written compressed files. by @klauspost in https://github.com/minio/minio/pull/20846
- s3: Provide enough buffer when the object final size is unknown by @vadmeste in https://github.com/minio/minio/pull/20847
- Correct bucket metrics name by @shtripat in https://github.com/minio/minio/pull/20823
- update deps by @harshavardhana in https://github.com/minio/minio/pull/20851
-
[4.0.1]
- Update minio to RELEASE.2025-01-20T14-49-07Z
- Full Changelog
- do not list buckets without local quorum by @harshavardhana in https://github.com/minio/minio/pull/20852
- Add Full Object Checksums and CRC64-NVME by @klauspost in https://github.com/minio/minio/pull/20855
-
[4.1.0]
- Update minio to RELEASE.2025-02-03T21-03-04Z
- Full Changelog
- do not expose secret-key to lambda event handler by @harshavardhana in https://github.com/minio/minio/pull/20870
- Allow URLs up to 32KB and improve parsing speed by @klauspost in https://github.com/minio/minio/pull/20874
- DeleteObjects: Send delete to all pools (#172) by @vadmeste in https://github.com/minio/minio/pull/20821
- Check for valid checksum by @klauspost in https://github.com/minio/minio/pull/20878
- Add lock overload protection by @klauspost in https://github.com/minio/minio/pull/20876
- Redact sensitive fields from DescribeBatchJob by @klauspost in https://github.com/minio/minio/pull/20881
- fix: proxy requests to honor global transport by @vadmeste in https://github.com/minio/minio/pull/20889
-
[4.1.1]
- Update minio to RELEASE.2025-02-07T23-21-09Z
- Full Changelog
- replication: default tag timestamps in CopyObject call by @poornas in https://github.com/minio/minio/pull/20891
- sts: allow client-provided intermediate CAs by @aead in https://github.com/minio/minio/pull/20896
- Fix multipart replication with 1 part objects by @klauspost in https://github.com/minio/minio/pull/20895
- kms: add
MINIO_KMS_REPLICATE_KEYID
option by @aead in https://github.com/minio/minio/pull/20909
-
[4.1.2]
- Update minio to RELEASE.2025-02-18T16-25-55Z
- Full Changelog
- Fix nil pointer deref in PeerPolicyMappingHandler by @klauspost in https://github.com/minio/minio/pull/20913
- (s)ftp: Enable trailing headers for upload by @klauspost in https://github.com/minio/minio/pull/20914
- Quick patch for Snowball AutoExtract: #20883 by @mannreis in https://github.com/minio/minio/pull/20885
- Update console to 1.7.6 by @cesnietor in https://github.com/minio/minio/pull/20925
- Fix missing authorization check for
PutObjectRetentionHandler
by @ramondeklein in https://github.com/minio/minio/pull/20929 - ftp: Enable trailing headers, just like sftp by @jkandasa in https://github.com/minio/minio/pull/20938
- fix(docs): update mc admin trace link to MinIO official docs by @felixrodrigo19 in https://github.com/minio/minio/pull/20943
- Extract all files from encrypted stream with inspect by @klauspost in https://github.com/minio/minio/pull/20937
- Test checksum types for invalid combinations by @klauspost in https://github.com/minio/minio/pull/20953
- tests: Do not allow forced type asserts by @klauspost in https://github.com/minio/minio/pull/20905
- @mannreis made their first contribution in https://github.com/minio/minio/pull/20885
- @jkandasa made their first contribution in https://github.com/minio/minio/pull/20938
- @1911860538 made their first contribution in https://github.com/minio/minio/pull/20939
- @felixrodrigo19 made their first contribution in https://github.com/minio/minio/pull/20943
-
[4.1.3]
- Update minio to RELEASE.2025-02-28T09-55-16Z
- Full Changelog
- Fix importIAM issue with importing implied policies by @taran-p in https://github.com/minio/minio/pull/20956
- Update SRSvcAccCreate with new type by @taran-p in https://github.com/minio/minio/pull/20974
- build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 by @dependabot in https://github.com/minio/minio/pull/20976
- Fix typos by @triplechecker-com in https://github.com/minio/minio/pull/20970
- Update golang.org/x/crypto to address govulncheck complaint by @vadmeste in https://github.com/minio/minio/pull/20983
- Allow disabling of all X-Forwarded-For header processing by @marktheunissen in https://github.com/minio/minio/pull/20977
- check for errors on bitrotWriter Close() by @vadmeste in https://github.com/minio/minio/pull/20982
- replication: set checksum type correctly by @poornas in https://github.com/minio/minio/pull/20985
- fix: SFTP auth bypass with no pub key in LDAP by @donatello in https://github.com/minio/minio/pull/20986
- Fix healing probability for skipped folders by @klauspost in https://github.com/minio/minio/pull/20988
- @triplechecker-com made their first contribution in https://github.com/minio/minio/pull/20970
-
[4.2.0]
- Update minio to RELEASE.2025-03-12T18-04-18Z
- Full Changelog
- Enforce a bucket limit of 100 to v2 metrics calls by @klauspost in https://github.com/minio/minio/pull/20761
- Update typos config by @donatello in https://github.com/minio/minio/pull/21018
- Update ssh and jws libs for fixed CVEs by @donatello in https://github.com/minio/minio/pull/21017
- Disable unstable test by @klauspost in https://github.com/minio/minio/pull/20996
- decom: Ignore not found buckets (#509) by @vadmeste in https://github.com/minio/minio/pull/21023
-
[4.3.0]
- Update base image to 5.0.0
-
[4.4.0]
- Update minio to RELEASE.2025-04-03T14-56-28Z
- Full Changelog
- fix(templates): replace dash with underscore by @itsJohnySmith in https://github.com/minio/minio/pull/19566
- Updating PromQL queries to include tilde needed to work with 'all' variable by @excircle in https://github.com/minio/minio/pull/21054
- Add new API endpoint to revoke STS tokens by @taran-p in https://github.com/minio/minio/pull/21072
- fix call toAPIErrorCode with a nil value error after check another err by @alingse in https://github.com/minio/minio/pull/21083
- fix: token is invalid for admin heal when minio is distErasure at windows by @jiuker in https://github.com/minio/minio/pull/21092
- internal: add handling of KVS config parse by @wooffie in https://github.com/minio/minio/pull/21079
- Fix anonymous unsigned trailing headers by @klauspost in https://github.com/minio/minio/pull/21095
- Fix: Change TTFB metric type to histogram by @iamsagar99 in https://github.com/minio/minio/pull/20999
- Try reconnect IAM systems if failed initially by @shtripat in https://github.com/minio/minio/pull/20333
- Fix evaluation of NewerNoncurrentVersions by @krisis in https://github.com/minio/minio/pull/21096
-
[4.4.1]
- Update minio to RELEASE.2025-04-08T15-41-24Z
- Full Changelog
- decom: Ignore orphan delete markers in verification stage by @vadmeste in https://github.com/minio/minio/pull/21106
- ilm: Expect objects with only free versions when scanning by @krisis in https://github.com/minio/minio/pull/21112
-
[4.4.2]
- Update minio to RELEASE.2025-04-22T22-12-26Z
- Full Changelog
- move to go1.24 by @harshavardhana in https://github.com/minio/minio/pull/21114
- Fix buffered streams missing final entries by @klauspost in https://github.com/minio/minio/pull/21122
- typo: fix error msg for decoding XL headers by @wooffie in https://github.com/minio/minio/pull/21120
- typo: fix return of checkDiskFatalErrs by @wooffie in https://github.com/minio/minio/pull/21121
- Fix shared error buffer by @klauspost in https://github.com/minio/minio/pull/21203
- support autogenerated credentials for KMS_SECRET_KEY properly by @harshavardhana in https://github.com/minio/minio/pull/21223
- fix: batch expiry job doesn't report delete marker in batch-status me by @jiuker in https://github.com/minio/minio/pull/21183
- Nats tls handshake first by @matthewdavidlloyd in https://github.com/minio/minio/pull/21008
-
[5.0.0]
- Update minio to RELEASE.2025-05-24T17-08-30Z
- Full Changelog
- BREAKING RELEASE: Embedded UI Console is now deprecated and moved to object-browser
- IMPORTANT: MinIO has decided to remove all administration features from the console. The UI now only has an object browser. You must now use the
mc
CLI tool for creating keys and setting up permissions. - IMPORANT: OIDC Auth has been removed upstream as well. You can only access MinIO using admin credentials after this update. Access key creation is no longer possible .