Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2026

Bumps the go-dependencies group with 1 update: github.com/cnabio/cnab-go.

Updates github.com/cnabio/cnab-go from 0.25.5 to 0.26.0

Release notes

Sourced from github.com/cnabio/cnab-go's releases.

v0.26.0

Breaking Changes

  • The Run method on the Driver interface now accepts a context.Context parameter at position zero.
    • In the docker driver, the context is checked for cancellation. If it is cancelled the driver will attempt to stop/remove the running container and then return the context cancellation.

What's Changed

Full Changelog: cnabio/cnab-go@v0.25.5...v0.26.0

Commits
  • c405113 Merge pull request #309 from dgannon991/feat/2234/cancel-context
  • a74e17d Added unit and integration tests
  • a9cee19 Brought back missing docker container stop
  • ead9842 Made context a mandatory parameter instead
  • 0fb0d25 Merge pull request #385 from cnabio/dependabot/github_actions/actions/checkout-6
  • 85b4c47 Merge pull request #383 from cnabio/dependabot/go_modules/go-dependencies-08a...
  • 7ce0e83 Bump actions/checkout from 5 to 6
  • f420e4b Bump the go-dependencies group with 3 updates
  • 772c087 Merge pull request #382 from cnabio/dependabot/go_modules/go-dependencies-12c...
  • ce13665 Bump the go-dependencies group with 2 updates
  • 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 <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

Bumps the go-dependencies group with 1 update: [github.com/cnabio/cnab-go](https://github.com/cnabio/cnab-go).


Updates `github.com/cnabio/cnab-go` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/cnabio/cnab-go/releases)
- [Commits](cnabio/cnab-go@v0.25.5...v0.26.0)

---
updated-dependencies:
- dependency-name: github.com/cnabio/cnab-go
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 18, 2026 02:02
@dgannon991 dgannon991 merged commit d36c6d1 into main Jan 18, 2026
3 checks passed
@dgannon991 dgannon991 deleted the dependabot/go_modules/go-dependencies-11ad4b8b70 branch January 18, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants