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 oras.land/oras-go from 1.2.4 to 1.2.5 #3239

Merged
merged 2 commits into from Feb 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps oras.land/oras-go from 1.2.4 to 1.2.5.

Release notes

Sourced from oras.land/oras-go's releases.

v1.2.5

[!IMPORTANT] types.AuthConfig is moved to registry.AuthConfig in docker/docker v25.0.0. Although there is no public API change on oras-go side, it may still break users if they are using oras-go v1 along with old versions of docker/docker (see #678).

What's Changed

New Contributors

Full Changelog: oras-project/oras-go@v1.2.4...v1.2.5

Commits
  • 9d9e2cb build(deps): bump github.com/docker/cli from 25.0.0+incompatible to 25.0.1+in...
  • 736a2b0 build(deps): bump github.com/docker/docker from 25.0.0+incompatible to 25.0.1...
  • 2afb687 build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 25.0.0...
  • 1cf4bb5 build(deps): bump github.com/docker/cli from 24.0.7+incompatible to 25.0.0+in...
  • 4d33ae2 build(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc5 to 1.1....
  • de11815 fix: get rid of deprecated types.AuthConfig (#678)
  • 7801c2c build(deps): bump github.com/docker/go-connections from 0.4.0 to 0.5.0 (#672)
  • 53854c7 build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 (#673)
  • 10d7cbf build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 (#668)
  • 6231952 build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#660)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner January 29, 2024 10:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 29, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/oras.land/oras-go-1.2.5 branch from ca873f7 to c8195aa Compare February 22, 2024 01:38
@codecov-commenter
Copy link

codecov-commenter commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (075b092) 54.40% compared to head (79eb882) 54.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3239      +/-   ##
==========================================
+ Coverage   54.40%   54.43%   +0.03%     
==========================================
  Files         134      134              
  Lines       12332    12332              
==========================================
+ Hits         6709     6713       +4     
+ Misses       5127     5124       -3     
+ Partials      496      495       -1     
Flag Coverage Δ
unittests 54.43% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sozercan
Copy link
Member

@dependabot rebase

Bumps [oras.land/oras-go](https://github.com/oras-project/oras-go) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](oras-project/oras-go@v1.2.4...v1.2.5)

---
updated-dependencies:
- dependency-name: oras.land/oras-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/oras.land/oras-go-1.2.5 branch from c8195aa to 79eb882 Compare February 22, 2024 02:35
@sozercan sozercan merged commit 6d1e4ee into master Feb 22, 2024
31 checks passed
@sozercan sozercan deleted the dependabot/go_modules/oras.land/oras-go-1.2.5 branch February 22, 2024 02:51
leewoobin789 pushed a commit to softlee-io/gatekeeper that referenced this pull request Apr 1, 2024
…3239)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
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.

None yet

2 participants