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/catalogd from 0.26.0 to 0.27.0 #1268

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v0.27.0

Installation

curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.27.0/install.sh | bash -s

Changelog

  • dbdce9b Fix unnecessary lastUnpacked status updates (#397)
  • d82e466 🌱 Bump the k8s-dependencies group with 6 updates (#398)
  • 8e71e93 Avoid a network call for digest based images (#396)
  • 1e962d2 Remove TLSVerify/PullSecret fields (#369)
  • 2e6d207 Add .idea to .gitignore (#393)
  • 8fe2826 Fixes name of httputil test file (#395)
  • dfe121e Fix FS cache for image refs with tags (#394)
  • f1b46a3 ✨ Ensure docker registry CA is trusted in e2e tests (#377)
  • aff9901 🌱 Bump github.com/containerd/containerd from 1.7.21 to 1.7.22 (#391)
  • 4323184 📖 [Docs] Document tilt-support install (#388)
  • b40d81a 🌱 Bump github.com/operator-framework/operator-registry (#387)
Commits
  • dbdce9b Fix unnecessary lastUnpacked status updates (#397)
  • d82e466 🌱 Bump the k8s-dependencies group with 6 updates (#398)
  • 8e71e93 Avoid a network call for digest based images (#396)
  • 1e962d2 Remove TLSVerify/PullSecret fields (#369)
  • 2e6d207 Add .idea to .gitignore (#393)
  • 8fe2826 Fixes name of httputil test file (#395)
  • dfe121e Fix FS cache for image refs with tags (#394)
  • f1b46a3 ✨ Ensure docker registry CA is trusted in e2e tests (#377)
  • aff9901 🌱 Bump github.com/containerd/containerd from 1.7.21 to 1.7.22 (#391)
  • 4323184 📖 [Docs] Document tilt-support install (#388)
  • 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 September 13, 2024 14:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 13, 2024
Copy link

netlify bot commented Sep 13, 2024

Deploy Preview for olmv1 ready!

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

@tmshort
Copy link
Contributor

tmshort commented Sep 13, 2024

See #1267

@m1kola
Copy link
Member

m1kola commented Sep 16, 2024

@dependabot ignore this minor version

This bump will require additional work. Few things need to happen on catalogd (and we probably need a new release).

@dependabot dependabot bot closed this Sep 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

OK, I won't notify you about version 0.27.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/operator-framework/catalogd-0.27.0 branch September 16, 2024 14:47
@joelanford
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@joelanford
Copy link
Member

@dependabot reopen

@dependabot dependabot bot reopened this Sep 17, 2024
@dependabot dependabot bot restored the dependabot/go_modules/github.com/operator-framework/catalogd-0.27.0 branch September 17, 2024 00:24
Bumps [github.com/operator-framework/catalogd](https://github.com/operator-framework/catalogd) from 0.26.0 to 0.27.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.26.0...v0.27.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]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/operator-framework/catalogd-0.27.0 branch from 089925d to 2cfcff3 Compare September 17, 2024 00:25
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.51%. Comparing base (33f6abf) to head (4172e06).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1268   +/-   ##
=======================================
  Coverage   76.51%   76.51%           
=======================================
  Files          40       40           
  Lines        2363     2363           
=======================================
  Hits         1808     1808           
  Misses        389      389           
  Partials      166      166           
Flag Coverage Δ
e2e 57.85% <ø> (ø)
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.

@joelanford joelanford force-pushed the dependabot/go_modules/github.com/operator-framework/catalogd-0.27.0 branch from 9108f98 to 4172e06 Compare September 17, 2024 00:40
Copy link
Member

@m1kola m1kola left a comment

Choose a reason for hiding this comment

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

Hm. I thought we would need another release.

@joelanford joelanford added this pull request to the merge queue Sep 17, 2024
Merged via the queue into main with commit b1f5cef Sep 17, 2024
19 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/operator-framework/catalogd-0.27.0 branch September 17, 2024 08:06
@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.

3 participants