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 25 updates #798

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 8, 2024

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

Package From To
github.com/checkpoint-restore/go-criu/v7 7.1.0 7.2.0
github.com/containerd/containerd 1.7.21 1.7.22
github.com/containers/common 0.60.2 0.60.4
github.com/containers/conmon-rs 0.6.5 0.6.6
github.com/cri-o/ocicni 0.4.2 0.4.3
github.com/cyphar/filepath-securejoin 0.3.1 0.3.3
github.com/intel/goresctrl 0.7.0 0.8.0
github.com/opencontainers/runc 1.1.14 1.1.15
github.com/prometheus/client_golang 1.20.2 1.20.4
github.com/uptrace/opentelemetry-go-extra/otellogrus 0.3.1 0.3.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 0.54.0 0.55.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.29.0 1.30.0
google.golang.org/protobuf 1.34.2 1.35.1
k8s.io/api 0.31.0 0.31.1
k8s.io/client-go 0.31.0 0.31.1
k8s.io/cri-api 0.31.0 0.31.1
k8s.io/kubelet 0.31.0 0.31.1
sigs.k8s.io/release-utils 0.8.4 0.8.5

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.22

Release notes

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

containerd 1.7.22

Welcome to the v1.7.22 release of containerd!

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

Highlights

Build and Release Toolchain

  • Update to go1.22.7, go1.23.1 (#10679)

Container Runtime Interface (CRI)

  • Cumulative stats can't decrease (#10670)

Runtime

  • Fix bug where init exits were being dropped (#10675)
  • Update runc binary to 1.1.14 (#10668)

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

Contributors

  • Samuel Karp
  • James Sturtevant
  • Laura Brehm
  • Maksym Pavlenko
  • Akhil Mohan
  • Akihiro Suda
  • Cory Snider
  • Derek McGowan
  • Sebastiaan van Stijn

Changes

  • Prepare release notes for v1.7.22 (#10684)
    • 43174ee6a Prepare release notes for v1.7.22
  • integration: regression test for issue 10589 (#10682)
    • 0c4ba21d8 integration: regression test for issue 10589
    • 1cc2cfa4b fifosync: cross-process synchronization
  • Fix bug where init exits were being dropped (#10675)
    • f338717ed runc-shim: handle pending execs as running
    • 686c69490 runc-shim: refuse to start execs after init exits
    • 760935e52 runc-shim: remove misleading comment
  • Update to go1.22.7, go1.23.1 (#10679)

... (truncated)

Commits
  • 7f7fdf5 Merge pull request #10684 from samuelkarp/release-1.7.22
  • 43174ee Prepare release notes for v1.7.22
  • c10e4a6 Merge pull request #10682 from samuelkarp/shim-exec-fp-test-1.7
  • 0c4ba21 integration: regression test for issue 10589
  • 1cc2cfa fifosync: cross-process synchronization
  • b19be30 Merge pull request #10675 from laurazard/1.7-backport-shim-dropped-init-exits
  • c62aa06 Merge pull request #10679 from thaJeztah/1.7_update_go1.22.7
  • 19d678f update to go1.22.7, go1.23.1
  • f338717 runc-shim: handle pending execs as running
  • 686c694 runc-shim: refuse to start execs after init exits
  • Additional commits viewable in compare view

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

Release notes

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

v0.60.4

What's Changed

Full Changelog: containers/common@v0.60.3...v0.60.4

v0.60.3

What's Changed

Full Changelog: containers/common@v0.60.2...v0.60.3

Commits
  • d31fcd2 Bump to v0.60.4
  • e7db065 pkg/subscriptions: use securejoin for the container path
  • 91f5148 Merge pull request #2170 from Luap99/v0.60
  • 8264002 Bump to v0.60.3
  • 2776f6b pkg/netns: remove NewNSWithName()
  • 8a5b951 pkg/netns: add NewNSFrom()
  • 50870e9 pkg/netns: ensure makeNetnsDir is race free
  • 322f2c2 pkg/netns: split out makeNetnsDir logic
  • 52c82b1 Merge pull request #2127 from TomSweeneyRedHat/dev/tsweeney/v0.60.2
  • See full diff 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/cri-o/ocicni from 0.4.2 to 0.4.3

Release notes

Sourced from github.com/cri-o/ocicni's releases.

v0.4.3

What's Changed

Full Changelog: cri-o/ocicni@v0.4.2...v0.4.3

Commits
  • f9adb07 Merge pull request #200 from cri-o/dependabot/go_modules/github.com/onsi/gome...
  • aeca4a7 build(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1
  • df92c06 Merge pull request #199 from cri-o/dependabot/go_modules/github.com/onsi/gink...
  • 25c18fe build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2
  • ca0b458 Merge pull request #197 from squeed/cni-v1.1-gc
  • b77040d add GC support
  • 7844e14 clean up locking
  • 75a0b3a Merge pull request #198 from cri-o/dependabot/go_modules/github.com/onsi/gome...
  • a6c8cbf build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0
  • 2f5515b Merge pull request #196 from squeed/cni-v1.1-status
  • Additional commits viewable in compare view

Updates github.com/cyphar/filepath-securejoin from 0.3.1 to 0.3.3

Release notes

Sourced from github.com/cyphar/filepath-securejoin's releases.

v0.3.3

This release primarily includes fixes for spurious errors we hit when checking that directories created by MkdirAll "look right". Upon further consideration, these checks were fundamentally buggy and didn't offer any practical protection anyway.

  • The mode and owner verification logic in MkdirAll has been removed. This was originally intended to protect against some theoretical attacks but upon further consideration these protections don't actually buy us anything and they were causing spurious errors with more complicated filesystem setups.
  • The "is the created directory empty" logic in MkdirAll has also been removed. This was not causing us issues yet, but some pseudofilesystems (such as cgroup) create non-empty directories and so this logic would've been wrong for such cases.

Thanks to all of the contributors who made this release possible:

Signed-off-by: Aleksa Sarai [email protected]

v0.3.2

This release includes a few fixes for MkdirAll when dealing with S_ISUID and S_ISGID, to solve a regression runc hit when switching to MkdirAll.

  • Passing the S_ISUID or S_ISGID modes to MkdirAllInRoot will now return an explicit error saying that those bits are ignored by mkdirat(2). In the past a different error was returned, but since the silent ignoring behaviour is codified in the man pages a more explicit error seems apt. While silently ignoring these bits would be the most compatible option, it could lead to users thinking their code sets these bits when it doesn't. Programs that need to deal with compatibility can mask the bits themselves. (#23, #25)

  • If a directory has S_ISGID set, then all child directories will have S_ISGID set when created and a different gid will be used for any inode created under the directory. Previously, the "expected owner and mode" validation in securejoin.MkdirAll did not correctly handle this. We now correctly handle this case. (#24, #25)

Signed-off-by: Aleksa Sarai [email protected]

Changelog

Sourced from github.com/cyphar/filepath-securejoin's changelog.

[0.3.3] - 2024-09-30

Fixed

  • The mode and owner verification logic in MkdirAll has been removed. This was originally intended to protect against some theoretical attacks but upon further consideration these protections don't actually buy us anything and they were causing spurious errors with more complicated filesystem setups.
  • The "is the created directory empty" logic in MkdirAll has also been removed. This was not causing us issues yet, but some pseudofilesystems (such as cgroup) create non-empty directories and so this logic would've been wrong for such cases.

[0.3.2] - 2024-09-13

Changed

  • Passing the S_ISUID or S_ISGID modes to MkdirAllInRoot will now return an explicit error saying that those bits are ignored by mkdirat(2). In the past a different error was returned, but since the silent ignoring behaviour is codified in the man pages a more explicit error seems apt. While silently ignoring these bits would be the most compatible option, it could lead to users thinking their code sets these bits when it doesn't. Programs that need to deal with compatibility can mask the bits themselves. (#23, #25)

Fixed

  • If a directory has S_ISGID set, then all child directories will have S_ISGID set when created and a different gid will be used for any inode created under the directory. Previously, the "expected owner and mode" validation in securejoin.MkdirAll did not correctly handle this. We now correctly handle this case. (#24, #25)
Commits
  • 93cff46 VERSION: release v0.3.3
  • 2b3d97d merge #26 into cyphar/filepath-securejoin:main
  • 09afcf2 OpenInRoot: add CVE link to godoc
  • 5b5a7a4 Add cross-links to godoc
  • daead99 Remove osVFS methods documentation
  • 208ded3 tests: don't panic if the fd is closed
  • 626b5a5 merge #29 into cyphar/filepath-securejoin:main
  • 92b699d mkdir: don't check that the directory is empty
  • 90adf5c mkdir: do not return errors for incorrect directory modes or owners
  • 3bf6419 merge #30 into cyphar/filepath-securejoin:main
  • Additional commits viewable in compare view

Updates github.com/intel/goresctrl from 0.7.0 to 0.8.0

Release notes

Sourced from github.com/intel/goresctrl's releases.

v0.8.0

The v0.8.0 release add functionality for configuring the cpu frequency scaling governor. It also updates build dependencies.

Full Changelog: intel/goresctrl@v0.7.0...v0.8.0

Commits
  • f7cfa04 Merge pull request #133 from fmuyassarov/governor
  • f115c95 utils: add functions for setting cpu frequency scaling governor
  • 8c4e40b Merge pull request #134 from intel/dependabot/github_actions/main/actions/upl...
  • a4f4b22 build(deps): bump actions/upload-artifact from 3 to 4
  • 620b92e Merge pull request #132 from marquiz/devel/dependabot
  • b273371 github: add dependabot config
  • dc1742e Merge pull request #131 from marquiz/devel/github-actions
  • a121f3c github: update upload-artifact action to v4
  • See full diff in compare view

Updates github.com/opencontainers/runc from 1.1.14 to 1.1.15

Changelog

Sourced from github.com/opencontainers/runc's changelog.

[1.1.15] - 2024-10-07

How, dear sir, did you cross the flood? By not stopping, friend, and by not straining I crossed the flood.

Fixed

  • The -ENOSYS seccomp stub is now always generated for the native architecture that runc is running on. This is needed to work around some arguably specification-incompliant behaviour from Docker on architectures such as ppc64le, where the allowed architecture list is set to null. This ensures that we always generate at least one -ENOSYS stub for the native architecture even with these weird configs. (#4391)
  • On a system with older kernel, reading /proc/self/mountinfo may skip some entries, as a consequence runc may not properly set mount propagation, causing container mounts leak onto the host mount namespace. (#2404, #4425)

Removed

  • In order to fix performance issues in the "lightweight" bindfd protection against CVE-2019-5736, the temporary ro bind-mount of /proc/self/exe has been removed. runc now creates a binary copy in all cases. (#4392, #2532)
Commits
  • bc20cb4 VERSION: release 1.1.15
  • 2790485 CHANGELOG: Remove empty changed line
  • ed38aea Merge pull request #4425 from kolyshkin/1.1-fix-mount-leak
  • 65aa700 [1.1] runc run: fix mount leak
  • a4cebd3 Merge pull request #4423 from rata/1-1-fix-CI
  • 719e2bc increase memory.max in cgroups.bats
  • 3216d3b merge #4391 into opencontainers/runc:release-1.1
  • bd671b6 Merge pull request #4392 from cyphar/1.1-remove-bindfd
  • 614ce12 [1.1] nsenter: cloned_binary: remove bindfd logic entirely
  • 618e149 [1.1] seccomp: patchbpf: always include native architecture in stub
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.20.2 to 1.20.4

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.20.4

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623

v1.20.3

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
Changelog

Sourced from github.com/prometheus/client_golang's changelog.

Unreleased

  • [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623

1.20.3 / 2024-09-05

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
Commits
  • 05fcde9 Merge pull request #1623 from krajorama/data-race-in-histogram-write
  • 209f4c0 Add changelog
  • 1e398cc native histogram: Fix race between Write and addExemplar
  • ef2f87e Merge pull request #1620 from prometheus/arthursens/prepare-1.20.3
  • 937ac63 Add changelog entry for 1.20.3
  • 6e9914d Merge pull request #1608 from krajorama/index-out-of-range-native-histogram-e...
  • d6b8c89 Update comments with more explanations
  • 504566f Use simplified solution from #1609 for the data race
  • dc8e9a4 fix: native histogram: Simplify and fix addExemplar
  • dc819ce Use a trivial solution to #1605
  • Additional commits viewable in compare view

Updates github.com/uptrace/opentelemetry-go-extra/otellogrus from 0.3.1 to 0.3.2

Release notes

Sourced from github.com/uptrace/opentelemetry-go-extra/otellogrus's releases.

v0.3.2

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/opentelemetry-go-extra/otellogrus's changelog.

0.3.2 (2024-09-22)

Commits
  • 981c0d3 Merge pull request #136 from uptrace/release/v0.3.2
  • ac7e808 Merge pull request #134 from rsergeychik/fix-float32-log-field-converter
  • 150eedb chore: release v0.3.2 (release.sh)
  • f7cfacc chore: fix script
  • 20a3da6 chore: update dependencies
  • da07ee0 fix float32 zapcore field converter
  • See full diff in compare view

Updates go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.54.0 to 0.55.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases.

Release v1.30.0/v0.55.0/v0.24.0/v0.10.0/v0.5.0/v0.3.0/v0.2.0

Overview

Added

  • Add NewProducer to go.opentelemetry.io/contrib/instrumentation/runtime, which allows collecting the go.schedule.duration histogram metric from the Go runtime. (#5991)
  • Add gRPC protocol support for OTLP log exporter in go.opentelemetry.io/contrib/exporters/autoexport. (#6083)

Removed

Fixed

  • Superfluous call to WriteHeader when flushing after setting a status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#6074)
  • Superfluous call to WriteHeader when writing the response body after setting a status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#6055)

What's Changed

... (truncated)

Changelog

Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's changelog.

[1.30.0/0.55.0/0.24.0/0.10.0/0.5.0/0.3.0/0.2.0] - 2024-09-10

Added

  • Add NewProducer to go.opentelemetry.io/contrib/instrumentation/runtime, which allows collecting the go.schedule.duration histogram metric from the Go runtime. (#5991)
  • Add gRPC protocol support for OTLP log exporter in go.opentelemetry.io/contrib/exporters/autoexport. (#6083)

Removed

Fixed

  • Superfluous call to WriteHeader when flushing after setting a status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#6074)
  • Superfluous call to WriteHeader when writing the response body after setting a status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#6055)
Commits
  • 4ccc9c6 Release v1.30.0/v0.55.0/v0.24.0/v0.10.0/v0.5.0/v0.3.0/v0.2.0 (#6106)
  • d312469 fix(deps): update module github.com/golangci/golangci-lint to v1.61.0 (#6101)
  • 5425de9 Fix gosec lint issues (#6107)
  • 774b20e chore(deps): update kubernetes packages to v0.31.0 (#5926)
  • 38e6e1e chore(deps): update github.com/lufia/plan9stats digest to 873cd01 (#6098)
  • 9309161 fix(deps): update module google.golang.org/grpc to v1.66.1 (#6103)
  • 9a46844 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/dynamodb to v1....
  • f43f59e fix(deps): update golang.org/x/exp digest to 701f63a (#6099)
  • 53b99ae feat: add grpc support for log autoexport (#6083)
  • 23e6f6c chore(deps): update module github.com/go-playground/validator/v10 to v10.22.1...
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel from 1.29.0 to 1.30.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09

Added

  • Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environments in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#5739)
  • The WithResource option for NewMeterProvider now merges the provided resources with the ones from environment variables. (#5773)
  • The WithResource option for NewLoggerProvider now merges the provided resources with the ones from environment variables. (#5773)
  • Add UTF-8 support to go.opentelemetry.io/otel/exporters/prometheus. (#5755)

Fixed

  • Fix memory leak in the global MeterProvider when identical instruments are repeatedly created. (#5754)
  • Fix panic on instruments creation when setting meter provider. (#5758)
  • Fix an issue where SetMeterProvider in go.opentelemetry.io/otel might miss the delegation for instruments and registries. (#5780)

Removed

Commits

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

| Package | From | To |
| --- | --- | --- |
| [github.com/checkpoint-restore/go-criu/v7](https://github.com/checkpoint-restore/go-criu) | `7.1.0` | `7.2.0` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.21` | `1.7.22` |
| [github.com/containers/common](https://github.com/containers/common) | `0.60.2` | `0.60.4` |
| [github.com/containers/conmon-rs](https://github.com/containers/conmon-rs) | `0.6.5` | `0.6.6` |
| [github.com/cri-o/ocicni](https://github.com/cri-o/ocicni) | `0.4.2` | `0.4.3` |
| [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) | `0.3.1` | `0.3.3` |
| [github.com/intel/goresctrl](https://github.com/intel/goresctrl) | `0.7.0` | `0.8.0` |
| [github.com/opencontainers/runc](https://github.com/opencontainers/runc) | `1.1.14` | `1.1.15` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.2` | `1.20.4` |
| [github.com/uptrace/opentelemetry-go-extra/otellogrus](https://github.com/uptrace/opentelemetry-go-extra) | `0.3.1` | `0.3.2` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.54.0` | `0.55.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.29.0` | `1.30.0` |
| google.golang.org/protobuf | `1.34.2` | `1.35.1` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.31.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.31.1` |
| [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.31.0` | `0.31.1` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.31.0` | `0.31.1` |
| [sigs.k8s.io/release-utils](https://github.com/kubernetes-sigs/release-utils) | `0.8.4` | `0.8.5` |



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.22
- [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.22)

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

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/cri-o/ocicni` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/cri-o/ocicni/releases)
- [Commits](cri-o/ocicni@v0.4.2...v0.4.3)

Updates `github.com/cyphar/filepath-securejoin` from 0.3.1 to 0.3.3
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases)
- [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md)
- [Commits](cyphar/filepath-securejoin@v0.3.1...v0.3.3)

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/opencontainers/runc` from 1.1.14 to 1.1.15
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.15/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.1.14...v1.1.15)

Updates `github.com/prometheus/client_golang` from 1.20.2 to 1.20.4
- [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.4)

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 `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.54.0 to 0.55.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.55.0)

Updates `go.opentelemetry.io/otel` from 1.29.0 to 1.30.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.30.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.29.0 to 1.30.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.30.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.29.0 to 1.30.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.30.0)

Updates `go.opentelemetry.io/otel/trace` from 1.29.0 to 1.30.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.30.0)

Updates `golang.org/x/net` from 0.28.0 to 0.29.0
- [Commits](golang/net@v0.28.0...v0.29.0)

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

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

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

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

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

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

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

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

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/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/containers/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/cri-o/ocicni
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/cyphar/filepath-securejoin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/opencontainers/runc
  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: 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/net
  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-patch
  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
Author

dependabot bot commented on behalf of github Oct 9, 2024

Superseded by #800.

@dependabot dependabot bot closed this Oct 9, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-3a1b0978bb branch October 9, 2024 05:37
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