Minio - Package Updates
Pinned
Minio
-
[3.12.12]
- Update minio to 2024-02-13T15-35-11Z
- Changelog
- FIx unexpected behavior when creating service account by @taran-p in https://github.com/minio/minio/pull/19036
- sts: Add test for DurationSeconds condition by @vadmeste in https://github.com/minio/minio/pull/19044
- add missing handler for reloading site replication config on peers by @harshavardhana in https://github.com/minio/minio/pull/19042
- fix: update batch replication stats for snowball uploads by @Praveenrajmani in https://github.com/minio/minio/pull/19045
- Send a bucket notification event on DeleteObject() for non-existing object by @Praveenrajmani in https://github.com/minio/minio/pull/19037
- fix incorrect disk io stats in k8s environment by @anjalshireesh in https://github.com/minio/minio/pull/19016
-
[3.13.1]
- Update minio to 2024-02-26T09-33-48Z
- Changelog
- fix: crash in ResourceMetrics RPC handling concurrent writers by @harshavardhana in https://github.com/minio/minio/pull/19123
- fix: re-arrange console-sys to log properly in k8s/docker by @harshavardhana in https://github.com/minio/minio/pull/19129
-
[3.13.2]
- Update minio to 2024-03-03T17-50-39Z
- Changelog
- Major performance improvement on total connection usage and de-duplicate ILM entries refer #18926
- Major performance improvement for Listing() to avoid readdir() under situations for directory lookups refer #19100
- Read drive IO stats from sysfs instead of procfs by @Praveenrajmani in #19131
- ilm: Select an object when all AND tags are satisfied by @vadmeste in #19134
- remove unnecessary 'recreate' code by @harshavardhana in #19136
- feat: add userCredentials for nats by @jiuker in #19139
-
[3.13.3]
- Update minio to 2024-03-05T04-48-44Z
- Changelog
- fix: healthcheck to fail even if one erasure set doesn't have quorum by @Praveenrajmani in #19180
- Add common middleware to S3 API handlers by @donatello in #19171
- fix: nLink is unreliable on all filesystems by @harshavardhana in #19187
- Fix ilm config at startup by @krisis in #19189
- fix: skip local disks properly in cluster health maintenance check by @harshavardhana in #19184
-
[3.13.4]
- Update minio to 2024-03-07T00-43-48Z
- Changelog
- fix: cluster read health check to return proper values by @Praveenrajmani in #19203
- fix: a regression in loading replication creds by @harshavardhana in #19204
- fix: go mod update v1.33.0 https://pkg.go.dev/vuln/GO-2024-2611 by @harshavardhana in #19208
- bucket import: avoid overwriting bucket creation date by @poornas in #19207
- Set expected expiry date for ExpiredObjectAllVersions by @krisis in #19210
-
[3.13.5]
- Update minio to 2024-03-10T02-53-48Z
- Changelog
- make immediate purge non-blocking up to 100,000 entries per drive (#19231)
- make immediate purge non-blocking upto 100000 entries per drive
- Bonus: turn-off O_DIRECT verification when FSType is 'XFS'
-
[3.13.7]
- Update minio to 2024-03-21T23-13-43Z
- Changelog
- write anything beyond 4k to be written in 4k pages by @harshavardhana in https://github.com/minio/minio/pull/19269
- fix wrong time.Parse params order by @alingse in https://github.com/minio/minio/pull/19279
- implement a flag to specify custom crossdomain.xml by @harshavardhana in https://github.com/minio/minio/pull/19262
- fix: add a default requests deadline when deadline is 0 by @harshavardhana in https://github.com/minio/minio/pull/19287
- add deprecated expiry_workers to be ignored by @harshavardhana in https://github.com/minio/minio/pull/19289
- add additional logs for the decom during metadata save by @harshavardhana in https://github.com/minio/minio/pull/19288
- feat: add user to NOTIFY_REDIS by @jiuker in https://github.com/minio/minio/pull/19285
- change the notification queue full message by @harshavardhana in https://github.com/minio/minio/pull/19293
- list: Fix IsTruncated and NextMarker when encountering expired objects by @vadmeste in https://github.com/minio/minio/pull/19290
- xl: Purge instead of moving to trash with near filled disks by @vadmeste in https://github.com/minio/minio/pull/19294
- crypto: generate OEK using HMAC-SHA256 instead of SHA256 by @aead in https://github.com/minio/minio/pull/19297
- decom: Fix failed status after a failed decommission by @vadmeste in https://github.com/minio/minio/pull/19300
- Handle zero versions qualified for expiration by @krisis in https://github.com/minio/minio/pull/19301
- avoid triggering heals on metacache files if any by @harshavardhana in https://github.com/minio/minio/pull/19299
- add IAM policyDB lookup fallbacks to drives by @harshavardhana in https://github.com/minio/minio/pull/19302
- replication: enforce precondition for multipart by @poornas in https://github.com/minio/minio/pull/19306
- fix: peer addr returned as empty string by @anjalshireesh in https://github.com/minio/minio/pull/19308
- fix: Fix crash when logging events and anonymous is enabled by @vadmeste in https://github.com/minio/minio/pull/19313
- use retry during policy reload from drives by @harshavardhana in https://github.com/minio/minio/pull/19307
- Encode dir obj names before expiration by @krisis in https://github.com/minio/minio/pull/19305
- fix batch snowball to close channel after listing finishes by @poornas in https://github.com/minio/minio/pull/19316
-
[3.13.8]
- Update minio to 2024-03-26T22-10-45Z
- Changelog
- Webhook targets refactor and bug fixes by @zveinn in https://github.com/minio/minio/pull/19275
- fix: convert multiple callers to use toStorageErr(err) correctly by @harshavardhana in https://github.com/minio/minio/pull/19339
- fix: should return when error happend by @jiuker in https://github.com/minio/minio/pull/19342
- bring back minor DNS cache for k8s setups by @harshavardhana in https://github.com/minio/minio/pull/19341
- Adding dashboard for MinIO node metrics by @shtripat in https://github.com/minio/minio/pull/19329
- Fix races in IAM cache lazy loading by @klauspost in https://github.com/minio/minio/pull/19346
- allow configuring inline shard size value by @harshavardhana in https://github.com/minio/minio/pull/19336
- replication:fix precondition check for multipart by @poornas in https://github.com/minio/minio/pull/19349
-
[3.13.9]
- Update minio to 2024-03-30T09-41-56Z
- Changelog
- Support for SSE-C encrypted objects with site and bucket replication.
- CPU issue addressed when you have 1000's of folder prefixes at bucket root.
- LDAP support normalization of DN names for consistent behavior.
-
[3.13.10]
- Update minio to 2024-04-06T05-26-02Z
- Changelog
- Reduce big message RPC allocations by @klauspost in #19390
- Prioritize the bucket configs first during the decommissioning by @Praveenrajmani in #19393
- fix: missing metrics for healed objects by @harshavardhana in #19392
- Always return slice with cap by @klauspost in #19395
- Adding console targets back into systemtarget log slice by @zveinn in #19398
- feat: support EdDSA/Ed25519 for oss by @jiuker in #19397
- update to latest deps by @harshavardhana in #19399
- Avoid using a nil transport when the config is not initialized by @vadmeste in #19405
-
[3.13.11]
- Update minio to 2024-04-18T19-09-19Z
- Changelog
- fix: add fallbackDisks for disk healing by @harshavardhana in #19425
- fix: increase the tiering part size to 128MiB by @harshavardhana in #19424
- heal: Add more per disk healing result in the audit by @vadmeste in #19427
- batch-repl: Do not allow both source/target to be remote by @vadmeste in #19434
- Allow setting readOnlyRootFilesystem in securityContext by @AlexanderThaller in #19437
- Add a warning when the total size of an object versions exceeds 1 TiB by @vadmeste in #19435
- make if-none-match PUT/POST RFC compliant by @harshavardhana in #19448
- fix: unknow contentType for ArchiveFileHandler by @jiuker in #19451
-
[3.13.12]
- Update minio to 2024-04-28T17-53-50Z
- Changelog
- updating tests to use new mc --enc flags by @zveinn in #19508
- fix: get rid of large buffers by @harshavardhana in #19549
- cleanup: Simplify usage of MinIOSourceProxyRequest by @rluetzner in #19553
- optimize ftp/sftp upload() implementations to avoid CPU load by @harshavardhana in #19552
- add ILM + site-replication tests by @harshavardhana in #19554
- Store object EC in metadata header by @klauspost in #19534
- Reduce parallelReader allocs by @klauspost in #19558
- make LRU cache global for internode tokens by @harshavardhana in #19555
- fix: ignore signaturev2 for policy header check by @jiuker in #19551
- build(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 in /docs/debugging/s3-verify by @dependabot in #19559
- Disable trailing header support for MinIO tiers by @krisis in #19561
- re-use transport and set stronger backwards compatible Ciphers by @harshavardhana in #19565
- do not panic on rebalance during server restarts by @harshavardhana in #19563
- Fix RenameData data race by @klauspost in #19579
- Remove leading zero strings in return value of (*xlMetaV2)getDataDirs() by @seiyab in #19567
- fix: can't get total disksize for decom status by @jiuker in #19585
- make renameData() more defensive during overwrites by @harshavardhana in #19548
- Add system CPU metrics to metrics-v3 by @anjalshireesh in #19560
- fix: avoid some IAM import errors if LDAP enabled by @donatello in #19591
- simplify listener implementation setup customizations in right place by @harshavardhana in #19589
- Add cluster notification metrics in metrics-v3 by @balamurugana in #19533
- Fix few wrongly defined metric types by @anjalshireesh in #19586
- fix: site-replication will reset group status when add user by @jiuker in #19594
- Validates PostgreSQL table name by @ramondeklein in #19602
- xl-meta: Allow combining multiple unversioned objects by @klauspost in #19604
- support preserving renameData() on inlined content during overwrites by @harshavardhana in #19609
- fix: IAM import for LDAP should replace mappings by @donatello in #19607
- fix: IAM LDAP access key import bug by @donatello in #19608
- Fixes an internal error while force-deleting a bucket by @ramondeklein in #19614
- Update Console UI to v1.3.0 by @cesnietor in #19617
- fix: LDAP init. issue when LDAP server is down by @donatello in #19619
- heal: Fix regression in healing a new fresh drive by @vadmeste in #19615
- add metrics ioerror counter for alerts on I/O errors by @harshavardhana in #19618
- Fix DeleteObject API for unversioned objects with insufficient read q… by @poornas in #19581
- deprecate usage of sha256-simd by @harshavardhana in #19621
- heal: Avoid marking a bucket as done when remote drives are offline by @vadmeste in #19587
- helm: fix port types in CiliumNetworkPolicy by @twelho in #19232
- Add process metrics in metrics-v3 by @anjalshireesh in #19612
- Handle failures in pool rebalancing by @Praveenrajmani in #19623
- heal/list: Fix rare incomplete listing with flaky internode connections by @vadmeste in #19625
- iam reload policy mapping of STS users properly by @poornas in #19626
- a bunch of fixes for error handling by @harshavardhana in #19627
-
[3.13.13]
- Update minio to 2024-05-01T01-11-10Z
- Changelog
- Always unfreeze when connection dies by @klauspost in #19634
- avoid data race for testing by @jiuker in #19635
- Suppress metrics with zero values by @shtripat in #19638
- Allow custom SFTP algorithm selection by @klauspost in #19636
- fix: a crash in RemoveReplication target by @harshavardhana in #19640
- ilm: Handle DeleteAllVersions action differently for DEL markers by @krisis in #19481
-
[3.13.14]
- Update minio to 2024-05-07T06-41-25Z
- Changelog
- Fix --stfp "mac-algos=..." overwrites cipher algorithms by @klauspost in #19643
- enhance ListSVCs() API to return more info to avoid InfoSvc() by @harshavardhana in #19642
- Wait one minute after startup to restart decommissioning by @klauspost in #19645
- add logrotate support for MinIO logs by @harshavardhana in #19641
- Return listing when exceeding min disk errors by @klauspost in #19644
- fix: Filter out cust. AssumeRole Token for audit by @donatello in #19646
- support compression after rotation of logs by @harshavardhana in #19647
- Add cluster IAM metrics in metrics-v3 by @balamurugana in #19595
- Use better gzip for log rotate by @klauspost in #19651
- Change endpoint format for per-bucket metrics by @anjalshireesh in #19655
- replication: Avoid proxying if requested object is a deletemarker by @poornas in #19656
- With retention, skip actions expiring all versions by @krisis in #19657
- extend server config.yaml to support per pool set drive count by @harshavardhana in #19663
- Fix Walk missing entries with opts.Marker set by @klauspost in #19661
- avoid using 10MiB EC buffers in maxAPI calculations by @harshavardhana in #19665
- turn-off coloring if we have std{err,out} dumb terminals by @harshavardhana in #19667
- add support for specific error response for InvalidRange by @harshavardhana in #19668
- support 'mc support perf object' with root login disabled by @harshavardhana in #19672
- fix: Ignore AWSAccessKeyId check for SignV2 policy condition by @jiuker in #19673
- Make WalkDir return errors by @klauspost in #19677
- support ETag value to be '*' by @harshavardhana in #19682
- Update Console version to v1.4.0 by @bexsoft in #19684
- Set Console Redirect URL env variable by @cesnietor in #19683
- fix: collect quorum errors for deletePrefix() by @harshavardhana in #19685
- Support user certificate based authentication on SFTP by @olljanat in #19650
-
[3.13.15]
- Update minio to 2024-05-10T01-41-38Z
- Changelog
- fix: unexpected credentials missing while passing (05/09/24)
- remove references for MINIO_SERVER_URL (05/09/24)
- add log-prefix name for specifying custom log-name (#19712) (05/09/24)
- Revert "Fix incorrect merging of slash-suffixed objects (#19699)" (05/09/24)
- fix: truncate Expiration to second when Add ServiceAccount (#19674) (05/10/24)
- Fix incorrect merging of slash-suffixed objects (#19699) (05/09/24)
- deprecate unexpected healing failed counters (#19705) (05/09/24)
- pass around correct endpoint while registering remote storage (#19710) (05/09/24)
- ldap-import: Add additional logs (#19691) (05/09/24)
- results must be a single channel to avoid overwriting healing.bin (#19702) (05/09/24)
- chore: use errors.New to replace fmt.Errorf with no parameters (#19568) (05/09/24)
- upgrade to go1.22.x (05/09/24)
- allow caller context during reloads() to cancel (#19687) (05/08/24)
- grid: Fix a window of a disconnected node not marked as offline (#19703) (05/09/24)
- Accept multipart checksums with part count (#19680) (05/08/24)
- kms: add support for MinKMS and remove some unused/broken code (#19368) (05/08/24)
- return appropriate error upon reaching maxClients() (#19669) (05/07/24)
-
[3.13.16]
- Update minio to 2024-05-27T19-17-46Z
- Changelog
- Major optimization in handling hung network disconnects, and related tests and hardening added #19719, #19605, #19741
- Fix a medium CVE for information disclosure - during GETs with conditional headers such as If-modified-since, if-unmodified-since #19810