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

Bump github.com/regclient/regclient from 0.7.0 to 0.7.1 #56

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2024

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

Release notes

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

v0.7.1

Release v0.7.1

PR 798 fixes an issue where a malicious registry could return a pinned manifest different from the request. Commands like regctl manifest get $image@$digest will now verify the digest of the returned manifest matches the request rather than the registry headers.

Security updates:

Features:

  • Add a WithDockerCredsFile() regclient.Opt. (PR 784)
  • Add regctl artifact get --config option to only return the config. (PR 795)

Fixes:

  • Detect amd64 variants for --platform local. (PR 782)
  • Mod tracking of changed manifests. (PR 783)
  • Tar path separator should always be a /. (PR 788)

Other Changes:

  • Remove docker build cache in GHA. (PR 780)

Contributors:

Changelog

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

Release v0.7.1

PR 798 fixes an issue where a malicious registry could return a pinned manifest different from the request. Commands like regctl manifest get $image@$digest will now verify the digest of the returned manifest matches the request rather than the registry headers.

Security updates:

  • Validate the digest of the ref when provided. (PR 798)

Features:

  • Add a WithDockerCredsFile() regclient.Opt. (PR 784)
  • Add regctl artifact get --config option to only return the config. (PR 795)

Fixes:

  • Detect amd64 variants for --platform local. (PR 782)
  • Mod tracking of changed manifests. (PR 783)
  • Tar path separator should always be a /. (PR 788)

Other Changes:

  • Remove docker build cache in GHA. (PR 780)

Contributors:

Commits
  • cdfb08e Release v0.7.1
  • adecb9b Merge for release v0.7.1
  • 40da38d Merge pull request #799 from sudo-bmitch/pr-update-20240803
  • ca3bf90 Version bump
  • 5f31b05 Merge pull request #798 from sudo-bmitch/pr-ref-digest
  • 7d17cff Fix: Validate the digest of the ref when provided
  • f869cf4 Merge pull request #796 from sudo-bmitch/pr-update-20240726
  • 6e48866 Version bump
  • c2a4ce2 Merge pull request #795 from sudo-bmitch/pr-artifact-config
  • cedfa5a Option to output config with regctl artifact get
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: github.com/regclient/regclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 6, 2024
@edigaryev edigaryev self-requested a review August 6, 2024 14:53
@edigaryev edigaryev merged commit dd024ba into main Aug 13, 2024
4 checks passed
@edigaryev edigaryev deleted the dependabot/go_modules/github.com/regclient/regclient-0.7.1 branch August 13, 2024 07:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants