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/operator-framework/operator-registry from 1.50.0 to 1.51.0 #1818

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2025

Bumps github.com/operator-framework/operator-registry from 1.50.0 to 1.51.0.

Release notes

Sourced from github.com/operator-framework/operator-registry's releases.

v1.51.0

What's Changed

Full Changelog: operator-framework/operator-registry@v1.50.0...v1.51.0

Commits
  • 32888aa Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#1590)
  • 06515f5 Bump github.com/docker/cli (#1589)
  • 4b3df10 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#1586)
  • f0b5e24 Bump sigs.k8s.io/controller-runtime from 0.20.1 to 0.20.2 (#1585)
  • 9e33574 Bump k8s.io/apiextensions-apiserver from 0.32.1 to 0.32.2 (#1584)
  • 57fd364 🌱 synch dockerfiles with grpc-health-probe version in go.mod (#1577)
  • b7c42a0 Bump github.com/distribution/distribution/v3 (#1580)
  • 19a457e exponential retry on name resolution to registries (#1576)
  • 7538974 Bump golang.org/x/net from 0.34.0 to 0.35.0 (#1578)
  • a1d4399 Bump github.com/containerd/errdefs from 0.3.0 to 1.0.0 (#1579)
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner February 27, 2025 14:39
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 27, 2025
Copy link

netlify bot commented Feb 27, 2025

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 37da018
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/67c6eaf549e7100008fb5cee
😎 Deploy Preview https://deploy-preview-1818--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@anik120 anik120 left a comment

Choose a reason for hiding this comment

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

On a cursory look, don't see why so many tests failed, running the tests again to see if the issue persist

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/operator-framework/operator-registry-1.51.0 branch from fdfbe94 to a5ebc3c Compare February 27, 2025 15:41
@tmshort
Copy link
Contributor

tmshort commented Feb 27, 2025

This might need to be done manually

@@ -8,7 +8,7 @@ require (
github.com/Masterminds/semver/v3 v3.3.1
github.com/blang/semver/v4 v4.0.0
github.com/containerd/containerd v1.7.26
github.com/containers/image/v5 v5.33.1
github.com/containers/image/v5 v5.34.0
Copy link
Contributor

Choose a reason for hiding this comment

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

@anik120 the problem here is: github.com/containers/image/v5 v5.34.0
See: #1692

@anik120
Copy link
Contributor

anik120 commented Mar 3, 2025

This might need to be done manually

Let me try to do it manually

@camilamacedo86
Copy link
Contributor

Hi @tmshort and @anik120

This might need to be done manually

Sadly that will not change anything.
The github.com/operator-framework/operator-registry from 1.50.0 to 1.51.0 requires github.com/containers/image/v5 v5.34.0

Then, the issue is within github.com/containers/image/v5 v5.34.0 start to fail when we call controller-gen
Controller-gen does not accept the build tags required to allow build C packages.
See: #1692

So, we need to fix: #1692
:-(

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/operator-framework/operator-registry-1.51.0 branch 3 times, most recently from 01b7428 to 0ab8313 Compare March 4, 2025 11:46
@camilamacedo86
Copy link
Contributor

@dependabot rebase

Bumps [github.com/operator-framework/operator-registry](https://github.com/operator-framework/operator-registry) from 1.50.0 to 1.51.0.
- [Release notes](https://github.com/operator-framework/operator-registry/releases)
- [Commits](operator-framework/operator-registry@v1.50.0...v1.51.0)

---
updated-dependencies:
- dependency-name: github.com/operator-framework/operator-registry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/operator-framework/operator-registry-1.51.0 branch from 0ab8313 to 37da018 Compare March 4, 2025 11:58
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.

3 participants