Skip to content

build(deps): bump the gomod group with 2 updates - #70

Merged
veerendra2 merged 2 commits into
mainfrom
dependabot/go_modules/gomod-9e9d97d35b
Aug 29, 2026
Merged

build(deps): bump the gomod group with 2 updates#70
veerendra2 merged 2 commits into
mainfrom
dependabot/go_modules/gomod-9e9d97d35b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 2 updates: github.com/docker/compose/v5 and github.com/sirupsen/logrus.

Updates github.com/docker/compose/v5 from 5.4.0 to 5.5.0

Release notes

Sourced from github.com/docker/compose/v5's releases.

v5.5.0

What's Changed

ℹ️ This release overhauls image digest reconciliation to prevent unnecessary container recreation.
Existing containers may be recreated the first time you run compose up after upgrading, as image digests are re-evaluated using the new logic.

compose pull now honors pull_policy refresh windows (daily, weekly, every_N).

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: docker/compose@v5.4.0...v5.5.0

Commits
  • 870908c feat(ps): add ENGINE column gated on label presence
  • ddc4b04 chore: honest name for navigation-menu resolution, share setServiceScale
  • 1e80a09 chore: inline needless single-use helpers
  • df094b0 fix(images): tolerate containers whose image record is gone
  • 2e0368f bump golang to version 1.26.6
  • 7cbcc76 build(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.0
  • 9af7fc6 build(deps): bump github.com/docker/cli
  • d348a9f build(deps): bump github/codeql-action/upload-sarif
  • de458e3 build(deps): bump github.com/moby/go-archive from 0.3.2 to 0.3.3
  • f7585f5 ci: grant actions:write to PR review workflow
  • Additional commits viewable in compare view

Updates github.com/sirupsen/logrus from 1.10.0 to 1.10.1

Release notes

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

v1.10.1

Logrus v1.10.1

This patch release fixes two issues in field formatting and handling:

  • Fix a regression introduced in v1.10.0 where TextFormatter could panic when formatting nil or panicking error and fmt.Stringer values.
  • Allow function-backed values implementing error to be used with WithError, WithField, and WithFields.

Dependency Changes

  • update github.com/stretchr/testify to v1.12.0

Full Changelog: sirupsen/logrus@v1.10.0...v1.10.1

Changelog

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

1.10.1

Fixes:

  • Fix a regression introduced in v1.10.0 where TextFormatter could panic when formatting nil or panicking error and fmt.Stringer values.
  • Allow function-backed implementations of error as field values.
Commits
  • 8b673a9 Merge pull request #1583 from thaJeztah/release_1.10.1
  • 0b920ad Merge pull request #1584 from thaJeztah/more_coverage
  • 5e20694 TextFormatter: cover nil pointer method receivers
  • 8312732 update changelog for v1.10.1
  • e987a40 Merge pull request #1582 from thaJeztah/panic_handler
  • 17d574b TextFormatter: recover panics from Error and String methods
  • 134c80f Merge pull request #1579 from thaJeztah/err_handling
  • 7350f42 logger: WithError: wrap logger.WithError for consistency
  • b3369d2 entry: allow function-backed error fields
  • 1080083 Merge pull request #1578 from thaJeztah/err_handling_tests
  • Additional commits viewable in compare view

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 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 gomod group with 2 updates: [github.com/docker/compose/v5](https://github.com/docker/compose) and [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus).


Updates `github.com/docker/compose/v5` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/docker/compose/releases)
- [Commits](docker/compose@v5.4.0...v5.5.0)

Updates `github.com/sirupsen/logrus` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: github.com/docker/compose/v5
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 28, 2026
@veerendra2
veerendra2 merged commit f13e35c into main Aug 29, 2026
1 check passed
@veerendra2
veerendra2 deleted the dependabot/go_modules/gomod-9e9d97d35b branch August 29, 2026 14:03
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