Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump github.com/regclient/regclient from 0.7.1 to 0.7.2 #149

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps github.com/regclient/regclient from 0.7.1 to 0.7.2.

Release notes

Sourced from github.com/regclient/regclient's releases.

v0.7.2

Release v0.7.2%0A%0ABreaking Changes:%0A%0AThe breaking changes are to internal methods and undocumented features that should not be encountered by users.%0A%0A- Update scheme to use pqueue instead of throttle. ([PR 803][pr-803])%0A- Removes an undocumented API for deleting images from Hub. ([PR 803][pr-803])%0A- config.Host.Throttle() has been removed. Use scheme.Throttler instead. ([PR 813][pr-813])%0A%0AFeatures:%0A%0A- Significant refactor of http APIs to speed up image copies. ([PR 803][pr-803])%0A- Add a priority queue for network requests. ([PR 803][pr-803])%0A- Move logging into transport and rework backoff. ([PR 803][pr-803])%0A- Remove default rate limit. ([PR 803][pr-803])%0A- Add priority queue algorithm and reorder image copy steps. ([PR 803][pr-803])%0A- Consolidate warnings. ([PR 810][pr-810])%0A- Limit number of retries for a request. ([PR 812][pr-812])%0A- Add default host config. ([PR 821][pr-821])%0A%0AFixes:%0A%0A- Update GHA output generating steps. ([PR 800][pr-800])%0A- Lookup referrers when registry does not give digest with head. ([PR 801][pr-801])%0A- Support auth on redirect. ([PR 805][pr-805])%0A- Prevent data race when reading blob and seeking. ([PR 814][pr-814])%0A- Detect integer overflows on type conversion. ([PR 830][pr-830])%0A- Add a warning if syft is not installed. ([PR 841][pr-841])%0A- Race condition in the pqueue tests. ([PR 843][pr-843])%0A- Dedup warnings on image mod. ([PR 846][pr-846])%0A%0AChores:%0A%0A- Update staticcheck and fix linter warnings for Go 1.23. ([PR 804][pr-804])%0A- Remove digest calculation from reghttp. ([PR 803][pr-803])%0A- Remove ReqPerSec in tests. ([PR 806][pr-806])%0A- Move throttle from config to reghttp. ([PR 813][pr-813])%0A- Refactoring to remove globals in regsync. ([PR 815][pr-815])%0A- Refactor to remove globals in regbot. ([PR 816][pr-816])%0A- Remove throttle package. ([PR 817][pr-817])%0A- Update version-bump config for processors. ([PR 828][pr-828])%0A- Update config to use yaml anchors and aliases ([PR 829][pr-829])%0A- Do not automatically assign myself to GitHub issues. ([PR 831][pr-831])%0A- Remove OpenSSF scorecard and best practices. ([PR 832][pr-832])%0A- Update docker image base filesystem. ([PR 837][pr-837])%0A%0AContributors:%0A%0A- @​sudo-bmitch%0A%0A[pr-800]: regclient/regclient#800: regclient/regclient#801: regclient/regclient#804: regclient/regclient#803: regclient/regclient#805: regclient/regclient#806: regclient/regclient#810: regclient/regclient#812: regclient/regclient#813: regclient/regclient#814: regclient/regclient#815: regclient/regclient#816: regclient/regclient#817: regclient/regclient#821: regclient/regclient#828: regclient/regclient#829: regclient/regclient#830: regclient/regclient#831: regclient/regclient#832: regclient/regclient#837: regclient/regclient#841: regclient/regclient#843: regclient/regclient#846

Changelog

Sourced from github.com/regclient/regclient's changelog.

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:

... (truncated)

Commits
  • 6b1f7bd Release v0.7.2
  • 15576a0 Merge for release v0.7.2
  • e0c84eb Merge pull request #846 from sudo-bmitch/pr-mod-dedup-warning
  • 928df38 Fix: Dedup warnings on image mod
  • 952240a Merge pull request #845 from sudo-bmitch/pr-update-20241103
  • afac446 Version bump
  • 4824016 Merge pull request #843 from sudo-bmitch/pr-pqueue-race
  • cedbd76 Fix: Race condition in the pqueue tests
  • 6b1cec8 Merge pull request #842 from sudo-bmitch/pr-update-20241027
  • 8c600f3 Version bump
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/regclient/regclient](https://github.com/regclient/regclient) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/regclient/regclient/releases)
- [Changelog](https://github.com/regclient/regclient/blob/v0.7.2/release.md)
- [Commits](regclient/regclient@v0.7.1...v0.7.2)

---
updated-dependencies:
- dependency-name: github.com/regclient/regclient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 4, 2024
@jkjell jkjell merged commit a14ba2d into main Nov 18, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/regclient/regclient-0.7.2 branch November 18, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant