Skip to content

build(deps): bump the project-dependency group across 1 directory with 19 updates - #491

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/project-dependency-935ff49987
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/project-dependency-935ff49987

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the project-dependency group with 19 updates in the / directory:

Package From To
github.com/containerd/containerd/api 1.11.1 1.12.0
github.com/containerd/go-cni 1.1.13 1.1.14
github.com/containerd/log 0.1.0 0.2.0
github.com/containerd/platforms 1.0.0-rc.4 1.0.0-rc.5
github.com/containernetworking/cni 1.3.0 1.3.1
github.com/docker/go-connections 0.7.0 0.8.1
github.com/gofrs/flock 0.13.0 0.13.1
github.com/moby/go-archive 0.2.0 0.3.3
github.com/onsi/ginkgo/v2 2.32.0 2.33.0
github.com/onsi/gomega 1.40.0 1.43.1
github.com/pelletier/go-toml/v2 2.4.2 2.4.3
github.com/runfinch/common-tests 0.10.4 0.11.0
github.com/sirupsen/logrus 1.9.4 1.10.2
github.com/stretchr/testify 1.11.1 1.12.1
golang.org/x/net 0.56.0 0.59.0
golang.org/x/sys 0.46.0 0.48.0
google.golang.org/protobuf 1.36.11 1.36.12
github.com/docker/docker-credential-helpers 0.9.8 0.9.9
github.com/open-policy-agent/opa 1.18.0 1.20.2

Updates github.com/containerd/containerd/api from 1.11.1 to 1.12.0

Release notes

Sourced from github.com/containerd/containerd/api's releases.

containerd API 1.12.0

Welcome to the api/v1.12.0 release of containerd!

The 13th release for the containerd 1.x API aligns with the containerd 2.4 release.

Highlights

Image Storage

  • Include media type in content create events (#13833)

Runtime

  • Add UpdateSandbox RPC to propagate sandbox controller updates to the shim (#14105)
  • Allow specifying parent checkpoint directory when checkpointing with runc (#13699)

Deprecations

  • Deprecate containerd.io/runtime-allow-mounts shim annotation in favor of MountCapabilities bootstrap extension (#14002)
  • Deprecate task API address and version fields in runc options and move to CreateTaskRequest (#13360)

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Maksym Pavlenko
  • Wei Fu
  • Jordan Liggitt
  • Samuel Karp
  • Kohei Tokunaga
  • Philip Laine
  • Sebastiaan van Stijn
  • Sergey Kanzhelev

Changes

  • sandbox: wire Controller.Update through to the shim (#14105)
    • 2ea4ddb32f sandbox: add UpdateSandbox RPC and forward Controller.Update to the shim
  • Prepare api/v1.12.0-rc.0 release (#14047)
  • Shim mount handler protocol (#14002)
  • chore(api): update github.com/sirupsen/logrus v1.10.2 (#14037)
    • a28910b14f chore(api): update github.com/sirupsen/logrus v1.10.2
  • Prepare release notes for api/v1.12.0-beta.0 (#13899)
    • 0ff04dc3f7 Prepare release notes for api/v1.12.0-beta.0

... (truncated)

Commits
  • c6d0192 Merge pull request #14170 from samuelkarp/prepare-api-v1.12.0
  • 5c4ea21 Prepare release notes for api/v1.12.0
  • 610d8d8 Merge pull request #14166 from samuelkarp/deprecations-and-removals-for-2.4
  • 531b3a3 tracing: remove deprecated tracing config options
  • ca8579a tracing: add tests for otlp exporter and env vars
  • ee024b7 tracing: remove deprecated otlp configs
  • f7c654f cri: remove deprecated cni bin_dir
  • 4f7de25 cri: remove enable_cdi config option
  • 830b48d cri: delay registry config removal to 2.7
  • c0c4c4a Merge pull request #14115 from dmcgowan/prepare-v2.4.0-rc
  • Additional commits viewable in compare view

Updates github.com/containerd/go-cni from 1.1.13 to 1.1.14

Release notes

Sourced from github.com/containerd/go-cni's releases.

v1.1.14

What's Changed

New Contributors

Full Changelog: containerd/go-cni@v1.1.13...v1.1.14

Commits
  • 8c8d2ad Merge pull request #132 from jipperinbham/feat/otel-tracing
  • 72f1253 Document cni.Setup span
  • 868ee13 Instrument CNI interface with OpenTelemetry tracing
  • 3dbce1d Merge pull request #134 from containerd/dependabot/go_modules/integration/git...
  • 758a3ab Merge pull request #138 from arpitjain099/chore/declare-workflow-perms
  • 871cf73 ci: declare workflow-level contents: read on 1 workflow
  • c3cfd3d Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.3 in /integration
  • See full diff in compare view

Updates github.com/containerd/log from 0.1.0 to 0.2.0

Release notes

Sourced from github.com/containerd/log's releases.

v0.2.0

What's Changed

New Contributors

Full Changelog: containerd/log@v0.1.0...v0.2.0

Commits
  • 8b5d653 Merge pull request #25 from thaJeztah/integrate_tracing_improve
  • 65e60ca otel: add option to set span error status
  • 9c0b6a4 otel: add option to configure log level
  • 6fcf9c1 Merge pull request #28 from thaJeztah/handle_nil_contexts
  • 2b5e7c3 otel: avoid span lookup for entries without context
  • 4ec26d0 Merge pull request #24 from thaJeztah/integrate_tracing
  • dd120bd Merge pull request #21 from thaJeztah/rewrite_slog
  • dd21ae6 Merge pull request #27 from thaJeztah/bump_logrus
  • 18f2de6 log: accept slog-compatible levels in SetLevel
  • c474254 slog: improve bridge test coverage
  • Additional commits viewable in compare view

Updates github.com/containerd/platforms from 1.0.0-rc.4 to 1.0.0-rc.5

Release notes

Sourced from github.com/containerd/platforms's releases.

v1.0.0-rc.5

What's Changed

New Contributors

Full Changelog: containerd/platforms@v1.0.0-rc.4...v1.0.0-rc.5

Commits

Updates github.com/containernetworking/cni from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/containernetworking/cni's releases.

v1.3.1

What's Changed

New Contributors

Full Changelog: containernetworking/cni@v1.3.0...v1.3.1

Commits
  • 3f51e88 Merge pull request #1173 from jipperinbham/feat/otel-tracing
  • beb7d36 pkg/invoke: add OpenTelemetry trace context propagation
  • 7c27007 Merge pull request #1177 from Abhigyan-Shekhar/Abhigyan-Shekhar-patch-1
  • f1cb561 docs: Fix broken link to "Version considerations" in SPEC.md
  • 1d67f89 Merge pull request #1170 from Faaizz/main
  • bab140e Merge pull request #1172 from squeed/meeting-time-change
  • c5470a9 Merge pull request #1171 from scpeters/invalidcache_delnetwork
  • 27db8d2 README: change meeting to 10:00 US/East.
  • a30dcc7 Update test expectations to tolerate error
  • 36b1672 Tolerate invalid cni cache for DelNetwork
  • Additional commits viewable in compare view

Updates github.com/docker/go-connections from 0.7.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/gofrs/flock from 0.13.0 to 0.13.1

Release notes

Sourced from github.com/gofrs/flock's releases.

v0.13.1

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.13.0...v0.13.1

Commits
  • 4e0f4a7 chore: create the GH release based on tags
  • 3955b77 chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.1 in the go...
  • 66badef chore: update linter (#154)
  • e6a630d chore(deps): bump the github-actions group with 6 updates (#150)
  • d10a59f chore(deps): bump golang.org/x/sys from 0.46.0 to 0.47.0 in the gomod group (...
  • bcbbad5 chore(deps): bump golang.org/x/sys from 0.45.0 to 0.46.0 in the gomod group (...
  • 940b53d chore(deps): bump the github-actions group with 4 updates (#147)
  • 135bc44 chore(deps): bump the github-actions group with 3 updates (#145)
  • 18e4705 chore(deps): bump golang.org/x/sys from 0.43.0 to 0.45.0 in the gomod group (...
  • b000261 chore(deps): bump github/codeql-action from 3.35.3 to 4.35.2 in the github-ac...
  • Additional commits viewable in compare view

Updates github.com/moby/go-archive from 0.2.0 to 0.3.3

Release notes

Sourced from github.com/moby/go-archive's releases.

v0.3.3

What's Changed

  • Fix a regression introduced in v0.3.0 that caused archive extraction to reject hardlinks with absolute targets, as produced by some image builders. Absolute hardlink targets are now resolved relative to the extraction root, while paths that escape the root remain rejected. moby/go-archive#100
  • Fix a regression introduced in v0.3.0 that caused archive extraction to fail when applying permissions to device nodes, including nodes on nodev filesystems and dev/ptmx. Device nodes are now referenced without opening the underlying device before applying their mode. moby/go-archive#103
  • Set close-on-exec on file descriptors used by the Linux permission fallback to prevent them from leaking into child processes. moby/go-archive#104

Full Changelog: moby/go-archive@v0.3.2...v0.3.3

v0.3.2

What's Changed

Fix a regression introduced in v0.3.0 that caused archive extraction to fail when paths traversed absolute symlinks inside the destination root, such as var/run -> /run. Absolute symlink targets are now resolved relative to the extraction root while relative symlink escapes remain rejected. moby/go-archive#93

Full Changelog: moby/go-archive@v0.3.1...v0.3.2

v0.3.1

Fixes

This patch release fixes a regression introduced in v0.2.1 where archive extraction could fail when an archive omitted explicit entries for parent directories. For example, extracting etc/dnf/ without a preceding etc/ entry could return mkdirat etc/dnf: no such file or directory.

This prevented affected images from being extracted. Archive extraction now creates implied parent directories for both file and directory entries.

What's Changed

Full Changelog: moby/go-archive@v0.3.0...v0.3.1

v0.3.0

Security

This release fixes CVE-2026-17106 / GHSA-hfg8-hc9c-6c3h, where a crafted tar archive could use links to cause extraction operations to create or overwrite files outside the intended destination directory.

The issue affected Unpack, UnpackLayer, Untar, UntarUncompressed, and the ApplyLayer helpers. Users should upgrade and avoid extracting untrusted archives with earlier versions.

What's Changed

... (truncated)

Commits
  • ae9e219 Merge pull request #104 from thaJeztah/use_O_CLOEXEC
  • 98ff1da archive: set close-on-exec for chmod fallback descriptors
  • 1e8dfbc Merge pull request #103 from thaJeztah/fix_chmod_fallback
  • e738eed archive: keep procfs file alive during fchmodat
  • 2d863f5 archive: preserve procfs access during chroot extraction
  • 89653ed archive: fix chmod fallback for device nodes on nodev mounts
  • f37d413 Merge pull request #106 from thaJeztah/fallback_no_read
  • 4ffc915 archive: test chmod fallback without read permission
  • 9af1c40 Merge pull request #105 from thaJeztah/test_chrooted_chmod_fallback
  • 3daca2a archive: test chmod fallback without procfs in chroot
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.32.0 to 2.33.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.33.0

Features

  • The JUnit reporter now records each spec's ReportEntrys as <properties> on its <testcase> element, with the entry's name and its JSON-encoded value. Thanks @​pohly! [23db51a]

Maintenance

  • Releases are now cut by a GitHub Actions workflow (Actions -> Release -> Run workflow) rather than by hand, with changelog entries collected under ## Unreleased as the work happens. See RELEASING.md. [8616ecb]

v2.32.2

2.32.2

Fixes

  • fix bug where ginkgo -race -p was taking extra long to exit [c6792b0]

v2.32.1

2.32.1

Fixes

  • Defer AfterAll until repeated spec completes [e647b3b]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.33.0

Features

  • The JUnit reporter now records each spec's ReportEntrys as <properties> on its <testcase> element, with the entry's name and its JSON-encoded value. Thanks @​pohly! [23db51a]

Maintenance

  • Releases are now cut by a GitHub Actions workflow (Actions -> Release -> Run workflow) rather than by hand, with changelog entries collected under ## Unreleased as the work happens. See RELEASING.md. [8616ecb]

2.32.2

Fixes

  • fix bug where ginkgo -race -p was taking extra long to exit [c6792b0]

2.32.1

Fixes

  • Defer AfterAll until repeated spec completes [e647b3b]
Commits
  • 9f94149 v2.33.0
  • db78e1b changelog: entries for the JUnit ReportEntry support and the release flow
  • 8616ecb ci: release from a single workflow_dispatch button
  • d8d9cdd README: add a sponsor badge
  • ac70da6 README: dark-mode logo and a docs badge
  • 23db51a junit: support ReportEntry
  • b9e3bdd v2.32.2
  • c6792b0 fix bug where ginkgo -race -p was taking extra long to exit
  • f2d0f65 v2.32.1
  • e647b3b Defer AfterAll until repeated spec completes
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.40.0 to 1.43.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.43.1

Maintenance

  • Update go.yaml.in/yaml/v3 to v3.0.5 [d547015]
  • Releases are now cut by a GitHub Actions workflow (Actions -> Release -> Run workflow) rather than by hand, with changelog entries collected under ## Unreleased as the work happens. Releases still ship the stripped-down tree on master-lite - tests removed and Ginkgo dropped from go.mod - and the workflow now builds it and checks it on every push. See RELEASING.md. [e9dc84d]

v1.43.0

1.43.0

Features

Add gomock adaptor extension for using Gomega matchers with gomock

v1.42.1

1.42.1

Bump Dependencies

v1.42.0

1.42.0

Add a set of Claude skill as a marketplace plugin

v1.41.0

No release notes provided.

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.43.1

Maintenance

  • Update go.yaml.in/yaml/v3 to v3.0.5 [d547015]
  • Releases are now cut by a GitHub Actions workflow (Actions -> Release -> Run workflow) rather than by hand, with changelog entries collected under ## Unreleased as the work happens. Releases still ship the stripped-down tree on master-lite - tests removed and Ginkgo dropped from go.mod - and the workflow now builds it and checks it on every push. See RELEASING.md. [e9dc84d]

1.43.0

Features

Add gomock adaptor extension for using Gomega matchers with gomock

1.42.1

Bump Dependencies

1.42.0

Add a set of Claude skill as a marketplace plugin

1.41.0

Features

Add BeASlice and BeAnArray matchers

Fixes

Object formatting now detects pointer cycles to avoid runaway formatting output.

Commits
  • 1fca5c2 v1.43.1
  • 47f0f87 v1.43.1 (full)
  • be53601 changelog: entries for the yaml bump and the release flow
  • e06b67c fix(ci): strip the tests with a find that works on GNU find too
  • e9dc84d ci: release from a single workflow_dispatch button
  • d547015 dependencies: bump go.yaml.in/yaml/v3 v3.0.4 -> v3.0.5
  • 3ca97d6 README: add a sponsor badge
  • 92bd34a README: dark-mode logo and a docs badge
  • bc1f21e v1.43.0
  • c814c0e v1.43.0 (full)
  • Additional commits viewable in compare view

Updates github.com/pelletier/go-toml/v2 from 2.4.2 to 2.4.3

Release notes

Sourced from github.com/pelletier/go-toml/v2's releases.

v2.4.3

What's Changed

What's new

Fixed bugs

Documentation

Other changes

New Contributors

Full Changelog: pelletier/go-toml@v2.4.2...v2.4.3

Commits
  • 071a36c fix: bound array and inline table nesting depth to prevent stack-overflow DoS...
  • 57fec25 Add RawMessage marshal support to unstable (#1084)
  • 79f82e3 fix: error instead of panic on nil unexported embedded pointer (#1089)
  • a28afed unstable/kind: drop duplicate 'a' from LocalDate comment (#1062)
  • 6fa69af fix: do not recurse forever on recursively embedded structs (#1087)
  • 82b792e fix: report table placement errors with position and key context (#1086)
  • f93de50 perf: avoid interface boxing when decoding date/time values (#1085)
  • 21f8286 Deliver the whole document to a root Unmarshaler (#994) (#1083)
  • 98e94ae Update bundled toml.abnf to TOML 1.1.0 and pin spec-corner behaviour (#1082)
  • 35f78d5 Fix invalid TOML from commented multi-line values (#1081)
  • See full diff in compare view

Updates github.com/runfinch/common-tests from 0.10.4 to 0.11.0

Release notes

Sourced from github.com/runfinch/common-tests's releases.

v0.11.0

0.11.0 (2026-08-07)

Features

  • windows: support windows by converting windows paths to wsl paths (#289) (b79f20d)
  • windows: support windows by converting windows paths to wsl2 paths (b79f20d)
Changelog

Sourced from github.com/runfinch/common-tests's changelog.

0.11.0 (2026-08-07)

Features

  • windows: support windows by converting windows paths to wsl paths (#289) (b79f20d)
  • windows: support windows by converting windows paths to wsl2 paths (b79f20d)
Commits

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

Release notes

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

v1.10.2

Logrus v1.10.2

This is a small maintenance release that updates github.com/stretchr/testify to v1.12.1, removing the legacy gopkg.in/yaml.v3 dependency from Logrus' dependency graph. There are no functional changes in this release.

Dependency Changes

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

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

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

v1.10.0

Logrus v1.10.0

This release focuses on substantial performance improvements, concurrency correctness, and better interoperability with modern Go logging APIs.

🚀 Performance

Major improvements across TextFormatter, entry handling, and common logger paths:

  • ~17% lower geomean runtime across the benchmark suite
  • ~27% higher geomean formatter throughput
  • Comm...

    Description has been truncated

…h 19 updates

Bumps the project-dependency group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/containerd/containerd/api](https://github.com/containerd/containerd) | `1.11.1` | `1.12.0` |
| [github.com/containerd/go-cni](https://github.com/containerd/go-cni) | `1.1.13` | `1.1.14` |
| [github.com/containerd/log](https://github.com/containerd/log) | `0.1.0` | `0.2.0` |
| [github.com/containerd/platforms](https://github.com/containerd/platforms) | `1.0.0-rc.4` | `1.0.0-rc.5` |
| [github.com/containernetworking/cni](https://github.com/containernetworking/cni) | `1.3.0` | `1.3.1` |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.7.0` | `0.8.1` |
| [github.com/gofrs/flock](https://github.com/gofrs/flock) | `0.13.0` | `0.13.1` |
| [github.com/moby/go-archive](https://github.com/moby/go-archive) | `0.2.0` | `0.3.3` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.32.0` | `2.33.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.40.0` | `1.43.1` |
| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.4.2` | `2.4.3` |
| [github.com/runfinch/common-tests](https://github.com/runfinch/common-tests) | `0.10.4` | `0.11.0` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.4` | `1.10.2` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.1` |
| [golang.org/x/net](https://github.com/golang/net) | `0.56.0` | `0.59.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.46.0` | `0.48.0` |
| google.golang.org/protobuf | `1.36.11` | `1.36.12` |
| [github.com/docker/docker-credential-helpers](https://github.com/docker/docker-credential-helpers) | `0.9.8` | `0.9.9` |
| [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) | `1.18.0` | `1.20.2` |



Updates `github.com/containerd/containerd/api` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@api/v1.11.1...api/v1.12.0)

Updates `github.com/containerd/go-cni` from 1.1.13 to 1.1.14
- [Release notes](https://github.com/containerd/go-cni/releases)
- [Commits](containerd/go-cni@v1.1.13...v1.1.14)

Updates `github.com/containerd/log` from 0.1.0 to 0.2.0
- [Release notes](https://github.com/containerd/log/releases)
- [Commits](containerd/log@v0.1.0...v0.2.0)

Updates `github.com/containerd/platforms` from 1.0.0-rc.4 to 1.0.0-rc.5
- [Release notes](https://github.com/containerd/platforms/releases)
- [Commits](containerd/platforms@v1.0.0-rc.4...v1.0.0-rc.5)

Updates `github.com/containernetworking/cni` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/containernetworking/cni/releases)
- [Commits](containernetworking/cni@v1.3.0...v1.3.1)

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

Updates `github.com/gofrs/flock` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](gofrs/flock@v0.13.0...v0.13.1)

Updates `github.com/moby/go-archive` from 0.2.0 to 0.3.3
- [Release notes](https://github.com/moby/go-archive/releases)
- [Changelog](https://github.com/moby/go-archive/blob/main/changes_test.go)
- [Commits](moby/go-archive@v0.2.0...v0.3.3)

Updates `github.com/onsi/ginkgo/v2` from 2.32.0 to 2.33.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.32.0...v2.33.0)

Updates `github.com/onsi/gomega` from 1.40.0 to 1.43.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.40.0...v1.43.1)

Updates `github.com/pelletier/go-toml/v2` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Commits](pelletier/go-toml@v2.4.2...v2.4.3)

Updates `github.com/runfinch/common-tests` from 0.10.4 to 0.11.0
- [Release notes](https://github.com/runfinch/common-tests/releases)
- [Changelog](https://github.com/runfinch/common-tests/blob/main/CHANGELOG.md)
- [Commits](runfinch/common-tests@v0.10.4...v0.11.0)

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

Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.1...v1.12.1)

Updates `golang.org/x/net` from 0.56.0 to 0.59.0
- [Commits](golang/net@v0.56.0...v0.59.0)

Updates `golang.org/x/sys` from 0.46.0 to 0.48.0
- [Commits](golang/sys@v0.46.0...v0.48.0)

Updates `google.golang.org/protobuf` from 1.36.11 to 1.36.12

Updates `github.com/docker/docker-credential-helpers` from 0.9.8 to 0.9.9
- [Release notes](https://github.com/docker/docker-credential-helpers/releases)
- [Commits](docker/docker-credential-helpers@v0.9.8...v0.9.9)

Updates `github.com/open-policy-agent/opa` from 1.18.0 to 1.20.2
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v1.18.0...v1.20.2)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/api
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: github.com/containerd/go-cni
  dependency-version: 1.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: project-dependency
- dependency-name: github.com/containerd/log
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: github.com/containerd/platforms
  dependency-version: 1.0.0-rc.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: project-dependency
- dependency-name: github.com/containernetworking/cni
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: project-dependency
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: github.com/gofrs/flock
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: project-dependency
- dependency-name: github.com/moby/go-archive
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: project-dependency
- dependency-name: github.com/runfinch/common-tests
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: golang.org/x/net
  dependency-version: 0.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: golang.org/x/sys
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: project-dependency
- dependency-name: github.com/docker/docker-credential-helpers
  dependency-version: 0.9.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: project-dependency
- dependency-name: github.com/open-policy-agent/opa
  dependency-version: 1.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependency
...

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 Sep 21, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 21, 2026 06:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 21, 2026
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.

0 participants