Closed pulumi-renovate[bot] closed 4 days ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
golang.org/x/term |
v0.24.0 -> v0.25.0 |
Looking good! No breaking changes found. No new resources/functions.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.75%. Comparing base (
7479f9f
) to head (05bc256
).
🚨 Try these New Features:
This PR contains the following updates:
v0.7.1
->v0.7.2
Release Notes
regclient/regclient (github.com/regclient/regclient)
### [`v0.7.2`](https://redirect.github.com/regclient/regclient/releases/tag/v0.7.2) [Compare Source](https://redirect.github.com/regclient/regclient/compare/v0.7.1...v0.7.2) ### Release v0.7.2 Breaking Changes: The breaking changes are to internal methods and undocumented features that should not be encountered by users. - Update scheme to use pqueue instead of throttle. ([PR 803][pr-803]) - Removes an undocumented API for deleting images from Hub. ([PR 803][pr-803]) - `config.Host.Throttle()` has been removed. Use `scheme.Throttler` instead. ([PR 813][pr-813]) Features: - Significant refactor of http APIs to speed up image copies. ([PR 803][pr-803]) - Add a priority queue for network requests. ([PR 803][pr-803]) - Move logging into transport and rework backoff. ([PR 803][pr-803]) - Remove default rate limit. ([PR 803][pr-803]) - Add priority queue algorithm and reorder image copy steps. ([PR 803][pr-803]) - Consolidate warnings. ([PR 810][pr-810]) - Limit number of retries for a request. ([PR 812][pr-812]) - Add default host config. ([PR 821][pr-821]) Fixes: - Update GHA output generating steps. ([PR 800][pr-800]) - Lookup referrers when registry does not give digest with head. ([PR 801][pr-801]) - Support auth on redirect. ([PR 805][pr-805]) - Prevent data race when reading blob and seeking. ([PR 814][pr-814]) - Detect integer overflows on type conversion. ([PR 830][pr-830]) - Add a warning if syft is not installed. ([PR 841][pr-841]) - Race condition in the pqueue tests. ([PR 843][pr-843]) - Dedup warnings on image mod. ([PR 846][pr-846]) Chores: - Update staticcheck and fix linter warnings for Go 1.23. ([PR 804][pr-804]) - Remove digest calculation from reghttp. ([PR 803][pr-803]) - Remove `ReqPerSec` in tests. ([PR 806][pr-806]) - Move throttle from `config` to `reghttp`. ([PR 813][pr-813]) - Refactoring to remove globals in regsync. ([PR 815][pr-815]) - Refactor to remove globals in regbot. ([PR 816][pr-816]) - Remove throttle package. ([PR 817][pr-817]) - Update version-bump config for processors. ([PR 828][pr-828]) - Update config to use yaml anchors and aliases ([PR 829][pr-829]) - Do not automatically assign myself to GitHub issues. ([PR 831][pr-831]) - Remove OpenSSF scorecard and best practices. ([PR 832][pr-832]) - Update docker image base filesystem. ([PR 837][pr-837]) Contributors: - [@sudo-bmitch](https://redirect.github.com/sudo-bmitch) [pr-800]: https://redirect.github.com/regclient/regclient/pull/800 [pr-801]: https://redirect.github.com/regclient/regclient/pull/801 [pr-804]: https://redirect.github.com/regclient/regclient/pull/804 [pr-803]: https://redirect.github.com/regclient/regclient/pull/803 [pr-805]: https://redirect.github.com/regclient/regclient/pull/805 [pr-806]: https://redirect.github.com/regclient/regclient/pull/806 [pr-810]: https://redirect.github.com/regclient/regclient/pull/810 [pr-812]: https://redirect.github.com/regclient/regclient/pull/812 [pr-813]: https://redirect.github.com/regclient/regclient/pull/813 [pr-814]: https://redirect.github.com/regclient/regclient/pull/814 [pr-815]: https://redirect.github.com/regclient/regclient/pull/815 [pr-816]: https://redirect.github.com/regclient/regclient/pull/816 [pr-817]: https://redirect.github.com/regclient/regclient/pull/817 [pr-821]: https://redirect.github.com/regclient/regclient/pull/821 [pr-828]: https://redirect.github.com/regclient/regclient/pull/828 [pr-829]: https://redirect.github.com/regclient/regclient/pull/829 [pr-830]: https://redirect.github.com/regclient/regclient/pull/830 [pr-831]: https://redirect.github.com/regclient/regclient/pull/831 [pr-832]: https://redirect.github.com/regclient/regclient/pull/832 [pr-837]: https://redirect.github.com/regclient/regclient/pull/837 [pr-841]: https://redirect.github.com/regclient/regclient/pull/841 [pr-843]: https://redirect.github.com/regclient/regclient/pull/843 [pr-846]: https://redirect.github.com/regclient/regclient/pull/846Configuration
📅 Schedule: Branch creation - "before 6pm" (UTC), Automerge - "before 4am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.