Releases: imagegenius/docker-minio
RELEASE.2023-03-24T21-41-23Z-ig20
ImageGenius Changes:
Add service checks
minio Changes:
What's Changed
- return quorum error instead of insufficient storage error by @vadmeste in minio/minio#16874
- add missing expiration information from 'sts info' by @harshavardhana in minio/minio#16878
- Revert query parameter
srcfrom diag upload if callhome enabled by @shtripat in minio/minio#16881 - Revert "Make localLocker lock attempts cancellable (#16510)" by @klauspost in minio/minio#16884
- Add user tags when listing with metadata by @klauspost in minio/minio#16883
- Remove the redundant conditional in the validateParity function by @mstmdev in minio/minio#16866
- Set tcp user timeout to clean sockets with data in the buffer by @vadmeste in minio/minio#16887
- Allow setting sync mode for site replication by @poornas in minio/minio#16876
New Contributors
- @mstmdev made their first contribution in minio/minio#16866
Full Changelog: minio/minio@RELEASE.2023-03-22T06-36-24Z...RELEASE.2023-03-24T21-41-23Z
RELEASE.2023-03-22T06-36-24Z-ig19
ImageGenius Changes:
Add service checks
minio Changes:
What's Changed
- check for quorum errors for DeleteBucket() by @harshavardhana in minio/minio#16859
- fix: tweak the maintenance=true to satisfy baremetal first by @harshavardhana in minio/minio#16864
- fix: add deadline conns and dnsCache for remote transports by @harshavardhana in minio/minio#16865
- Add lazy init of audit logger by @klauspost in minio/minio#16842
- top-locks: Group by lock request ID by @krisis in minio/minio#16860
- build(deps): bump github.com/nats-io/nats-streaming-server from 0.24.1 to 0.24.3 by @dependabot in minio/minio#16752
Full Changelog: minio/minio@RELEASE.2023-03-20T20-16-18Z...RELEASE.2023-03-22T06-36-24Z
RELEASE.2023-03-22T06-36-24Z-ig18
ImageGenius Changes:
Add service checks
minio Changes:
What's Changed
- check for quorum errors for DeleteBucket() by @harshavardhana in minio/minio#16859
- fix: tweak the maintenance=true to satisfy baremetal first by @harshavardhana in minio/minio#16864
- fix: add deadline conns and dnsCache for remote transports by @harshavardhana in minio/minio#16865
- Add lazy init of audit logger by @klauspost in minio/minio#16842
- top-locks: Group by lock request ID by @krisis in minio/minio#16860
- build(deps): bump github.com/nats-io/nats-streaming-server from 0.24.1 to 0.24.3 by @dependabot in minio/minio#16752
Full Changelog: minio/minio@RELEASE.2023-03-20T20-16-18Z...RELEASE.2023-03-22T06-36-24Z
RELEASE.2023-03-20T20-16-18Z-ig17
ImageGenius Changes:
Add service checks
minio Changes:
What's Changed
- Update audit log flow to use new headers with unit by @nitisht in minio/minio#16797
- restore rotating root credentials properly by @harshavardhana in minio/minio#16812
- remove unncessary logs from WalkDir(), PutObject() by @harshavardhana in minio/minio#16818
- update go dependencies by @harshavardhana in minio/minio#16798
- fix: return appropriate Location header for MakeBucket() by @harshavardhana in minio/minio#16820
- debug: new tool to reorder local erasure disks by @vadmeste in minio/minio#16816
- support decommissioning of tiered objects by @poornas in minio/minio#16751
- Add enable flag for LDAP IDP config by @donatello in minio/minio#16805
- simplify error responses for KMS by @harshavardhana in minio/minio#16793
- Added query parameter
srcto diag upload if callhome enabled by @shtripat in minio/minio#16837 - reduce 250ms to 50ms retry looking for metacache block by @harshavardhana in minio/minio#16795
- Save bootstrap trace events in a circular buffer by @krisis in minio/minio#16823
- Add support for batch job cancellation by @poornas in minio/minio#16843
- fix: post policy request security bypass by @donatello in minio/minio#16849
- fix: convert '' to '/' on windows by @harshavardhana in minio/minio#16852
- Add test for fixed post policy exploit by @donatello in minio/minio#16855
- allow bootstrapping to validate internode tokens by @harshavardhana in minio/minio#16853
- add crash protection from backend modifications by @harshavardhana in minio/minio#16846
- reject object names with '' on windows by @harshavardhana in minio/minio#16856
- Use the official pub key to always verify binary by @donatello in minio/minio#16857
Full Changelog: minio/minio@RELEASE.2023-03-13T19-46-17Z...RELEASE.2023-03-20T20-16-18Z
RELEASE.2023-03-20T20-16-18Z-ig16
ImageGenius Changes:
Initial release.
minio Changes:
What's Changed
- Update audit log flow to use new headers with unit by @nitisht in minio/minio#16797
- restore rotating root credentials properly by @harshavardhana in minio/minio#16812
- remove unncessary logs from WalkDir(), PutObject() by @harshavardhana in minio/minio#16818
- update go dependencies by @harshavardhana in minio/minio#16798
- fix: return appropriate Location header for MakeBucket() by @harshavardhana in minio/minio#16820
- debug: new tool to reorder local erasure disks by @vadmeste in minio/minio#16816
- support decommissioning of tiered objects by @poornas in minio/minio#16751
- Add enable flag for LDAP IDP config by @donatello in minio/minio#16805
- simplify error responses for KMS by @harshavardhana in minio/minio#16793
- Added query parameter
srcto diag upload if callhome enabled by @shtripat in minio/minio#16837 - reduce 250ms to 50ms retry looking for metacache block by @harshavardhana in minio/minio#16795
- Save bootstrap trace events in a circular buffer by @krisis in minio/minio#16823
- Add support for batch job cancellation by @poornas in minio/minio#16843
- fix: post policy request security bypass by @donatello in minio/minio#16849
- fix: convert '' to '/' on windows by @harshavardhana in minio/minio#16852
- Add test for fixed post policy exploit by @donatello in minio/minio#16855
- allow bootstrapping to validate internode tokens by @harshavardhana in minio/minio#16853
- add crash protection from backend modifications by @harshavardhana in minio/minio#16846
- reject object names with '' on windows by @harshavardhana in minio/minio#16856
- Use the official pub key to always verify binary by @donatello in minio/minio#16857
Full Changelog: minio/minio@RELEASE.2023-03-13T19-46-17Z...RELEASE.2023-03-20T20-16-18Z
RELEASE.2023-03-13T19-46-17Z-ig15
ImageGenius Changes:
Initial release.
minio Changes:
What's Changed
- Add Object Version count histogram by @klauspost in minio/minio#16739
- fix: site-repl should heal STS with virtual parent by @donatello in minio/minio#16792
- chore: drop go versions in static analysis by @ferhatelmas in minio/minio#16790
- tests: Protect globalLocalDrives against races by @klauspost in minio/minio#16800
- Do not allow adding root user to IAM subsystem by @harshavardhana in minio/minio#16803
Full Changelog: minio/minio@RELEASE.2023-03-09T23-16-13Z...RELEASE.2023-03-13T19-46-17Z
RELEASE.2023-03-09T23-16-13Z-ig14
ImageGenius Changes:
Initial release.
minio Changes:
What's Changed
- Update LDAP doc for new policy attach|detach cmds by @donatello in minio/minio#16723
- Fix scanner deadlock on lost global lock by @klauspost in minio/minio#16726
- fix a data race in IAM loading by @poornas in minio/minio#16742
- Attach creds, owner and region to madmin calls by @dvaldivia in minio/minio#16658
- calculate disk cache usage percent accurately by @jiuker in minio/minio#16740
- Switch to go1.20 in CI by @donatello in minio/minio#16743
- Switch windows CI back to go 1.19.x by @donatello in minio/minio#16755
- upgrade all dependencies by @harshavardhana in minio/minio#16753
- return underlying error with BackendDown{} error by @jiuker in minio/minio#16738
- cleanup Go linter settings by @ferhatelmas in minio/minio#16736
- cleanup ignored static analysis by @ferhatelmas in minio/minio#16767
- fix: handle syscall.EROFS also for osIsPermission() by @harshavardhana in minio/minio#16765
- return error if policy changes on disabled groups by @harshavardhana in minio/minio#16766
- Avoid unnecessary replication heal attempts by @poornas in minio/minio#16769
- feat: add lambda transformation functions target by @harshavardhana in minio/minio#16507
- Avoid peer notification when peer is offline, tune retries by @poornas in minio/minio#16737
- tier-stats: Avoid repeated logs by @krisis in minio/minio#16774
- fix: allow replication of 'null' delete markers by @poornas in minio/minio#16773
- Upgrade Console to v0.25.0 by @dvaldivia in minio/minio#16782
- allow expiration of all versions during Listing() by @harshavardhana in minio/minio#16757
- Remove locks on usage cache by @klauspost in minio/minio#16786
- fix: a cosmetic error reporting with a lock timeout by @vadmeste in minio/minio#16788
New Contributors
- @ferhatelmas made their first contribution in minio/minio#16736
Full Changelog: minio/minio@RELEASE.2023-02-27T18-10-45Z...RELEASE.2023-03-09T23-16-13Z
RELEASE.2023-02-27T18-10-45Z-ig13
ImageGenius Changes:
Initial release.
minio Changes:
What's Changed
- event target registration failures must be returned by @harshavardhana in minio/minio#16700
- Remove bloom filter by @klauspost in minio/minio#16682
- Better error message when TLS certs do not have proper permissions by @vadmeste in minio/minio#16703
- Update OpenID doc with info on redirection params by @donatello in minio/minio#16704
- tests: Add test for S3 API error codes by @vadmeste in minio/minio#16705
- Remove globalLDAPConfig by @donatello in minio/minio#16706
- fix: delete globalProfiler should lock by @jiuker in minio/minio#16697
- add isValidLocation to common parseLocation by @jiuker in minio/minio#16690
- fix: errNoSuchPolicy should use errors.Is by @jiuker in minio/minio#16656
- Remove globalOpenIDConfig by @donatello in minio/minio#16708
- Remove globalSTSTLSConfig by @donatello in minio/minio#16709
- fix: disk healing should honor the right pool/set index by @harshavardhana in minio/minio#16712
- liveness returns "busy" if queued requests > available capacity by @harshavardhana in minio/minio#16719
- Set logger webhook proxy on subnet proxy change by @shtripat in minio/minio#16665
- Support tier-add if tier backend not empty by @krisis in minio/minio#16715
- Add metrics for custom auth plugin by @donatello in minio/minio#16701
- Remove redundant log by @dormanze in minio/minio#16710
- Support adding service accounts with expiration by @Praveenrajmani in minio/minio#16430
- fix: allow CORS to work by default by @harshavardhana in minio/minio#16713
Full Changelog: minio/minio@RELEASE.2023-02-22T18-23-45Z...RELEASE.2023-02-27T18-10-45Z
RELEASE.2023-02-27T18-10-45Z-ig12
ImageGenius Changes:
Initial release.
minio Changes:
What's Changed
- event target registration failures must be returned by @harshavardhana in minio/minio#16700
- Remove bloom filter by @klauspost in minio/minio#16682
- Better error message when TLS certs do not have proper permissions by @vadmeste in minio/minio#16703
- Update OpenID doc with info on redirection params by @donatello in minio/minio#16704
- tests: Add test for S3 API error codes by @vadmeste in minio/minio#16705
- Remove globalLDAPConfig by @donatello in minio/minio#16706
- fix: delete globalProfiler should lock by @jiuker in minio/minio#16697
- add isValidLocation to common parseLocation by @jiuker in minio/minio#16690
- fix: errNoSuchPolicy should use errors.Is by @jiuker in minio/minio#16656
- Remove globalOpenIDConfig by @donatello in minio/minio#16708
- Remove globalSTSTLSConfig by @donatello in minio/minio#16709
- fix: disk healing should honor the right pool/set index by @harshavardhana in minio/minio#16712
- liveness returns "busy" if queued requests > available capacity by @harshavardhana in minio/minio#16719
- Set logger webhook proxy on subnet proxy change by @shtripat in minio/minio#16665
- Support tier-add if tier backend not empty by @krisis in minio/minio#16715
- Add metrics for custom auth plugin by @donatello in minio/minio#16701
- Remove redundant log by @dormanze in minio/minio#16710
- Support adding service accounts with expiration by @Praveenrajmani in minio/minio#16430
- fix: allow CORS to work by default by @harshavardhana in minio/minio#16713
Full Changelog: minio/minio@RELEASE.2023-02-22T18-23-45Z...RELEASE.2023-02-27T18-10-45Z
RELEASE.2023-02-22T18-23-45Z-ig11
ImageGenius Changes:
Initial release.
minio Changes:
What's Changed
- avoid locks when unnecessary in SiteReplicationMetaInfo() by @harshavardhana in minio/minio#16650
- add missing x-amz-id-2 to event notification date by @harshavardhana in minio/minio#16646
- update dependencies to latest releases by @harshavardhana in minio/minio#16651
- fix: healing of replication config for endpoint changes by @poornas in minio/minio#16648
- Add detailed scanner trace output and notifications by @klauspost in minio/minio#16668
- Set meaningful message from minio with env variable KMS_SECRET_KEY by @allanrogerr in minio/minio#16584
- fix: STS error translation to API error by @poornas in minio/minio#16683
- Reload bucket targets when replication config is refreshed by @poornas in minio/minio#16684
- Added attribute proxy for
mc admin config set ALIAS logger_webhookby @shtripat in minio/minio#16657 - move audit and logger message structure to minio/pkg by @dvaldivia in minio/minio#16655
- perf: Only remove generated data when no bucket name specified by @vadmeste in minio/minio#16610
- save correct bucketInfo on it's indexes by @jiuker in minio/minio#16685
- add correct HostId instead of deploymentId for error responses by @harshavardhana in minio/minio#16686
- log: add more info about BROWSER_URL by @jiuker in minio/minio#16678
- add Veeam SOS API first implementation by @harshavardhana in minio/minio#16688
- update dependencies to the latest releases by @harshavardhana in minio/minio#16694
New Contributors
- @shtripat made their first contribution in minio/minio#16657
Full Changelog: minio/minio@RELEASE.2023-02-17T17-52-43Z...RELEASE.2023-02-22T18-23-45Z