fix(deps): update all dependencies #5

Merged
kjuulh merged 1 commits from renovate/all into main 2025-01-20 02:56:53 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
github.com/99designs/gqlgen require patch v0.17.57 -> v0.17.63
github.com/vektah/gqlparser/v2 require patch v2.5.19 -> v2.5.21
go.opentelemetry.io/proto/otlp require minor v1.3.1 -> v1.5.0
golang.org/x/exp require digest 9a3e603 -> 7588d65
google.golang.org/grpc require minor v1.68.0 -> v1.69.4

Release Notes

99designs/gqlgen (github.com/99designs/gqlgen)

v0.17.63

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.62...v0.17.63

v0.17.62

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.61...v0.17.62

v0.17.61

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.60...v0.17.61

v0.17.60

Compare Source

What's Changed

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.59...v0.17.60

v0.17.59

Compare Source

What's Changed

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.58...v0.17.59

v0.17.58

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.57...v0.17.58

vektah/gqlparser (github.com/vektah/gqlparser/v2)

v2.5.21

Compare Source

What's Changed

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.20...v2.5.21

v2.5.20

Compare Source

What's Changed

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.19...v2.5.20

open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)

v1.5.0

Compare Source

Release of the v1.5.0 version of OTLP.

What's Changed

New Contributors

Full Changelog: https://github.com/open-telemetry/opentelemetry-proto-go/compare/v1.4.0...v1.5.0

v1.4.0

Compare Source

Release of the v1.4.0 version of the OTLP, including updated Profiles signal.

What's Changed

New Contributors

Full Changelog: https://github.com/open-telemetry/opentelemetry-proto-go/compare/v1.3.1...v1.4.0

grpc/grpc-go (google.golang.org/grpc)

v1.69.4: Release 1.69.4

Compare Source

Bug Fixes

  • rbac: fix support for :path header matchers, which would previously never successfully match (#​7965).

Documentation

  • examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service (#​7945).

v1.69.2: Release 1.69.2

Compare Source

Bug Fixes

  • stats/experimental: add type aliases for symbols (Metrics/etc) that were moved to the stats package (#​7929).
  • client: set user-agent string to the correct version.

v1.69.0: Release 1.69.0

Compare Source

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#​7556)

New Features

  • stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#​7874)
  • xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#​7701)
  • dns: Add support for link local IPv6 addresses (#​7889)
  • The new experimental pickfirst LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimental pickfirst policy can be enabled by setting the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to true. (#​7725, #​7742)
  • balancer/pickfirst: Emit metrics from the pick_first load balancing policy (#​7839)
  • grpc: export MethodHandler, which is the type of an already-exported field in MethodDesc (#​7796)

Bug Fixes

  • credentials/google: set scope for application default credentials (#​7887)
  • xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . (#​7851, #​7853)
  • examples: fix the debugging example, which was broken by a recent change (#​7833)

Behavior Changes

  • client: update retry attempt backoff to apply jitter per updates to gRFC A6. (#​7869)
  • balancer/weightedroundrobin: use the pick_first LB policy to manage connections (#​7826)

API Changes

  • balancer: An internal method is added to the balancer.SubConn interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#​7840)

Performance Improvements

  • mem: implement a ReadAll() method for more efficient io.Reader consumption (#​7653)
  • mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them (#​7702)

Documentation

  • examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled (#​7875)

v1.68.2: Release 1.68.2

Compare Source

Dependencies

  • Remove the experimental stats/opentelemetry module and instead add the experimental packages it contains directly into the main google.golang.org/grpc module (#​7936)

v1.68.1: Release 1.68.1

Compare Source

Bug Fixes

  • credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (#​7861)

Dependencies

  • Relax minimum Go version requirement from go1.22.7 to go1.22. (#​7831)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | require | patch | `v0.17.57` -> `v0.17.63` | | [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) | require | patch | `v2.5.19` -> `v2.5.21` | | [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) | require | minor | `v1.3.1` -> `v1.5.0` | | golang.org/x/exp | require | digest | `9a3e603` -> `7588d65` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | require | minor | `v1.68.0` -> `v1.69.4` | --- ### Release Notes <details> <summary>99designs/gqlgen (github.com/99designs/gqlgen)</summary> ### [`v0.17.63`](https://github.com/99designs/gqlgen/releases/tag/v0.17.63) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.62...v0.17.63) #### What's Changed - chore(deps-dev): bump vite from 6.0.6 to 6.0.7 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3469 - Adding additional documentation for int-based enums by [@&#8203;oxisto](https://github.com/oxisto) in https://github.com/99designs/gqlgen/pull/3470 - Use Go 1.22 unalias by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3471 - Unalias before checking if is interface by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3472 - Override template ref to be any instead of interface{} by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3474 #### New Contributors - [@&#8203;oxisto](https://github.com/oxisto) made their first contribution in https://github.com/99designs/gqlgen/pull/3470 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.62...v0.17.63 ### [`v0.17.62`](https://github.com/99designs/gqlgen/releases/tag/v0.17.62) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.61...v0.17.62) #### What's Changed - If the graphql.AddError err arg is nil, early return by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3445 - chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3448 - chore(deps): bump robherley/go-test-action from 0.5.0 to 0.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3449 - chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3450 - chore(deps-dev): bump [@&#8203;apollo/client](https://github.com/apollo/client) from 3.12.3 to 3.12.4 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3451 - chore(deps-dev): bump cross-fetch from 4.0.0 to 4.1.0 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3452 - chore(deps-dev): bump vite from 6.0.3 to 6.0.5 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3453 - \[BUG] fix disable suggestion bug by [@&#8203;tomoikey](https://github.com/tomoikey) in https://github.com/99designs/gqlgen/pull/3456 - gqlparser update to github.com/vektah/gqlparser/v2@&#8203;v2.5.21 by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3458 - chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3462 - chore(deps-dev): bump vite from 6.0.5 to 6.0.6 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3460 - codegen: move templates comments from generated code by [@&#8203;a8m](https://github.com/a8m) in https://github.com/99designs/gqlgen/pull/3463 - Update LICENSE, fix copyright license year by [@&#8203;JasonnnW3000](https://github.com/JasonnnW3000) in https://github.com/99designs/gqlgen/pull/3464 #### New Contributors - [@&#8203;JasonnnW3000](https://github.com/JasonnnW3000) made their first contribution in https://github.com/99designs/gqlgen/pull/3464 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.61...v0.17.62 ### [`v0.17.61`](https://github.com/99designs/gqlgen/releases/tag/v0.17.61) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.60...v0.17.61) #### What's Changed - **performance fix: only run generate code once** by [@&#8203;Brookke](https://github.com/Brookke) in https://github.com/99designs/gqlgen/pull/3436 - more actionable federation errors for nil key field queries by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3437 - Prefer any over interface{} by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3438 - chore: fix typo in the function name by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3435 - enable testifylint.encoded-compare and fix lint issues by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3434 - chore(deps-dev): bump graphql from 16.9.0 to 16.10.0 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3440 - chore(deps-dev): bump [@&#8203;apollo/client](https://github.com/apollo/client) from 3.12.2 to 3.12.3 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3439 #### New Contributors - [@&#8203;Brookke](https://github.com/Brookke) made their first contribution in https://github.com/99designs/gqlgen/pull/3436 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.60...v0.17.61 ### [`v0.17.60`](https://github.com/99designs/gqlgen/releases/tag/v0.17.60) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.59...v0.17.60) #### What's Changed - People who use gqlgen as a library get errors following [#&#8203;2598](https://github.com/99designs/gqlgen/issues/2598) by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3431 - Follow up to compliant Int work by [@&#8203;phughes-scwx](https://github.com/phughes-scwx) in https://github.com/99designs/gqlgen/pull/3430 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.59...v0.17.60 ### [`v0.17.59`](https://github.com/99designs/gqlgen/releases/tag/v0.17.59) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.58...v0.17.59) #### What's Changed - Restore multiline resolver doc comments after [#&#8203;3243](https://github.com/99designs/gqlgen/issues/3243) by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3428 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.58...v0.17.59 ### [`v0.17.58`](https://github.com/99designs/gqlgen/releases/tag/v0.17.58) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.57...v0.17.58) #### What's Changed - Deprecate NewDefaultServer by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3404 - added support for use_function_syntax_for_execution_context by [@&#8203;kanodia-parag](https://github.com/kanodia-parag) in https://github.com/99designs/gqlgen/pull/3407 - Update gqlgen init template to default to spec-compliant Int by [@&#8203;phughes-scwx](https://github.com/phughes-scwx) in https://github.com/99designs/gqlgen/pull/3409 - Update gqlparser by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3397 - Expand defer tests by [@&#8203;phughes-scwx](https://github.com/phughes-scwx) in https://github.com/99designs/gqlgen/pull/3399 - \[SECURITY] Implement a feature to disable the suggestion when a GraphQL query fails by [@&#8203;tomoikey](https://github.com/tomoikey) in https://github.com/99designs/gqlgen/pull/3411 - chore: update golangci-lint to v1.62.0 by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3386 - refactor: fix copyloopvar, dupword lint issues by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3387 - chore: enable nolintlint to lint `//nolint` directives by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3391 - chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /\_examples by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3392 - chore(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 4.5.0 to 4.5.1 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3393 - refactor: remove unneeded check by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3394 - chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3395 - chore(deps-dev): bump vitest from 2.1.5 to 2.1.7 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3401 - chore(deps): bump dawidd6/action-download-artifact from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3402 - chore(deps-dev): bump vite from 5.4.11 to 6.0.2 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3400 - doc: Update README.md by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3408 - chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 in /\_examples by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3423 - chore(deps-dev): bump [@&#8203;apollo/client](https://github.com/apollo/client) from 3.11.10 to 3.12.2 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3418 - chore(deps-dev): bump vite from 6.0.2 to 6.0.3 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3420 - chore(deps): bump react from 18.3.1 to 19.0.0 in /\_examples/chat by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3417 - chore(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 in /\_examples by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3424 - chore(deps): bump react-dom from 18.3.1 to 19.0.0 in /\_examples/chat by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3416 - chore(deps-dev): bump vitest from 2.1.7 to 2.1.8 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3419 #### New Contributors - [@&#8203;tomoikey](https://github.com/tomoikey) made their first contribution in https://github.com/99designs/gqlgen/pull/3411 - [@&#8203;kanodia-parag](https://github.com/kanodia-parag) made their first contribution in https://github.com/99designs/gqlgen/pull/3407 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.57...v0.17.58 </details> <details> <summary>vektah/gqlparser (github.com/vektah/gqlparser/v2)</summary> ### [`v2.5.21`](https://github.com/vektah/gqlparser/releases/tag/v2.5.21) [Compare Source](https://github.com/vektah/gqlparser/compare/v2.5.20...v2.5.21) #### What's Changed - Bump the actions-deps group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vektah/gqlparser/pull/336 - Add replace rule function by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/vektah/gqlparser/pull/338 **Full Changelog**: https://github.com/vektah/gqlparser/compare/v2.5.20...v2.5.21 ### [`v2.5.20`](https://github.com/vektah/gqlparser/releases/tag/v2.5.20) [Compare Source](https://github.com/vektah/gqlparser/compare/v2.5.19...v2.5.20) #### What's Changed - Update to Go 1.22 as one before current Go by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/vektah/gqlparser/pull/334 - Bump the actions-deps group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vektah/gqlparser/pull/333 **Full Changelog**: https://github.com/vektah/gqlparser/compare/v2.5.19...v2.5.20 </details> <details> <summary>open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)</summary> ### [`v1.5.0`](https://github.com/open-telemetry/opentelemetry-proto-go/releases/tag/v1.5.0) [Compare Source](https://github.com/open-telemetry/opentelemetry-proto-go/compare/v1.4.0...v1.5.0) Release of the [v1.5.0][otlp] version of OTLP. [otlp]: https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v1.5.0 #### What's Changed - Update module golang.org/x/sys to v0.28.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/204 - Update module google.golang.org/grpc to v1.69.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/210 - Update module golang.org/x/net to v0.32.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/219 - Update google.golang.org/genproto/googleapis/api digest to [`e6fa225`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/e6fa225) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/216 - Update google.golang.org/genproto/googleapis/rpc digest to [`e6fa225`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/e6fa225) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/217 - Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /internal/tools by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/220 - Update google.golang.org/genproto/googleapis/api digest to [`9240e9c`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/9240e9c) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/221 - Update google.golang.org/genproto/googleapis/rpc digest to [`9240e9c`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/9240e9c) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/222 - Update module google.golang.org/protobuf to v1.36.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/223 - Update module google.golang.org/grpc to v1.69.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/226 - Update module golang.org/x/net to v0.33.0 \[SECURITY] by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/228 - chore: update grpc-gateway to downgrade minimum go by [@&#8203;codeboten](https://github.com/codeboten) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/224 - fix(deps): update github.com/grpc-ecosystem/grpc-gateway/v2 digest to [`df4d666`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/df4d666) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/229 - Update golang.org/x/net from v0.25.0 to v0.33.0 by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/230 - Release v1.5.0 by [@&#8203;florianl](https://github.com/florianl) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/225 - fix(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.25.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/235 - chore(deps): update module golang.org/x/sys to v0.29.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/238 - fix(deps): update module google.golang.org/protobuf to v1.36.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/236 - chore(deps): update google.golang.org/genproto/googleapis/api digest to [`6982302`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/6982302) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/232 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to [`6982302`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/6982302) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/233 - Bump versions.yaml for v1.5.0 release by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/234 #### New Contributors - [@&#8203;codeboten](https://github.com/codeboten) made their first contribution in https://github.com/open-telemetry/opentelemetry-proto-go/pull/224 **Full Changelog**: https://github.com/open-telemetry/opentelemetry-proto-go/compare/v1.4.0...v1.5.0 ### [`v1.4.0`](https://github.com/open-telemetry/opentelemetry-proto-go/releases/tag/v1.4.0) [Compare Source](https://github.com/open-telemetry/opentelemetry-proto-go/compare/v1.3.1...v1.4.0) Release of the [v1.4.0](https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v1.4.0) version of the OTLP, including updated Profiles signal. #### What's Changed - Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in /otlp by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/179 - Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in /slim/otlp by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/178 - Bump google.golang.org/grpc from 1.64.0 to 1.65.0 in /otlp by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/180 - Bump go.opentelemetry.io/build-tools/multimod from 0.13.0 to 0.14.0 in /internal/tools by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/182 - Bump go.opentelemetry.io/build-tools/dbotconf from 0.13.0 to 0.14.0 in /internal/tools by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/181 - Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.21.0 in /otlp by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/184 - Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.21.0 to 2.22.0 in /otlp by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/185 - Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in /otlp by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/186 - Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in /slim/otlp by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/187 - Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.22.0 to 2.23.0 in /otlp by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/188 - Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 in /otlp by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/191 - Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 in /slim/otlp by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/192 - Switch from dependabot to renovate by [@&#8203;dmathieu](https://github.com/dmathieu) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/196 - Document and test supported versions of Go by [@&#8203;dmathieu](https://github.com/dmathieu) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/205 - Prevent the use of toolchain in go.mod by [@&#8203;dmathieu](https://github.com/dmathieu) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/202 - Update module go.opentelemetry.io/build-tools/multimod to v0.15.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/201 - Update module golang.org/x/text to v0.20.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/206 - Update google.golang.org/genproto/googleapis/rpc digest to [`e639e21`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/e639e21) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/198 - Update module golang.org/x/net to v0.31.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/203 - Update google.golang.org/genproto/googleapis/api digest to [`e639e21`](https://github.com/open-telemetry/opentelemetry-proto-go/commit/e639e21) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/197 - Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/209 - Remove compat from go mod tidy by [@&#8203;florianl](https://github.com/florianl) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/213 - Clean the gen folder before running tidy by [@&#8203;dmathieu](https://github.com/dmathieu) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/211 - Don't run clean-gen twice by [@&#8203;dmathieu](https://github.com/dmathieu) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/214 - Upgrade proto to v1.4.0 by [@&#8203;florianl](https://github.com/florianl) in https://github.com/open-telemetry/opentelemetry-proto-go/pull/193 #### New Contributors - [@&#8203;dmathieu](https://github.com/dmathieu) made their first contribution in https://github.com/open-telemetry/opentelemetry-proto-go/pull/196 - [@&#8203;renovate](https://github.com/renovate) made their first contribution in https://github.com/open-telemetry/opentelemetry-proto-go/pull/201 **Full Changelog**: https://github.com/open-telemetry/opentelemetry-proto-go/compare/v1.3.1...v1.4.0 </details> <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.69.4`](https://github.com/grpc/grpc-go/releases/tag/v1.69.4): Release 1.69.4 [Compare Source](https://github.com/grpc/grpc-go/compare/v1.69.2...v1.69.4) ### Bug Fixes - rbac: fix support for :path header matchers, which would previously never successfully match ([#&#8203;7965](https://github.com/grpc/grpc-go/issues/7965)). ### Documentation - examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service ([#&#8203;7945](https://github.com/grpc/grpc-go/issues/7945)). ### [`v1.69.2`](https://github.com/grpc/grpc-go/releases/tag/v1.69.2): Release 1.69.2 [Compare Source](https://github.com/grpc/grpc-go/compare/v1.69.0...v1.69.2) ### Bug Fixes - stats/experimental: add type aliases for symbols (`Metrics`/etc) that were moved to the stats package ([#&#8203;7929](https://github.com/grpc/grpc-go/issues/7929)). - client: set user-agent string to the correct version. ### [`v1.69.0`](https://github.com/grpc/grpc-go/releases/tag/v1.69.0): Release 1.69.0 [Compare Source](https://github.com/grpc/grpc-go/compare/v1.68.2...v1.69.0) ### Known Issues - The recently added `grpc.NewClient` function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. ([#&#8203;7556](https://github.com/grpc/grpc-go/issues/7556)) ### New Features - stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients ([#&#8203;7874](https://github.com/grpc/grpc-go/issues/7874)) - xdsclient: add support to fallback to lower priority servers when higher priority ones are down ([#&#8203;7701](https://github.com/grpc/grpc-go/issues/7701)) - dns: Add support for link local IPv6 addresses ([#&#8203;7889](https://github.com/grpc/grpc-go/issues/7889)) - The new experimental `pickfirst` LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in [RFC-8305 section 4](https://www.rfc-editor.org/rfc/rfc8305#section-4), to attempt connections to multiple backends concurrently. The experimental `pickfirst` policy can be enabled by setting the environment variable `GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST` to `true`. ([#&#8203;7725](https://github.com/grpc/grpc-go/issues/7725), [#&#8203;7742](https://github.com/grpc/grpc-go/issues/7742)) - balancer/pickfirst: Emit metrics from the `pick_first` load balancing policy ([#&#8203;7839](https://github.com/grpc/grpc-go/issues/7839)) - grpc: export `MethodHandler`, which is the type of an already-exported field in `MethodDesc` ([#&#8203;7796](https://github.com/grpc/grpc-go/issues/7796)) - Special Thanks: [@&#8203;mohdjishin](https://github.com/mohdjishin) ### Bug Fixes - credentials/google: set scope for application default credentials ([#&#8203;7887](https://github.com/grpc/grpc-go/issues/7887)) - Special Thanks: [@&#8203;halvards](https://github.com/halvards) - xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . ([#&#8203;7851](https://github.com/grpc/grpc-go/issues/7851), [#&#8203;7853](https://github.com/grpc/grpc-go/issues/7853)) - examples: fix the debugging example, which was broken by a recent change ([#&#8203;7833](https://github.com/grpc/grpc-go/issues/7833)) ### Behavior Changes - client: update retry attempt backoff to apply jitter per updates to [gRFC A6](https://github.com/grpc/proposal/blob/master/A6-client-retries.md). ([#&#8203;7869](https://github.com/grpc/grpc-go/issues/7869)) - Special Thanks: [@&#8203;isgj](https://github.com/isgj) - balancer/weightedroundrobin: use the `pick_first` LB policy to manage connections ([#&#8203;7826](https://github.com/grpc/grpc-go/issues/7826)) ### API Changes - balancer: An internal method is added to the `balancer.SubConn` interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. ([#&#8203;7840](https://github.com/grpc/grpc-go/issues/7840)) ### Performance Improvements - mem: implement a `ReadAll()` method for more efficient `io.Reader` consumption ([#&#8203;7653](https://github.com/grpc/grpc-go/issues/7653)) - Special Thanks: [@&#8203;ash2k](https://github.com/ash2k) - mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them ([#&#8203;7702](https://github.com/grpc/grpc-go/issues/7702)) - Special Thanks: [@&#8203;PapaCharlie](https://github.com/PapaCharlie) ### Documentation - examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled ([#&#8203;7875](https://github.com/grpc/grpc-go/issues/7875)) ### [`v1.68.2`](https://github.com/grpc/grpc-go/releases/tag/v1.68.2): Release 1.68.2 [Compare Source](https://github.com/grpc/grpc-go/compare/v1.68.1...v1.68.2) ### Dependencies - Remove the experimental `stats/opentelemetry` module and instead add the experimental packages it contains directly into the main `google.golang.org/grpc` module ([#&#8203;7936](https://github.com/grpc/grpc-go/issues/7936)) ### [`v1.68.1`](https://github.com/grpc/grpc-go/releases/tag/v1.68.1): Release 1.68.1 [Compare Source](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.68.1) ### Bug Fixes - credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. ([#&#8203;7861](https://github.com/grpc/grpc-go/issues/7861)) ### Dependencies - Relax minimum Go version requirement from `go1.22.7` to `go1.22`. ([#&#8203;7831](https://github.com/grpc/grpc-go/issues/7831)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-01-20 02:56:41 +01:00
fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
44ff9746bc
kjuulh scheduled this pull request to auto merge when all checks succeed 2025-01-20 02:56:42 +01:00
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: ci/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: dagger/ci imports
	dagger/ci/internal/dagger: package dagger/ci/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.5/src/dagger/ci/internal/dagger)

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: ci/go.sum ``` Command failed: go get -d -t ./... go: -d flag is deprecated. -d=true is a no-op go: dagger/ci imports dagger/ci/internal/dagger: package dagger/ci/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.5/src/dagger/ci/internal/dagger) ```
kjuulh merged commit 44ff9746bc into main 2025-01-20 02:56:53 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/orbis#5
No description provided.