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

chore(deps): bump the engine group across 1 directory with 31 updates #162

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the engine group with 17 updates in the / directory:

Package From To
github.com/99designs/gqlgen 0.17.49 0.17.55
github.com/adrg/xdg 0.5.0 0.5.1
github.com/containerd/containerd 1.7.22 1.7.23
github.com/docker/cli 27.2.1+incompatible 27.3.1+incompatible
github.com/docker/docker 27.2.1+incompatible 27.3.1+incompatible
github.com/klauspost/compress 1.17.9 1.17.11
github.com/moby/buildkit 0.16.0-rc2.0.20240912123401-2a7accc029ec 0.17.0-rc1
github.com/opencontainers/runc 1.1.14 1.1.15
github.com/tidwall/gjson 1.17.3 1.18.0
github.com/urfave/cli 1.22.15 1.22.16
github.com/vito/midterm 0.1.5-0.20240307214207-d0271a7ca452 0.2.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 0.52.0 0.56.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.52.0 0.56.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.27.0 1.31.0
golang.org/x/oauth2 0.22.0 0.23.0
golang.org/x/tools 0.25.0 0.26.0
modernc.org/sqlite 1.33.0 1.33.1

Updates github.com/99designs/gqlgen from 0.17.49 to 0.17.55

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.55

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.54...v0.17.55

v0.17.54

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.53...v0.17.54

v0.17.53

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.52...v0.17.53

v0.17.52

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.51...v0.17.52

v0.17.51

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.50...v0.17.51

... (truncated)

Changelog

Sourced from github.com/99designs/gqlgen's changelog.

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v0.17.50 - 2024-09-13

  • a6d5d843 release v0.17.50

  • f154d99d Fix Nancy to use Go 1.22

  • 6b9e40e8 make rewrite default for resolver layout single-file (#3243)

Bumps the npm_and_yarn group in /integration with 1 update: dset.

Updates dset from 3.1.3 to 3.1.4


updated-dependencies:

  • dependency-name: dset dependency-type: indirect dependency-group: npm_and_yarn ...
  • Bump some more module versions

  • Update aurora

  • Avoid upgrade to go 1.23

  • downgrade goquery to support pre-Go 1.23 for now

... (truncated)

Commits
  • 5228a0b release v0.17.55
  • edf6b42 chore(deps-dev): bump vite from 5.4.7 to 5.4.8 in /integration (#3311)
  • 7177055 Update gqlparser to 2_5_17 (#3307)
  • 4cdeaa2 Call Unalias() in IsNilable() to support gotypesalias=1 (#3304)
  • 8fcf704 Update subscriptions.md (#3305)
  • 3a445f0 Add CSPs to list of common initialisms (#3303)
  • cd6f0b9 Handle common initialisms as the non-first word (#3302)
  • a711ecb chore(deps): bump rollup in /integration in the npm_and_yarn group (#3299)
  • a0f7dde chore(deps-dev): bump vite from 5.4.6 to 5.4.7 in /integration (#3296)
  • cc17785 v0.17.54 postrelease bump
  • Additional commits viewable in compare view

Updates github.com/adrg/xdg from 0.5.0 to 0.5.1

Release notes

Sourced from github.com/adrg/xdg's releases.

v0.5.1

Changelog

  • Added support for the non-standard XDG_BIN_HOME base directory. See XDG base directories README section for more details.
  • Added more config and data search locations on macOS.
    • Added ~/.config at the end of the list of default locations for XDG_CONFIG_DIRS.
    • Added ~/.local/share at the end of the list of default locations for XDG_DATA_DIRS.
  • Added more application search locations on Windows:
    • %ProgramFiles%
    • %ProgramFiles%\Common Files
    • %LOCALAPPDATA%\Programs
    • %LOCALAPPDATA%\Programs\Common

Internal

  • Updated golang.org/x/sys dependency to the latest version.
  • Improved package testing.
Commits
  • 3b346cd Minor README.md update
  • 1409556 Merge pull request #97 from adrg/macos-additional-search-paths
  • 1d38818 Update README.md
  • ab2aa4f Update default base directories test case for macOS
  • 6c0ef54 Add more data and config search paths on macOS
  • 0d710b1 Merge pull request #96 from adrg/xdg-bin-home
  • b09cff4 Minor README.md update
  • 5992f75 Update README.md
  • e57243d Update package documentation
  • 06a69c3 Update test cases to account for XDG_BIN_HOME directory addition
  • Additional commits viewable in compare view

Updates github.com/containerd/containerd from 1.7.22 to 1.7.23

Release notes

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

containerd 1.7.23

Welcome to the v1.7.23 release of containerd!

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

Highlights

  • Add errdefs aliases (#10792)
  • Allow proxy plugins to have capabilities (#10731)
  • Revert errdefs package migration (#10712)

Container Runtime Interface (CRI)

  • Add check for CNI plugins before tearing down pod network (#10767)

Image Distribution

  • Fix the race condition during GC of snapshots when client retries (#10763)

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

Contributors

  • Derek McGowan
  • Austin Vazquez
  • Phil Estes
  • Akihiro Suda
  • Samuel Karp
  • Maksym Pavlenko
  • Kern Walster
  • Kir Kolyshkin
  • Saket Jajoo
  • Sameer
  • Wei Fu
  • Zou Nengren
  • bo.jiang

Changes

  • Prepare release notes for v1.7.23 (#10802)
    • 921f554af Prepare release notes for v1.7.23
  • Revert "update runc binary to 1.1.15" (#10826)
    • 8f16d6588 Revert "update runc binary to 1.1.15"
  • Switch from actuated.dev to GH Action runners for arm64 (#10822)
    • 41e8f24cd Switch from actuated.dev to GH Action runners for arm64
    • dd811f224 Update github actions ci to run on forks

... (truncated)

Commits
  • 57f17b0 Merge pull request #10802 from dmcgowan/prepare-v1.7.23
  • 921f554 Prepare release notes for v1.7.23
  • 1f30ba0 Merge pull request #10826 from samuelkarp/revert-runc-1.1.15-for-1.7
  • 8f16d65 Revert "update runc binary to 1.1.15"
  • 13fdce8 Merge pull request #10822 from austinvazquez/cherry-pick-ee921689f739bd495b66...
  • 41e8f24 Switch from actuated.dev to GH Action runners for arm64
  • dd811f2 Update github actions ci to run on forks
  • bf981c1 Merge pull request #10813 from zouyee/patch-1
  • 284484a bump golangci/golangci-lint-action from 4 to 6
  • f380dee Merge pull request #10808 from austinvazquez/cherry-pick-46f5a0d9392f13f5f140...
  • Additional commits viewable in compare view

Updates github.com/containerd/errdefs from 0.1.0 to 0.3.0

Release notes

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

v0.3.0

This release splits the errdefs package into the github.com/containerd/errdefs package which only contains error definitions as well as basic functions to check for those definitions and the github.com/containerd/errdefs/pkg package which containers functionality for using the errdefs, such as error serialization and adding more data to errors.

What's Changed

Full Changelog: containerd/errdefs@v0.2.0...v0.3.0

pkg/v0.3.0

What's Changed

Full Changelog: containerd/errdefs@v0.3.0...pkg/v0.3.0

v0.2.0

What's Changed

New Contributors

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

Commits

Updates github.com/docker/cli from 27.2.1+incompatible to 27.3.1+incompatible

Commits
  • ce12230 Merge pull request #5462 from thaJeztah/27.x_backport_bump_compose
  • 263ba95 Merge pull request #5461 from laurazard/27.x-backport-update-VERSION
  • be9b9f3 Update VERSION file to v27.3.1-dev
  • a4149b0 Dockerfile: update compose to v2.29.7
  • 4aac415 Merge pull request #5458 from thaJeztah/27.x_bump_engine3
  • 8546958 vendor: github.com/docker/docker v27.3.0
  • f052003 Merge pull request #5457 from laurazard/backport-dropped-defer
  • 460f1be telemetry: fix early meterprovider shutdown
  • e85edf8 Merge pull request #5452 from laurazard/27.3.0-match-moby-version
  • ca62759 vendor: github.com/docker/docker v27.3.0-rc2
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 27.2.1+incompatible to 27.3.1+incompatible

Release notes

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

v27.3.1

27.3.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • CLI: Fix issue with command execution metrics not being exported due to the CLI MeterProvider being shutdown too early. docker/cli#5457

Packaging updates

v27.3.0

27.3.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • containerd image store: Fix docker image prune -a untagging images used by containers started from images referenced by a digested reference. moby/moby#48488
  • Add a --feature flag to the daemon options. moby/moby#48487
  • Updated the handling of the --gpus=0 flag to be consistent with the NVIDIA Container Runtime. moby/moby#48483 (docker/cli#5432)
  • Support WSL2 mirrored-mode networking's use of interface loopback0 for packets from the Windows host. moby/moby#48514
  • Fix an issue that prevented communication between containers on an IPv4 bridge network when running with --iptables=false, --ip6tables=true (the default), a firewall with a DROP rule for forwarded packets on hosts where the br_netfilter kernel module was not normally loaded. moby/moby#48511
  • CLI: Fix issue where docker volume update command would cause the CLI to panic if no argument/volume was passed. docker/cli#5426
  • docker/cli#5432

Packaging updates

v27.3.0-rc.2

27.3.0-rc.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

... (truncated)

Commits
  • 41ca978 Merge pull request #48525 from thaJeztah/27.x_backport_govulncheck_permissions
  • a6b772b gha: govulncheck: make sure read permissions are set
  • 856359c Merge pull request #48514 from robmry/backport-27.x/wsl2_mirrored_loopback0_w...
  • cd21af7 Do not DNAT packets from WSL2's loopback0
  • 8516f3b Merge pull request #48510 from thaJeztah/27.x_backport_bump_buildx_compose
  • 3a7779a Merge pull request #48511 from robmry/backport-27.x/48375_bridge_netfiltering
  • 5c499fc Only enable bridge netfiltering when needed
  • 98f24aa Merge pull request #48506 from thaJeztah/27.x_backport_man_dockerd_logformat
  • 8adc8e4 Dockerfile: update compose to v2.29.4
  • 576fc88 Dockerfile: update buildx to v0.17.1
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.17.9 to 1.17.11

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.17.11

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.10...v1.17.11

v1.17.10

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.9...v1.17.10

Commits

Updates github.com/moby/buildkit from 0.16.0-rc2.0.20240912123401-2a7accc029ec to 0.17.0-rc1

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.17.0-rc1

buildkit 0.17.0-rc1

Welcome to the v0.17.0-rc1 release of buildkit!
This is a pre-release of buildkit

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

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • Talon Bowler
  • Anthony Nandaa
  • David Karlsson
  • Justin Chadwell
  • Akihiro Suda
  • Billy Owire
  • MohammadHasan Akbari
  • Alberto Garcia Hierro
  • Austin Vazquez
  • Gabriel-Adrian Samfira
  • Laurent Goderre
  • Marat Radchenko
  • Matt Rickard
  • Paulo Sousa
  • Shaun Thompson
  • Silvin Lubecki
  • ryio1010

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.11.0-rc1 changelog
  • Garbage collection policies and prune filters have been updated to be more flexible and allow more control over used storage. Users can now define storage controls based on how much empty space is available on disk and define reserved and maximum storage limits separately #5359 #5079
  • FileOp.Copy now supports non-octal values for setting file mode with chmod #5375
  • Protobuf tooling has moved away from GoGo Protobuf. #5356 #5409 #5396 #5342
  • Memory allocations, especially when uploading big build contexts, have been reduced #5409
  • HTTP requests from build steps now use BuildKit specific user-agent like the Container registry requests #5407
  • ExecOp build steps now supports setting expected non-zero exit codes #5339
  • Parameter options can now be passed to the SBOM scanner #5372
  • Determinism of LLB marshaling has been improved to reduce unnecessary cache lookups #5374
  • Completeness of history records is now validated at startup #5378
  • Debug address now supports new flight recorder endpoints #5337
  • Improve communication with registries that return empty authentication scope #5321
  • Fix error handling for requiring AppArmor profiles in unsupported system #5373

... (truncated)

Commits

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/tidwall/gjson from 1.17.3 to 1.18.0

Commits

Updates github.com/tonistiigi/fsutil from 0.0.0-20240424095704-91a3fc46842c to 0.0.0-20241003195857-3f140a1299b0

Commits

Updates github.com/urfave/cli from 1.22.15 to 1.22.16

Release notes

Sourced from github.com/urfave/cli's releases.

v1.22.16

What's Changed

Full Changelog: urfave/cli@v1.22.15...v1.22.16

Commits
  • 77bdfab Merge pull request #1979 from urfave/v1-update-deps
  • e33bf2d Update file test doc to match current md2man format
  • 009899a Update dependencies in v1
  • 1c29f69 Merge pull request #1887 from urfave/v1-actions-do-si-do
  • 6a9fb62 Bump Go versions and reorder steps as with v2-maint
  • See full diff in compare view

Updates github.com/vektah/gqlparser/v2 from 2.5.16 to 2.5.17

Release notes

Sourced from github.com/vektah/gqlparser/v2's releases.

v2.5.17

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.5.16...v2.5.17

Commits
  • eedca08 Supporting directive on the schema (#318)
  • 068eddf validator: make rules exported and allow custom set of rules for Validate (#320)
  • ed10d5c Bump @​babel/preset-env in /validator/imported in the actions-deps group (#314)
  • 26ff391 Bump the actions-deps group across 1 directory with 4 updates (#312)
  • d5bcc3d Bump golangci/golangci-lint-action in the actions-deps group (#313)
  • da27ce6 Bump the actions-deps group in /validator/imported with 6 updates (#310)
  • 162c9a4 Bump prettier in /validator/imported in the actions-deps group (#308)
  • 832be16 validator: better error message when InputObject is not a map (#307)
  • See full diff in compare view

Updates github.com/vito/midterm from 0.1.5-0.20240307214207-d0271a7ca452 to 0.2.0

Commits

Updates go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.52.0 to 0.56.0

Release notes

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

Release v1.31.0/v0.56.0/v0.25.0/v0.11.0/v0.6.0/v0.4.0/v0.3.0

Overview

Added

  • The Severitier and SeverityVar types are added to go.opentelemetry.io/contrib/processors/minsev allowing dynamic configuration of the severity used by the LogProcessor. (#6116)
  • Move examples from go.opentelemetry.io/otel to this repository under examples directory. (#6158)
  • Support yaml/json struct tags for generated code in go.opentelemetry.io/contrib/config. (#5433)
  • Add support for parsing YAML configuration via ParseYAML in go.opentelemetry.io/contrib/config. (#5433)
  • Add support for temporality preference configuration in go.opentelemetry.io/contrib/config. (#5860)

Changed

  • The function signature of NewLogProcessor in go.opentelemetry.io/contrib/processors/minsev has changed to accept the added Severitier interface instead of a log.Severity. (#6116)
  • Updated go.opentelemetry.io/contrib/config to use the v0.3.0 release of schema which includes backwards incompatible changes. (#6126)
  • NewSDK in go.opentelemetry.io/contrib/config now returns a no-op SDK if disabled is set to true. (#6185)
  • The deprecated go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho package has found a Code Owner. The package is no longer deprecated. (#6207)

Fixed

  • Possible nil dereference panic in go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace. (#5965)
  • logrus.Level transformed to appropriate log.Severity in go.opentelemetry.io/contrib/bridges/otellogrus. (#6191)

Removed

  • The Minimum field of the LogProcessor in go.opentelemetry.io/contrib/processors/minsev is removed. Use NewLogProcessor to configure this setting. (#6116)
  • The deprecated go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron package is removed. (#6186)
  • The deprecated go.opentelemetry.io/contrib/samplers/aws/xray package is removed. (

Bumps the engine group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.49` | `0.17.55` |
| [github.com/adrg/xdg](https://github.com/adrg/xdg) | `0.5.0` | `0.5.1` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.22` | `1.7.23` |
| [github.com/docker/cli](https://github.com/docker/cli) | `27.2.1+incompatible` | `27.3.1+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.2.1+incompatible` | `27.3.1+incompatible` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.9` | `1.17.11` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.16.0-rc2.0.20240912123401-2a7accc029ec` | `0.17.0-rc1` |
| [github.com/opencontainers/runc](https://github.com/opencontainers/runc) | `1.1.14` | `1.1.15` |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.3` | `1.18.0` |
| [github.com/urfave/cli](https://github.com/urfave/cli) | `1.22.15` | `1.22.16` |
| [github.com/vito/midterm](https://github.com/vito/midterm) | `0.1.5-0.20240307214207-d0271a7ca452` | `0.2.0` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.52.0` | `0.56.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.52.0` | `0.56.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.27.0` | `1.31.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.22.0` | `0.23.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.25.0` | `0.26.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.33.0` | `1.33.1` |



Updates `github.com/99designs/gqlgen` from 0.17.49 to 0.17.55
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.49...v0.17.55)

Updates `github.com/adrg/xdg` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/adrg/xdg/releases)
- [Commits](adrg/xdg@v0.5.0...v0.5.1)

Updates `github.com/containerd/containerd` from 1.7.22 to 1.7.23
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.22...v1.7.23)

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

Updates `github.com/docker/cli` from 27.2.1+incompatible to 27.3.1+incompatible
- [Commits](docker/cli@v27.2.1...v27.3.1)

Updates `github.com/docker/docker` from 27.2.1+incompatible to 27.3.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.2.1...v27.3.1)

Updates `github.com/klauspost/compress` from 1.17.9 to 1.17.11
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.17.9...v1.17.11)

Updates `github.com/moby/buildkit` from 0.16.0-rc2.0.20240912123401-2a7accc029ec to 0.17.0-rc1
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/commits/v0.17.0-rc1)

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/tidwall/gjson` from 1.17.3 to 1.18.0
- [Commits](tidwall/gjson@v1.17.3...v1.18.0)

Updates `github.com/tonistiigi/fsutil` from 0.0.0-20240424095704-91a3fc46842c to 0.0.0-20241003195857-3f140a1299b0
- [Commits](https://github.com/tonistiigi/fsutil/commits)

Updates `github.com/urfave/cli` from 1.22.15 to 1.22.16
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v1.22.15...v1.22.16)

Updates `github.com/vektah/gqlparser/v2` from 2.5.16 to 2.5.17
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.16...v2.5.17)

Updates `github.com/vito/midterm` from 0.1.5-0.20240307214207-d0271a7ca452 to 0.2.0
- [Commits](https://github.com/vito/midterm/commits/v0.2.0)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.52.0 to 0.56.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.52.0...zpages/v0.56.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.52.0 to 0.56.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.52.0...zpages/v0.56.0)

Updates `go.opentelemetry.io/otel` from 1.27.0 to 1.31.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.27.0...v1.31.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.27.0 to 1.31.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.27.0...v1.31.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.27.0 to 1.31.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.27.0...v1.31.0)

Updates `go.opentelemetry.io/otel/trace` from 1.27.0 to 1.31.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.27.0...v1.31.0)

Updates `golang.org/x/crypto` from 0.27.0 to 0.28.0
- [Commits](golang/crypto@v0.27.0...v0.28.0)

Updates `golang.org/x/exp` from 0.0.0-20231110203233-9a3e6036ecaa to 0.0.0-20240909161429-701f63a606c0
- [Commits](https://github.com/golang/exp/commits)

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

Updates `golang.org/x/oauth2` from 0.22.0 to 0.23.0
- [Commits](golang/oauth2@v0.22.0...v0.23.0)

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

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

Updates `golang.org/x/text` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.18.0...v0.19.0)

Updates `golang.org/x/tools` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.25.0...v0.26.0)

Updates `google.golang.org/grpc` from 1.65.0 to 1.67.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.65.0...v1.67.1)

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

Updates `modernc.org/sqlite` from 1.33.0 to 1.33.1
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.33.0...v1.33.1)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/adrg/xdg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/containerd/errdefs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/opencontainers/runc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/tidwall/gjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/tonistiigi/fsutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/urfave/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/vito/midterm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
...

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

dependabot bot commented on behalf of github Oct 21, 2024

The following labels could not be found: kind/dependencies, area/engine, area/cli.

Copy link
Author

dependabot bot commented on behalf of github Oct 28, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 28, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/engine-e7fd52f2b3 branch October 28, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants