Skip to content

Commit

Permalink
chore(all): update all (#395)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | require | digest | `3abc09e` -> `6982302` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgenproto%2fgoogleapis%2fapi/v0.0.0-20250102185135-69823020774d?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgenproto%2fgoogleapis%2fapi/v0.0.0-20250102185135-69823020774d?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgenproto%2fgoogleapis%2fapi/v0.0.0-20241223144023-3abc09e42ca8/v0.0.0-20250102185135-69823020774d?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgenproto%2fgoogleapis%2fapi/v0.0.0-20241223144023-3abc09e42ca8/v0.0.0-20250102185135-69823020774d?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | require | digest | `3abc09e` -> `6982302` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgenproto%2fgoogleapis%2frpc/v0.0.0-20250102185135-69823020774d?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgenproto%2fgoogleapis%2frpc/v0.0.0-20250102185135-69823020774d?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgenproto%2fgoogleapis%2frpc/v0.0.0-20241223144023-3abc09e42ca8/v0.0.0-20250102185135-69823020774d?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgenproto%2fgoogleapis%2frpc/v0.0.0-20241223144023-3abc09e42ca8/v0.0.0-20250102185135-69823020774d?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | require | minor | `v1.67.1` -> `v1.69.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.69.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.69.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.67.1/v1.69.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.67.1/v1.69.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>grpc/grpc-go (google.golang.org/grpc)</summary>

### [`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))

### [`v1.68.0`](https://github.com/grpc/grpc-go/releases/tag/v1.68.0): Release 1.68.0

[Compare Source](https://github.com/grpc/grpc-go/compare/v1.67.3...v1.68.0)

### Behavior Changes

-   stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file ([#&#8203;7740](https://github.com/grpc/grpc-go/issues/7740))
-   orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. ([#&#8203;7663](https://github.com/grpc/grpc-go/issues/7663))
-   client: `ClientConn.Close()` now closes transports simultaneously and waits for transports to be closed before returning. ([#&#8203;7666](https://github.com/grpc/grpc-go/issues/7666))
-   credentials: TLS credentials created via `NewTLS` that use `tls.Config.GetConfigForClient` will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the `GetConfigForClient` option. ([#&#8203;7709](https://github.com/grpc/grpc-go/issues/7709))

### Bug Fixes

-   transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. ([#&#8203;7662](https://github.com/grpc/grpc-go/issues/7662))
-   mem: reuse buffers more accurately by using slice capacity instead of length ([#&#8203;7702](https://github.com/grpc/grpc-go/issues/7702))
    -   Special Thanks: [@&#8203;PapaCharlie](https://github.com/PapaCharlie)
-   status: Fix regression caused by [#&#8203;6919](https://github.com/grpc/grpc-go/issues/6919) in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. ([#&#8203;7724](https://github.com/grpc/grpc-go/issues/7724))

### Dependencies

-   Bump minimum supported Go version to `go1.22.7`. ([#&#8203;7624](https://github.com/grpc/grpc-go/issues/7624))

### [`v1.67.3`](https://github.com/grpc/grpc-go/releases/tag/v1.67.3): Release 1.67.3

[Compare Source](https://github.com/grpc/grpc-go/compare/v1.67.2...v1.67.3)

### Dependencies

-   Remove the experimental `stats/opentelemetry` module and instead add the experimental packages it contains directly into the main `google.golang.org/grpc` module.

### [`v1.67.2`](https://github.com/grpc/grpc-go/releases/tag/v1.67.2): Release 1.67.2

[Compare Source](https://github.com/grpc/grpc-go/compare/v1.67.1...v1.67.2)

### 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))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/gax-go).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
  • Loading branch information
renovate-bot authored Jan 6, 2025
1 parent 8015bf4 commit 38fb45f
Show file tree
Hide file tree
Showing 6 changed files with 203 additions and 16 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/googleapis/gax-go/v2 v2.14.1
google.golang.org/grpc v1.67.1
google.golang.org/grpc v1.69.2
)

require (
Expand Down
22 changes: 20 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/googleapis/gax-go/v2 v2.14.1 h1:hb0FFeiPaQskmvakKu5EbCbpntQn48jyHuvrkurSS/Q=
github.com/googleapis/gax-go/v2 v2.14.1/go.mod h1:Hb/NubMaVM88SrNkvl8X/o8XWwDJEPqouaLeN2IUxoA=
go.opentelemetry.io/otel v1.31.0 h1:NsJcKPIW0D0H3NgzPDHmo0WW6SptzPdqg/L1zsIm2hY=
go.opentelemetry.io/otel v1.31.0/go.mod h1:O0C14Yl9FgkjqcCZAsE053C13OaddMYr/hz6clDkEJE=
go.opentelemetry.io/otel/metric v1.31.0 h1:FSErL0ATQAmYHUIzSezZibnyVlft1ybhy4ozRPcF2fE=
go.opentelemetry.io/otel/metric v1.31.0/go.mod h1:C3dEloVbLuYoX41KpmAhOqNriGbA+qqH6PQ5E5mUfnY=
go.opentelemetry.io/otel/sdk v1.31.0 h1:xLY3abVHYZ5HSfOg3l2E5LUj2Cwva5Y7yGxnSW9H5Gk=
go.opentelemetry.io/otel/sdk v1.31.0/go.mod h1:TfRbMdhvxIIr/B2N2LQW2S5v9m3gOQ/08KsbbO5BPT0=
go.opentelemetry.io/otel/sdk/metric v1.31.0 h1:i9hxxLJF/9kkvfHppyLL55aW7iIJz4JjxTeYusH7zMc=
go.opentelemetry.io/otel/sdk/metric v1.31.0/go.mod h1:CRInTMVvNhUKgSAMbKyTMxqOBC0zgyxzW55lZzX43Y8=
go.opentelemetry.io/otel/trace v1.31.0 h1:ffjsj1aRouKewfr85U2aGagJ46+MvodynlQ1HYdmJys=
go.opentelemetry.io/otel/trace v1.31.0/go.mod h1:TXZkRk7SM2ZQLtR6eoAWQFIHPvzQ06FJAsO1tJg480A=
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
Expand All @@ -14,7 +32,7 @@ google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 h1:
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576/go.mod h1:1R3kvZ1dtP3+4p4d3G8uJ8rFk/fWlScl38vanWACI08=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 h1:8ZmaLZE4XWrtU3MyClkYqqtl6Oegr3235h7jxsDyqCY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576/go.mod h1:5uTbfoYQed2U9p3KIj2/Zzm02PYhndfdmML0qC3q3FU=
google.golang.org/grpc v1.67.1 h1:zWnc1Vrcno+lHZCOofnIMvycFcc0QRGIzm9dhnDX68E=
google.golang.org/grpc v1.67.1/go.mod h1:1gLDyUQU7CTLJI90u3nXZ9ekeghjeM7pTDZlqFNg2AA=
google.golang.org/grpc v1.69.2 h1:U3S9QEtbXC0bYNvRtcoklF3xGtLViumSYxWykJS+7AU=
google.golang.org/grpc v1.69.2/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4=
google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
Loading

0 comments on commit 38fb45f

Please sign in to comment.