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

build(deps): bump the gomod group across 1 directory with 34 updates #837

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps the gomod group with 18 updates in the / directory:

Package From To
github.com/checkpoint-restore/checkpointctl 1.2.1 1.3.0
github.com/containerd/containerd 1.7.21 1.7.24
github.com/containerd/containerd/api 1.7.19 1.8.0
github.com/containernetworking/plugins 1.5.1 1.6.0
github.com/containers/common 0.60.4 0.61.0
github.com/containers/conmon-rs 0.6.5 0.6.6
github.com/creack/pty 1.1.23 1.1.24
github.com/intel/goresctrl 0.7.0 0.8.0
github.com/prometheus/client_golang 1.20.2 1.20.5
github.com/uptrace/opentelemetry-go-extra/otellogrus 0.3.1 0.3.2
github.com/urfave/cli/v2 2.27.4 2.27.5
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 0.54.0 0.57.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.29.0 1.32.0
k8s.io/api 0.31.0 0.31.3
k8s.io/client-go 0.31.0 0.31.3
k8s.io/cri-api 0.31.0 0.31.3
k8s.io/kubelet 0.31.0 0.31.3
sigs.k8s.io/release-utils 0.8.4 0.8.5

Updates github.com/checkpoint-restore/checkpointctl from 1.2.1 to 1.3.0

Release notes

Sourced from github.com/checkpoint-restore/checkpointctl's releases.

v1.3.0

What's Changed

Full Changelog: checkpoint-restore/checkpointctl@v1.2.1...v1.3.0

Commits
  • 9a448d5 Merge pull request #149 from rst0git/2024-10-23-metadata
  • 2e305b9 Recursively add metadata JSON fields to the tree
  • c770752 Merge pull request #148 from adrianreber/2024-10-17-metadata
  • 692adc3 Update README with example for --metadata
  • 8c62702 Adapt tests to handle metadata output
  • 29b6919 Add option to print metadata information
  • d2276c1 Merge pull request #147 from adrianreber/2024-10-16-versions-2
  • 89d7730 Fix markdown linter error (MD045/no-alt-text)
  • 0172cc3 Upgrade more GitHub Actions versions to remove deprecation warnings
  • 180c7b5 Merge pull request #146 from adrianreber/2024-10-16-versions
  • Additional commits viewable in compare view

Updates github.com/checkpoint-restore/go-criu/v7 from 7.1.0 to 7.2.0

Release notes

Sourced from github.com/checkpoint-restore/go-criu/v7's releases.

v7.2.0

What's Changed

New Contributors

Full Changelog: checkpoint-restore/go-criu@v7.1.0...v7.2.0

Commits
  • 39135d0 Merge pull request #190 from checkpoint-restore/dependabot/go_modules/golang....
  • 50ebb6a build(deps): bump golang.org/x/sys from 0.22.0 to 0.25.0
  • 9c75321 Merge pull request #189 from snprajwal/release
  • 1353c68 release: v7.2.0
  • 5b28d05 Merge pull request #188 from snprajwal/ci
  • 3b1e16a ci(golangci-lint): disable gosec G115
  • a9064d7 Merge pull request #163 from behouba/search-memory-pages
  • 20dfec8 test(crit): add unit test for SearchPattern method of MemoryReader
  • 27033f4 feat(crit): add SearchPattern method on MemoryReader
  • 2dd9980 Merge pull request #185 from rst0git/codecov
  • Additional commits viewable in compare view

Updates github.com/containerd/containerd from 1.7.21 to 1.7.24

Release notes

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

containerd 1.7.24

Welcome to the v1.7.24 release of containerd!

The twenty-fourth patch release for containerd 1.7 contains various fixes and updates.

Highlights

  • Update runc binary to 1.2.2 (#11027)
  • Fix "invalid metric type" error message for cgroup v1 (#10814)

Container Runtime Interface (CRI)

  • Update the container exit log to info level (#11007)

Image Distribution

  • Fix retry logic and concurrency issue with http fallback (#11032)

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

Contributors

  • Derek McGowan
  • Phil Estes
  • Akhil Mohan
  • Akihiro Suda
  • Maksym Pavlenko
  • Austin Vazquez
  • Samuel Karp
  • Benjamin Peterson
  • Davanum Srinivas
  • Iceber Gu
  • Mike Brown
  • Sebastiaan van Stijn
  • Tõnis Tiigi
  • ningmingxiao

Changes

  • Prepare release notes for v1.7.24 (#11036)
    • 936f8e2de Prepare release notes for v1.7.24
  • Update the container exit log to info level (#11007)
  • Fix retry logic and concurrency issue with http fallback (#11032)
    • 10af0d60f Adds a mutex to protect fallback host
    • e426ec51b Use unix and windows specific connection error checks

... (truncated)

Commits
  • 88bf19b Merge pull request #11036 from samuelkarp/prepare-1.7.24
  • 8170354 Merge pull request #11007 from ningmingxiao/1.7.x
  • 47ff8e2 add info of exited event
  • 936f8e2 Prepare release notes for v1.7.24
  • 80fda60 Merge pull request #11032 from vvoland/httpfallback-backports-1.7
  • 921b05c Merge pull request #10913 from austinvazquez/cherry-pick-3cc2343de020fa448138...
  • b47e5e0 Merge pull request #11027 from k8s-infra-cherrypick-robot/cherry-pick-11022-t...
  • 10af0d6 Adds a mutex to protect fallback host
  • e426ec5 Use unix and windows specific connection error checks
  • 49c9f30 Allow fallback across default ports
  • Additional commits viewable in compare view

Updates github.com/containerd/containerd/api from 1.7.19 to 1.8.0

Release notes

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

containerd API 1.8.0

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

The first dedicated release for the containerd API. This release continues the 1.x line of API compatibility with the 9th minor release of the 1.x API.

Highlights

  • Add Update API for sandbox controller (#9903)
  • Add PluginInfo to introspection API (#9442)
  • Expose usage of deprecated features (#9258)
  • Add image delete target (#8989)

Go client

  • Add api Go module and move all protos under api (#10151)

Image Distribution

  • Enable Transfer service API to support plain HTTP (#10024)
  • Enable Transfer service to use registry configuration directory (#9908)
  • Update Transfer service to add OCI descriptors to Progress structure (#9630)
  • Add option to perform syncfs after pull (#9401)

Runtime

  • Store bootstrap parameters in sandbox metadata (#9736)
  • Add sandboxer configuration and move sandbox controllers to plugins (#8268)
  • Add annotations to CreateSandbox request (#8960)
  • Add SandboxMetrics (#8680)
  • Publish sandbox events (#8602)

Deprecations

  • Add type alias for event Envelope (#10279)

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

Contributors

  • Derek McGowan
  • Maksym Pavlenko
  • Wei Fu
  • Abel Feng
  • Akihiro Suda
  • Phil Estes
  • Danny Canter
  • Samuel Karp
  • Kohei Tokunaga

... (truncated)

Commits
  • cf36acf Merge pull request #10935 from dmcgowan/prepare-api-v1.8.0
  • c017828 Merge pull request #10877 from AkihiroSuda/runc-1.2.0
  • 716445a Merge pull request #10933 from dmcgowan/test-container-resilience
  • b6d1178 Merge pull request #10934 from dmcgowan/update-errdefs-1.0
  • 481692a Merge pull request #10926 from AkihiroSuda/docs-2.0
  • d389118 Prepare release notes for api/v1.8.0
  • 93f9db2 Update errdefs tag to v1.0.0
  • bddeba8 Make TestContainerPids more resilient
  • ada2fa1 Merge pull request #10927 from AkihiroSuda/fix-removal-criv1alpha2
  • cb4ce9a Merge pull request #10886 from thaJeztah/fix_retry_logs
  • Additional commits viewable in compare view

Updates github.com/containernetworking/plugins from 1.5.1 to 1.6.0

Release notes

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

CNI plugins v1.6.0

This is the v1.6.0 release of the CNI community plugins.

Changelog

Important

  • revert htb changes due to ongoing issues and missing maintainer by @​h0nIg in containernetworking/plugins#1105. This reverts the (undocumented) feature added in v1.5 where traffic from a specific CIDR would be exempted from bandwidth shaping. Unfortunately the implementation was lacking. We hope to re-add this feature in the future.

New features

CNI v1.1 support

Other improvements

Fixes

Misc / CI

New Contributors

Full Changelog: containernetworking/plugins@v1.5.1...v1.6.0

Commits
  • fec2d62 Pass status along ipam update
  • a4fc6f9 feat(dhcp): Cancel backoff retry on stop
  • d61e7e5 fix(dhcp): can not renew an ip address
  • e495072 build(deps): bump golang.org/x/sys in the golang group
  • 93d197c VRF: Wait for the local/host routes to be added
  • c52e02b add problem hint
  • 24b0bf9 make test working again
  • d44bbf2 Revert "Merge pull request #921 from oOraph/dev/exclude_subnets_from_traffic_...
  • 8ad0361 resolve merge conflicts
  • 8324a2e build(deps): bump the golang group across 1 directory with 2 updates
  • Additional commits viewable in compare view

Updates github.com/containers/common from 0.60.4 to 0.61.0

Release notes

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

v0.61.0

What's Changed

... (truncated)

Commits
  • 8d156f7 Bump c/common to v0.61.0
  • fb81002 Bump to c/storage to v1.56.0, c/image to v5.33.0
  • c174769 Merge pull request #2239 from Luap99/unmount-netns
  • 9819e05 Merge pull request #2233 from Luap99/resolv-ipv6-link-local
  • ef5388b pkg/netns: do not loop forever
  • 50126e3 pkg/netns: simplify UnmountNS()
  • 13a63dc Merge pull request #2235 from containers/renovate/golang.org-x-crypto-0.x
  • ec11e80 fix(deps): update module golang.org/x/crypto to v0.29.0
  • d830bf8 libnetwork/resolvconf: filter out ipv6 link local
  • e522662 Merge pull request #2174 from neverpanic/cllang-modernize-fips-mounts
  • Additional commits viewable in compare view

Updates github.com/containers/conmon-rs from 0.6.5 to 0.6.6

Release notes

Sourced from github.com/containers/conmon-rs's releases.

v0.6.6

Changes by Kind

Other

  • Use 127.0.0.1 as the new default for tracing endpoint. (#2391, @​bitoku)

Feature

Bug or Regression

Dependencies

Added

Nothing has changed.

Changed

  • github.com/containers/common: v0.60.0 → v0.60.2
  • github.com/containers/image/v5: v5.32.0 → v5.32.2
  • github.com/google/pprof: a892ee0 → fa2c70b
  • github.com/mattn/go-runewidth: v0.0.15 → v0.0.16
  • github.com/onsi/ginkgo/v2: v2.19.1 → v2.20.2
  • github.com/onsi/gomega: v1.34.1 → v1.34.2
  • github.com/opencontainers/runc: v1.1.13 → v1.1.14
  • github.com/vbauerster/mpb/v8: v8.7.4 → v8.7.5
  • go.opentelemetry.io/otel/metric: v1.28.0 → v1.29.0
  • go.opentelemetry.io/otel/trace: v1.28.0 → v1.29.0
  • go.opentelemetry.io/otel: v1.28.0 → v1.29.0
  • golang.org/x/crypto: v0.25.0 → v0.26.0
  • golang.org/x/mod: v0.19.0 → v0.20.0
  • golang.org/x/net: v0.27.0 → v0.28.0
  • golang.org/x/sync: v0.7.0 → v0.8.0
  • golang.org/x/sys: v0.22.0 → v0.24.0
  • golang.org/x/term: v0.22.0 → v0.23.0
  • golang.org/x/text: v0.16.0 → v0.17.0
  • golang.org/x/tools: v0.23.0 → v0.24.0

Removed

  • github.com/chromedp/cdproto: 3cf4e6d
  • github.com/chromedp/chromedp: v0.9.2
  • github.com/chromedp/sysutil: v1.0.0
  • github.com/gobwas/httphead: v0.1.0
  • github.com/gobwas/pool: v0.2.1

... (truncated)

Commits
  • 4a67a7a Merge pull request #2416 from saschagrunert/ver-0.6.6
  • 2ddcab7 Bump to v0.6.6
  • 599e7af Merge pull request #2412 from containers/cargo-deps
  • f163d95 Merge pull request #2413 from saschagrunert/debug
  • 1cf5264 Print child ID and error if command failed
  • 45a0edb Merge pull request #2415 from saschagrunert/child-wait
  • 9e944a7 Run waitpid on childs to ensure no zombies are left behind
  • 06f131d Merge pull request #2414 from saschagrunert/vendor
  • fbb073f Fix cargo vendor
  • 1552bae Update cargo dependencies
  • Additional commits viewable in compare view

Updates github.com/containers/image/v5 from 5.32.2 to 5.33.0

Release notes

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

v5.33.0

What's Changed

... (truncated)

Commits
  • c3a2029 Bump to c/image v5.33.0
  • 04d69d5 Bump to c/storage v1.56.0
  • 59417ae Merge pull request #2609 from mtrmac/copy-resolve-destination
  • 6ba898f HACK: Only return an image ID fr...

    Description has been truncated

Bumps the gomod group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/checkpoint-restore/checkpointctl](https://github.com/checkpoint-restore/checkpointctl) | `1.2.1` | `1.3.0` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.21` | `1.7.24` |
| [github.com/containerd/containerd/api](https://github.com/containerd/containerd) | `1.7.19` | `1.8.0` |
| [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) | `1.5.1` | `1.6.0` |
| [github.com/containers/common](https://github.com/containers/common) | `0.60.4` | `0.61.0` |
| [github.com/containers/conmon-rs](https://github.com/containers/conmon-rs) | `0.6.5` | `0.6.6` |
| [github.com/creack/pty](https://github.com/creack/pty) | `1.1.23` | `1.1.24` |
| [github.com/intel/goresctrl](https://github.com/intel/goresctrl) | `0.7.0` | `0.8.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.2` | `1.20.5` |
| [github.com/uptrace/opentelemetry-go-extra/otellogrus](https://github.com/uptrace/opentelemetry-go-extra) | `0.3.1` | `0.3.2` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.4` | `2.27.5` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.54.0` | `0.57.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.29.0` | `1.32.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.31.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.31.3` |
| [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.31.0` | `0.31.3` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.31.0` | `0.31.3` |
| [sigs.k8s.io/release-utils](https://github.com/kubernetes-sigs/release-utils) | `0.8.4` | `0.8.5` |



Updates `github.com/checkpoint-restore/checkpointctl` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/checkpoint-restore/checkpointctl/releases)
- [Commits](checkpoint-restore/checkpointctl@v1.2.1...v1.3.0)

Updates `github.com/checkpoint-restore/go-criu/v7` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/checkpoint-restore/go-criu/releases)
- [Commits](checkpoint-restore/go-criu@v7.1.0...v7.2.0)

Updates `github.com/containerd/containerd` from 1.7.21 to 1.7.24
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.21...v1.7.24)

Updates `github.com/containerd/containerd/api` from 1.7.19 to 1.8.0
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.19...api/v1.8.0)

Updates `github.com/containernetworking/plugins` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/containernetworking/plugins/releases)
- [Commits](containernetworking/plugins@v1.5.1...v1.6.0)

Updates `github.com/containers/common` from 0.60.4 to 0.61.0
- [Release notes](https://github.com/containers/common/releases)
- [Commits](containers/common@v0.60.4...v0.61.0)

Updates `github.com/containers/conmon-rs` from 0.6.5 to 0.6.6
- [Release notes](https://github.com/containers/conmon-rs/releases)
- [Changelog](https://github.com/containers/conmon-rs/blob/main/release.md)
- [Commits](containers/conmon-rs@v0.6.5...v0.6.6)

Updates `github.com/containers/image/v5` from 5.32.2 to 5.33.0
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.32.2...v5.33.0)

Updates `github.com/containers/storage` from 1.55.0 to 1.56.0
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md)
- [Commits](containers/storage@v1.55.0...v1.56.0)

Updates `github.com/creack/pty` from 1.1.23 to 1.1.24
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.23...v1.1.24)

Updates `github.com/fsnotify/fsnotify` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0)

Updates `github.com/intel/goresctrl` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/intel/goresctrl/releases)
- [Commits](intel/goresctrl@v0.7.0...v0.8.0)

Updates `github.com/onsi/ginkgo/v2` from 2.20.2 to 2.21.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.20.2...v2.21.0)

Updates `github.com/onsi/gomega` from 1.34.2 to 1.35.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.34.2...v1.35.1)

Updates `github.com/opencontainers/runc` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.2.1/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.2.0...v1.2.1)

Updates `github.com/opencontainers/runtime-tools` from 0.9.1-0.20230914150019-408c51e934dc to 0.9.1-0.20241001195557-6c9570a1678f
- [Release notes](https://github.com/opencontainers/runtime-tools/releases)
- [Changelog](https://github.com/opencontainers/runtime-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runtime-tools/commits)

Updates `github.com/opencontainers/selinux` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/opencontainers/selinux/releases)
- [Commits](opencontainers/selinux@v1.11.0...v1.11.1)

Updates `github.com/prometheus/client_golang` from 1.20.2 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.2...v1.20.5)

Updates `github.com/uptrace/opentelemetry-go-extra/otellogrus` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/uptrace/opentelemetry-go-extra/releases)
- [Changelog](https://github.com/uptrace/opentelemetry-go-extra/blob/main/CHANGELOG.md)
- [Commits](uptrace/opentelemetry-go-extra@v0.3.1...v0.3.2)

Updates `github.com/urfave/cli/v2` from 2.27.4 to 2.27.5
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.27.4...v2.27.5)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.54.0 to 0.57.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.54.0...zpages/v0.57.0)

Updates `go.opentelemetry.io/otel` from 1.29.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.29.0...v1.32.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.29.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.29.0...v1.32.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.29.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.29.0...v1.32.0)

Updates `go.opentelemetry.io/otel/trace` from 1.29.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.29.0...v1.32.0)

Updates `golang.org/x/sys` from 0.24.0 to 0.27.0
- [Commits](golang/sys@v0.24.0...v0.27.0)

Updates `google.golang.org/grpc` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.66.0...v1.68.0)

Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.1

Updates `k8s.io/api` from 0.31.0 to 0.31.3
- [Commits](kubernetes/api@v0.31.0...v0.31.3)

Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.3
- [Commits](kubernetes/apimachinery@v0.31.0...v0.31.3)

Updates `k8s.io/client-go` from 0.31.0 to 0.31.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.0...v0.31.3)

Updates `k8s.io/cri-api` from 0.31.0 to 0.31.3
- [Commits](kubernetes/cri-api@v0.31.0...v0.31.3)

Updates `k8s.io/kubelet` from 0.31.0 to 0.31.3
- [Commits](kubernetes/kubelet@v0.31.0...v0.31.3)

Updates `sigs.k8s.io/release-utils` from 0.8.4 to 0.8.5
- [Release notes](https://github.com/kubernetes-sigs/release-utils/releases)
- [Commits](kubernetes-sigs/release-utils@v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: github.com/checkpoint-restore/checkpointctl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/checkpoint-restore/go-criu/v7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/containerd/containerd/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/containernetworking/plugins
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/containers/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/containers/conmon-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/containers/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/intel/goresctrl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/opencontainers/runc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/opencontainers/runtime-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/opencontainers/selinux
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/uptrace/opentelemetry-go-extra/otellogrus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/cri-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/kubelet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: sigs.k8s.io/release-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

A friendly reminder that this PR had no activity for 30 days.

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.

0 participants