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

build(deps): bump oras.land/oras-go/v2 from 2.0.1 to 2.0.2 #5769

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2023

Bumps oras.land/oras-go/v2 from 2.0.1 to 2.0.2.

Release notes

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

v2.0.2

Bug Fixes

  • Fix #461: Untagged manifests might be accidentally removed from the index.json file in OCI layouts

Other Changes

  • Improve repository governance

Detailed Commits

Full Changelog: oras-project/oras-go@v2.0.1...v2.0.2

Commits

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 will merge this PR once CI passes on it, as requested by @srenatus.


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 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 [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](oras-project/oras-go@v2.0.1...v2.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 17, 2023
Copy link
Contributor

@srenatus srenatus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit e24eebc into main Mar 17, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/oras.land/oras-go/v2-2.0.2 branch March 17, 2023 12:08
@yuseferi
Copy link

yuseferi commented May 2, 2023

I see an error in oras.land/oras-go/v2, MediaTypeArtifactManifest has been used without defined, I'm just wondering there is no quality checker on this Repo?
after I updated the opa version to the lastest, my golangci-lint is failing

@anderseknert
Copy link
Member

Hi @yuseferi 👋 I'm not sure I follow :) Is there a linter warning emitted from their repo?

The golangci-lint linters are run via make check in the OPA repo and are included in any builds.

@cosmotek
Copy link

cosmotek commented May 3, 2023

I'm also experiencing this issue. I've just upgraded from v0.49.0 to v.0.52.0 to resolve some vulns related to the previous docker dependency.

$ go install -mod vendor ./vendor/github.com/open-policy-agent/opa
# oras.land/oras-go/v2/internal/descriptor
vendor/oras.land/oras-go/v2/internal/descriptor/descriptor.go:73:11: undefined: ocispec.MediaTypeArtifactManifest

@anderseknert
Copy link
Member

Thanks! @ashutosh-narkar / @johanfylling could one of you PTAL?

@ARolek
Copy link

ARolek commented May 4, 2023

Looks like this issue has been addressed upstream: oras-project/oras-go#495. Do we need to wait for a point release from that project before OPA will re-vendor it?

@ashutosh-narkar
Copy link
Member

Yes once a new release is created, OPA will re-vendor it.

@ARolek
Copy link

ARolek commented May 5, 2023

@ashutosh-narkar it looks like v2.1.0 has been released: https://github.com/oras-project/oras-go/releases

@ARolek
Copy link

ARolek commented May 5, 2023

Disregard. Looks like it has already landed in OPA: #5904 🎉

@yuseferi
Copy link

yuseferi commented May 6, 2023

Nice. now we just need a release in OPA :). Thank you guys

@yuseferi
Copy link

yuseferi commented May 11, 2023

Hey guys, just due to update blocked on this, what the release plan for this?

@yuseferi
Copy link

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.

6 participants