Skip to content

build(deps): bump the gomod group across 6 directories with 8 updates#6016

Merged
arkodg merged 2 commits intomainfrom
dependabot/go_modules/gomod-4f188d4e07
May 14, 2025
Merged

build(deps): bump the gomod group across 6 directories with 8 updates#6016
arkodg merged 2 commits intomainfrom
dependabot/go_modules/gomod-4f188d4e07

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the gomod group with 3 updates in the / directory: github.com/miekg/dns, go.opentelemetry.io/proto/otlp and golang.org/x/net.
Bumps the gomod group with 1 update in the /examples/envoy-ext-auth directory: golang.org/x/net.
Bumps the gomod group with 1 update in the /examples/extension-server directory: golang.org/x/net.
Bumps the gomod group with 1 update in the /examples/grpc-ext-proc directory: golang.org/x/net.
Bumps the gomod group with 1 update in the /examples/preserve-case-backend directory: github.com/valyala/fasthttp.
Bumps the gomod group with 3 updates in the /examples/simple-extension-server directory: golang.org/x/net, google.golang.org/protobuf and github.com/envoyproxy/gateway.

Updates github.com/miekg/dns from 1.1.65 to 1.1.66

Commits

Updates go.opentelemetry.io/proto/otlp from 1.5.0 to 1.6.0

Release notes

Sourced from go.opentelemetry.io/proto/otlp's releases.

v1.6.0

Overview

Generated Go code for the v1.6.0 version of the OTLP

OTLP Changelog

Added

  • resource: Add EntityRef. #635
  • general: add specs for empty telemetry envelopes. #622

Changed

  • logs: Stabilize event_name field in LogRecord message. #643
  • profiles: Move the lookup tables to ProfilesData. #644
  • profiles: Move default sample_type from the string table to sample_type. #620
  • general: remove comment on each service about keeping the RPC alive #637
  • metrics: clarify when bucket_counts array may be empty #619

Full Changelog: open-telemetry/opentelemetry-proto@v1.5.0...v1.6.0

What's Changed

... (truncated)

