Skip to content

Bump the go-dependencies group across 1 directory with 6 updates - #178

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-e315e99a2d
Open

Bump the go-dependencies group across 1 directory with 6 updates#178
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-e315e99a2d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 5 updates in the / directory:

Package From To
github.com/bugsnag/bugsnag-go 2.6.3+incompatible 2.6.4+incompatible
github.com/containers/image/v5 5.27.0 5.36.2
github.com/docker/go-connections 0.5.0 0.8.1
github.com/sirupsen/logrus 1.9.3 1.9.4
golang.org/x/sync 0.16.0 0.22.0

Updates github.com/bugsnag/bugsnag-go from 2.6.3+incompatible to 2.6.4+incompatible

Release notes

Sourced from github.com/bugsnag/bugsnag-go's releases.

v2.6.4

2.6.4 (2026-04-14)

Enhancements

  • Support custom error class and message overrides in Notify using ErrorClass and Message types #279
Changelog

Sourced from github.com/bugsnag/bugsnag-go's changelog.

Changelog

2.6.4 (2026-04-14)

Enhancements

  • Support custom error class and message overrides in Notify using ErrorClass and Message types #279

2.6.3 (2025-01-26)

Bug fixes

  • Fix issue where setting Synchronous config per notify did not work #272

2.6.2 (2025-09-02)

Bug fixes

  • Set endpoint with default value only if API key is not nil #267

2.6.1 (2025-07-22)

Bug fixes

  • Handle endpoints being set only in env vars #262

2.6.0 (2025-07-10)

Enhancements

  • Set default endpoints based on API key #259

2.5.1 (2024-10-21)

Bug fixes

  • Move start of delivery goroutine to configure, don't wait on signals in delivery #250

2.5.0 (2024-08-27)

Enhancements

  • Limit resource usage while sending events asynchronously
    Added MainContext configuration option for providing context from main app #231

2.4.0 (2024-04-15)

Enhancements

... (truncated)

Commits

Updates github.com/containers/image/v5 from 5.27.0 to 5.36.2

Release notes

Sourced from github.com/containers/image/v5's releases.

v5.36.2

What's Changed

Full Changelog: containers/image@v5.36.1...v5.36.2

v5.36.1

What's Changed

Full Changelog: containers/image@v5.36.0...v5.36.1

v5.36.0

What's Changed

... (truncated)

Commits
  • d464a25 Bump to v5.36.2
  • 50a6b67 Merge pull request #2943 from TomSweeneyRedHat/dev/tsweeney/backport_2938
  • d3eb538 [release-5.36] rekor: do not cancel http context
  • 6ed8326 Merge pull request #2920 from TomSweeneyRedHat/dev/tsweeney/v5.36.1
  • f6ca2da [release-5.36] Bump to c/image v5.36.1
  • d18da19 [release-5.36] Bump c/storage to v1.59.1
  • ae0c9f3 Merge pull request #2913 from TomSweeneyRedHat/dev/tsweeney/cherrypick2907
  • 40d1027 [release-5.36] Update the CI image, to match Skopeo's updated test code
  • 08ce6b4 Bump to c/image v5.36.0
  • b5e2b66 Bump to c/storage v1.59.0
  • Additional commits viewable in compare view

Updates github.com/containers/storage from 1.48.0 to 1.59.1

Release notes

Sourced from github.com/containers/storage's releases.

v1.59.1

What's Changed

Full Changelog: containers/storage@v1.59.0...v1.59.1

v1.59.0

What's Changed

New Contributors

Full Changelog: containers/storage@v1.58.0...v1.59.0

v1.58.0

What's Changed

... (truncated)

Commits
  • 41839ee [release-1.59] Bump to v1.59.1
  • ad6f4c9 Merge pull request #2359 from TomSweeneyRedHat/dev/tsweeney/2357_cherrypick_2
  • 85d1595 [release-1.59] pkg/archive.tarWriter.addFile(): don't change hardlink targets
  • 51223aa Bump to v1.59.0
  • 2b18ddc Merge pull request #2351 from containers/renovate/golang.org-x-sys-0.x
  • e559aaa fix(deps): update module golang.org/x/sys to v0.34.0
  • 4231860 Merge pull request #2350 from containers/renovate/golang.org-x-sync-0.x
  • 2d556e8 fix(deps): update module golang.org/x/sync to v0.16.0
  • 092254c Merge pull request #2325 from Honny1/prototype-temp
  • f9aef81 Integrate the temporary directory into layer deletion
  • Additional commits viewable in compare view

Updates github.com/docker/go-connections from 0.5.0 to 0.8.1

Commits
  • 9c9e2db Merge pull request #167 from thaJeztah/fix_illumos
  • de1f4dc sockets: fix compilation on illumos
  • 4a7495e ci: add cross-build target
  • 754f906 Merge pull request #158 from thaJeztah/no_umask
  • 20f47a1 sockets: read somaxconn from system instead of SOMAXCONN
  • e195e2a sockets: set socket permissions without umask hack
  • 32c72ec Merge pull request #162 from thaJeztah/abstract_sockets
  • f3526e5 sockets: improve abstract Unix socket handling
  • fd93b41 Merge pull request #163 from thaJeztah/rm_log
  • d0c7559 sockets: update more tests to use tempSocketPath utility
  • Additional commits viewable in compare view

Updates github.com/sirupsen/logrus from 1.9.3 to 1.9.4

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.4

Notable changes

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

Changelog

Sourced from github.com/sirupsen/logrus's changelog.

1.9.4

Fixes:

  • Remove uses of deprecated ioutil package

Features:

  • Add GNU/Hurd support
  • Add WASI wasip1 support

Code quality:

  • Update minimum supported Go version to 1.17
  • Documentation updates
Commits
  • b61f268 Merge pull request #1472 from goldlinker/master
  • 15c29db refactor: replace the deprecated function in the ioutil package
  • cb253f3 Merge pull request #1464 from thaJeztah/touchup_godoc
  • 29b2337 Merge pull request #1468 from thaJeztah/touchup_readme
  • d916819 Merge pull request #1427 from dolmen/fix-testify-usage
  • 135e482 README: small touch-ups
  • 2c5fa36 Merge pull request #1467 from thaJeztah/rm_old_badge
  • 877ecec README: remove travis badge
  • 55cf256 Merge pull request #1393 from jsoref/grammar
  • 21bae50 Merge pull request #1426 from dolmen/testing-fix-use-of-math-rand
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.16.0 to 0.22.0

Commits
  • 1eb64d4 semaphore: panic on negative weights
  • 5071ed6 all: fix some comments to improve readability
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • 2a180e2 errgroup: use consistent read for SetLimit panic
  • 1966f53 errgroup: fix some typos in comment
  • 04914c2 all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 16, 2026
@openshift-ci
openshift-ci Bot requested review from Joeavaikath and kaovilai July 16, 2026 21:06
@github-actions

Copy link
Copy Markdown

@kaovilai Please add a comment with /ok-to-test to trigger the e2e

1 similar comment
@github-actions

Copy link
Copy Markdown

@kaovilai Please add a comment with /ok-to-test to trigger the e2e

Bumps the go-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/bugsnag/bugsnag-go](https://github.com/bugsnag/bugsnag-go) | `2.6.3+incompatible` | `2.6.4+incompatible` |
| [github.com/containers/image/v5](https://github.com/containers/image) | `5.27.0` | `5.36.2` |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.8.1` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.16.0` | `0.22.0` |



Updates `github.com/bugsnag/bugsnag-go` from 2.6.3+incompatible to 2.6.4+incompatible
- [Release notes](https://github.com/bugsnag/bugsnag-go/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-go/blob/master/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-go@v2.6.3...v2.6.4)

Updates `github.com/containers/image/v5` from 5.27.0 to 5.36.2
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.27.0...v5.36.2)

Updates `github.com/containers/storage` from 1.48.0 to 1.59.1
- [Release notes](https://github.com/containers/storage/releases)
- [Commits](containers/storage@v1.48.0...v1.59.1)

Updates `github.com/docker/go-connections` from 0.5.0 to 0.8.1
- [Commits](docker/go-connections@v0.5.0...v0.8.1)

Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.3...v1.9.4)

Updates `golang.org/x/sync` from 0.16.0 to 0.22.0
- [Commits](golang/sync@v0.16.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/bugsnag/bugsnag-go
  dependency-version: 2.6.4+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/containers/image/v5
  dependency-version: 5.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/containers/storage
  dependency-version: 1.59.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.22.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 changed the title Bump the go-dependencies group with 6 updates Bump the go-dependencies group across 1 directory with 6 updates Aug 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-e315e99a2d branch from 558e886 to 54c9565 Compare August 7, 2026 01:34
@openshift-ci

openshift-ci Bot commented Aug 7, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign shawn-hurley for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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 /ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant