nicholasdille / docker-setup

Install, configure and update container tools
https://docker-setup.dille.io
MIT License
13 stars 2 forks source link

chore(deps): update dependency minio/minio to v2023-08-16t20-17-30z #7381

Closed nicholasdille-bot closed 1 year ago

nicholasdille-bot commented 1 year ago

This PR contains the following updates:

Package Update Change
minio/minio patch 2023-08-09T23-30-22Z -> 2023-08-16T20-17-30Z

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

minio/minio (minio/minio) ### [`v2023-08-16T20-17-30Z`](https://togithub.com/minio/minio/releases/tag/RELEASE.2023-08-16T20-17-30Z): Bugfix release [Compare Source](https://togithub.com/minio/minio/compare/RELEASE.2023-08-09T23-30-22Z...RELEASE.2023-08-16T20-17-30Z) #### Highlights - Prometheus metrics for cluster_disk_offline_total has been renamed to cluster_drive_offline_total and the updated dashboards are available at https://grafana.com/grafana/dashboards/13502-minio-dashboard/ - if you are planning to upgrade to this release make sure your Grafana dashboards are uploaded as well with the new dashboard. - New drive metrics are available such as - **minio_node_drive_errors_availability** Total number of I/O errors, permission denied and timeouts since server start - **minio_node_drive_errors_timeout** Total number of timeout errors since server start You may setup additional alerts on this to look for slow drives that timeout often, and also drives that return I/O errors at various intervals. - ListObjects() continuation had a bug where in the continuation token would be ignored leading to expensive list operations when there are single prefixes with millions of objects. #### What's Changed - update CI/CD to go1.21 by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17828](https://togithub.com/minio/minio/pull/17828) - feat: support perf client to show `TX` from client to server by [@​jiuker](https://togithub.com/jiuker) in [https://github.com/minio/minio/pull/17718](https://togithub.com/minio/minio/pull/17718) - s3: Pick a pool with >85% if all other pools are in suspended state by [@​vadmeste](https://togithub.com/vadmeste) in [https://github.com/minio/minio/pull/17826](https://togithub.com/minio/minio/pull/17826) - upgrade console dependency to v0.36.0 by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17839](https://togithub.com/minio/minio/pull/17839) - replication: fix queuing of large uploads by [@​poornas](https://togithub.com/poornas) in [https://github.com/minio/minio/pull/17831](https://togithub.com/minio/minio/pull/17831) - add community contribution credits and update PR template by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17840](https://togithub.com/minio/minio/pull/17840) - Fix wrapped io.EOF by [@​klauspost](https://togithub.com/klauspost) in [https://github.com/minio/minio/pull/17842](https://togithub.com/minio/minio/pull/17842) - fix: apply common notification code with content-type by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17843](https://togithub.com/minio/minio/pull/17843) - fix: add proxyByNode for batch jobs as part of their jobId by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17844](https://togithub.com/minio/minio/pull/17844) - fix: add deadline worker pattern for local disk removers by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17845](https://togithub.com/minio/minio/pull/17845) - site replication: avoid retries when peer is offline by [@​poornas](https://togithub.com/poornas) in [https://github.com/minio/minio/pull/17853](https://togithub.com/minio/minio/pull/17853) - allow specifying lower disks for Walk() by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17829](https://togithub.com/minio/minio/pull/17829) - Fix distributed listing not able to resume by [@​klauspost](https://togithub.com/klauspost) in [https://github.com/minio/minio/pull/17855](https://togithub.com/minio/minio/pull/17855) - add two more drive metrics when metrics is available by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17854](https://togithub.com/minio/minio/pull/17854) - fix: batch status reporting after complete by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17852](https://togithub.com/minio/minio/pull/17852) - Removing deprecated var from minio helm by [@​cniackz](https://togithub.com/cniackz) in [https://github.com/minio/minio/pull/17856](https://togithub.com/minio/minio/pull/17856) - update grafana dashboard with disk -> drive rename by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17857](https://togithub.com/minio/minio/pull/17857) - Revert "Include SuccessorModTime for FileInfo quorum ([#​17732](https://togithub.com/minio/minio/issues/17732))" by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio/pull/17860](https://togithub.com/minio/minio/pull/17860) - Minor change to text under license page by [@​bh4t](https://togithub.com/bh4t) in [https://github.com/minio/minio/pull/17864](https://togithub.com/minio/minio/pull/17864) #### New Contributors - [@​bh4t](https://togithub.com/bh4t) made their first contribution in [https://github.com/minio/minio/pull/17864](https://togithub.com/minio/minio/pull/17864) **Full Changelog**: https://github.com/minio/minio/compare/RELEASE.2023-08-09T23-30-22Z...RELEASE.2023-08-16T20-17-30Z

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.