Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2024

Bumps github.com/operator-framework/catalogd from 0.27.0 to 0.28.0.

Release notes

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

v0.28.0

What's Changed

Full Changelog: operator-framework/catalogd@v0.27.0...v0.28.0

Commits
  • df49d53 🌱 Bump github.com/prometheus/client_golang (#403)
  • 3809048 Refer to the correct location for go-verdiff (#408)
  • d12e611 use controller-runtime Terminal error instead of custom Unrecoverable error (...
  • 8c6625f fix: unpack cache cleanup should ignore missing files (#404)
  • f0ef22a fix: make post-upgrade-e2e checks wait for ClusterCatalog to be reconciled (#...
  • 4637466 Update documentation and default to new service name. (#406)
  • cdf6c0b Combine the catalogd services (#402)
  • 2b49a6c Add CI to check if golang version updated (#401)
  • 542fc80 🌱 Align ClusterCatalog API godoc with OpenShift API conventions (#390)
  • ffdb9c3 ✨ unpacker: switch from google/go-containerregistry to containers/image (#399)
  • See full diff 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 September 19, 2024 15:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 19, 2024
Copy link

netlify bot commented Sep 19, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit e4acbe5
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/66ed6cc0b94bbc00090d4803
😎 Deploy Preview https://deploy-preview-1285--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.

@perdasilva perdasilva marked this pull request as draft September 20, 2024 08:57
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 20, 2024
@perdasilva perdasilva marked this pull request as ready for review September 20, 2024 08:58
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 20, 2024
perdasilva
perdasilva previously approved these changes Sep 20, 2024
Copy link
Contributor

@perdasilva perdasilva left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 20, 2024
@perdasilva perdasilva force-pushed the dependabot/go_modules/github.com/operator-framework/catalogd-0.28.0 branch from 062f29c to a9ef474 Compare September 20, 2024 09:24
Copy link

openshift-ci bot commented Sep 20, 2024

New changes are detected. LGTM label has been removed.

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Sep 20, 2024
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.42%. Comparing base (f3e2ce0) to head (e4acbe5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1285      +/-   ##
==========================================
- Coverage   76.51%   76.42%   -0.09%     
==========================================
  Files          39       39              
  Lines        2363     2363              
==========================================
- Hits         1808     1806       -2     
- Misses        389      390       +1     
- Partials      166      167       +1     
Flag Coverage Δ
e2e 57.85% <ø> (-0.09%) ⬇️
unit 53.06% <ø> (ø)

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.

Bumps [github.com/operator-framework/catalogd](https://github.com/operator-framework/catalogd) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/operator-framework/catalogd/releases)
- [Changelog](https://github.com/operator-framework/catalogd/blob/main/.goreleaser.yml)
- [Commits](operator-framework/catalogd@v0.27.0...v0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Per Goncalves da Silva <[email protected]>
@perdasilva perdasilva force-pushed the dependabot/go_modules/github.com/operator-framework/catalogd-0.28.0 branch from a9ef474 to e4acbe5 Compare September 20, 2024 12:38
@perdasilva perdasilva added this pull request to the merge queue Sep 20, 2024
Merged via the queue into main with commit e0e5e5c Sep 20, 2024
18 of 19 checks passed
@perdasilva perdasilva deleted the dependabot/go_modules/github.com/operator-framework/catalogd-0.28.0 branch September 20, 2024 12:57
@skattoju skattoju mentioned this pull request Sep 25, 2024
4 tasks
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