Commits
  • ed3d8b9 Release v1.6.0 (#304)
  • 54306df fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.23.1 ...
  • 757fdc7 chore(deps): update otel/build-protobuf docker tag to v0.25.0 (#308)
  • d2c0ede Use renovate-friendly def of Docker image (#305)
  • 7c54435 fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.23.0 ...
  • 225af11 chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 10db9...
  • 0a64f54 chore(deps): update google.golang.org/genproto/googleapis/api digest to 10db9...
  • 293531b chore(deps): update github/codeql-action action to v3.28.16 (#298)
  • 3ed1d3d chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 7b384...
  • 9dd37fe chore(deps): update google.golang.org/genproto/googleapis/api digest to 7b384...
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.39.0 to 0.40.0

Commits
  • 7d6e62a go.mod: update golang.org/x dependencies
  • ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
  • 3e7a445 quic: skip packet numbers for optimistic ack defense
  • 3f563d3 quic: use an enum for sentPacket state
  • a3b6e77 quic: don't re-lose packets when discarding keys
  • 22500a6 quic: decode packet numbers >255 in tests
  • dd0b200 quic: remove go1.21 build constraint
  • See full diff in compare view

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20250218202821-56aae31c358a to 0.0.0-20250428153025-10db94c68c34

Commits

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20250219182151-9fdb1cabc7b2 to 0.0.0-20250428153025-10db94c68c34

Commits

Updates golang.org/x/net from 0.39.0 to 0.40.0

Commits
  • 7d6e62a go.mod: update golang.org/x dependencies
  • ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
  • 3e7a445 quic: skip packet numbers for optimistic ack defense
  • 3f563d3 quic: use an enum for sentPacket state
  • a3b6e77 quic: don't re-lose packets when discarding keys
  • 22500a6 quic: decode packet numbers >255 in tests
  • dd0b200 quic: remove go1.21 build constraint
  • See full diff in compare view

Updates golang.org/x/net from 0.39.0 to 0.40.0

Commits
  • 7d6e62a go.mod: update golang.org/x dependencies
  • ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
  • 3e7a445 quic: skip packet numbers for optimistic ack defense
  • 3f563d3 quic: use an enum for sentPacket state
  • a3b6e77 quic: don't re-lose packets when discarding keys
  • 22500a6 quic: decode packet numbers >255 in tests
  • dd0b200 quic: remove go1.21 build constraint
  • See full diff in compare view

Updates golang.org/x/net from 0.39.0 to 0.40.0

Commits
  • 7d6e62a go.mod: update golang.org/x dependencies
  • ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
  • 3e7a445 quic: skip packet numbers for optimistic ack defense
  • 3f563d3 quic: use an enum for sentPacket state
  • a3b6e77 quic: don't re-lose packets when discarding keys
  • 22500a6 quic: decode packet numbers >255 in tests
  • dd0b200 quic: remove go1.21 build constraint
  • See full diff in compare view

Updates github.com/valyala/fasthttp from 1.61.0 to 1.62.0

Release notes

Sourced from github.com/valyala/fasthttp's releases.

v1.62.0

What's Changed

New Contributors

Full Changelog: valyala/fasthttp@v1.61.0...v1.62.0

Commits
  • 9e457eb mod acceptConn (#2005)
  • 69a68df chore(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 (#2003)
  • 83fbe80 chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#2002)
  • 51817a4 chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#2001)
  • 41a1449 feat: move user values to Request structure (#1999)
  • 1345f42 Add support for streaming identity-encoded or unknown length response bodies ...
  • See full diff in compare view

Updates golang.org/x/net from 0.39.0 to 0.40.0

Commits
  • 7d6e62a go.mod: update golang.org/x dependencies
  • ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
  • 3e7a445 quic: skip packet numbers for optimistic ack defense
  • 3f563d3 quic: use an enum for sentPacket state
  • a3b6e77 quic: don't re-lose packets when discarding keys
  • 22500a6 quic: decode packet numbers >255 in tests
  • dd0b200 quic: remove go1.21 build constraint
  • See full diff in compare view

Updates google.golang.org/protobuf from 1.36.5 to 1.36.6

Updates github.com/envoyproxy/gateway from 1.3.2 to 1.3.3

Release notes

Sourced from github.com/envoyproxy/gateway's releases.

v1.3.3

Release Announcement

Check out the v1.3.3 release announcement to learn more about the release.

Bug fixes

  • Fix issue where ReferenceGrant from SecurityPolicy to the referenced RemoteJWKS backend was not respected.
  • Fix HTTPRoute precedence by correctly considering header and query match types.
  • Fix to return an error if direct response size exceeds the limit.
  • Fix to avoid adding the TLS inspector filter to QUIC listeners.
  • Fix to continue processing remaining GatewayClasses after encountering an error.
  • Add validation for header values.

Other changes

  • Bumped envoy to v1.33.3.
  • Bumped ratelimit to 3e085e5b.

What's Changed

Full Changelog: v1.3.2...v1.3.3

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 12, 2025 13:21
@dependabot dependabot bot added go Pull requests that update Go code dependencies Pull requests that update a dependency file labels May 12, 2025
@codecov
Copy link

codecov bot commented May 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.46%. Comparing base (8455177) to head (80a2834).
Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6016   +/-   ##
=======================================
  Coverage   70.45%   70.46%           
=======================================
  Files         217      217           
  Lines       36038    36038           
=======================================
+ Hits        25392    25393    +1     
+ Misses       9140     9139    -1     
  Partials     1506     1506           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zirain zirain force-pushed the dependabot/go_modules/gomod-4f188d4e07 branch from 846d3b4 to e8f311b Compare May 12, 2025 23:48
dependabot bot and others added 2 commits May 13, 2025 18:41
Bumps the gomod group with 3 updates in the / directory: [github.com/miekg/dns](https://github.com/miekg/dns), [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) and [golang.org/x/net](https://github.com/golang/net).
Bumps the gomod group with 1 update in the /examples/envoy-ext-auth directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the gomod group with 1 update in the /examples/extension-server directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the gomod group with 1 update in the /examples/grpc-ext-proc directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the gomod group with 1 update in the /examples/preserve-case-backend directory: [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp).
Bumps the gomod group with 3 updates in the /examples/simple-extension-server directory: [golang.org/x/net](https://github.com/golang/net), google.golang.org/protobuf and [github.com/envoyproxy/gateway](https://github.com/envoyproxy/gateway).


Updates `github.com/miekg/dns` from 1.1.65 to 1.1.66
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](miekg/dns@v1.1.65...v1.1.66)

Updates `go.opentelemetry.io/proto/otlp` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases)
- [Commits](open-telemetry/opentelemetry-proto-go@v1.5.0...v1.6.0)

Updates `golang.org/x/net` from 0.39.0 to 0.40.0
- [Commits](golang/net@v0.39.0...v0.40.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250218202821-56aae31c358a to 0.0.0-20250428153025-10db94c68c34
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250219182151-9fdb1cabc7b2 to 0.0.0-20250428153025-10db94c68c34
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `golang.org/x/net` from 0.39.0 to 0.40.0
- [Commits](golang/net@v0.39.0...v0.40.0)

Updates `golang.org/x/net` from 0.39.0 to 0.40.0
- [Commits](golang/net@v0.39.0...v0.40.0)

Updates `golang.org/x/net` from 0.39.0 to 0.40.0
- [Commits](golang/net@v0.39.0...v0.40.0)

Updates `github.com/valyala/fasthttp` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](valyala/fasthttp@v1.61.0...v1.62.0)

Updates `golang.org/x/net` from 0.39.0 to 0.40.0
- [Commits](golang/net@v0.39.0...v0.40.0)

Updates `google.golang.org/protobuf` from 1.36.5 to 1.36.6

Updates `github.com/envoyproxy/gateway` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/envoyproxy/gateway/releases)
- [Commits](v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: github.com/miekg/dns
  dependency-version: 1.1.66
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/proto/otlp
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/net
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20250428153025-10db94c68c34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20250428153025-10db94c68c34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/net
  dependency-version: 0.40.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/net
  dependency-version: 0.40.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/net
  dependency-version: 0.40.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/valyala/fasthttp
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/net
  dependency-version: 0.40.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/envoyproxy/gateway
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: zirain <zirain2009@gmail.com>
@zirain zirain force-pushed the dependabot/go_modules/gomod-4f188d4e07 branch from e8f311b to 80a2834 Compare May 13, 2025 10:41
@arkodg arkodg merged commit d063fff into main May 14, 2025
27 checks passed
@arkodg arkodg deleted the dependabot/go_modules/gomod-4f188d4e07 branch May 14, 2025 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants