-
Notifications
You must be signed in to change notification settings - Fork 72
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
fix(deps): update module google.golang.org/grpc to v1.68.0 #1442
Conversation
ℹ Artifact update noticeFile name: core/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: flagd-proxy/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: flagd/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
✅ Deploy Preview for polite-licorice-3db33c canceled.
|
…ure#1442) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.67.1` -> `v1.68.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.68.0?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.68.0?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.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.68.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.68.0): Release 1.68.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.67.1...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 ([#​7740](https://redirect.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. ([#​7663](https://redirect.github.com/grpc/grpc-go/issues/7663)) - client: `ClientConn.Close()` now closes transports simultaneously and waits for transports to be closed before returning. ([#​7666](https://redirect.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. ([#​7709](https://redirect.github.com/grpc/grpc-go/issues/7709)) ### Bug Fixes - transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. ([#​7662](https://redirect.github.com/grpc/grpc-go/issues/7662)) - mem: reuse buffers more accurately by using slice capacity instead of length ([#​7702](https://redirect.github.com/grpc/grpc-go/issues/7702)) - Special Thanks: [@​PapaCharlie](https://redirect.github.com/PapaCharlie) - status: Fix regression caused by [#​6919](https://redirect.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. - Special Thanks: [@​Clement-Jean](https://redirect.github.com/Clement-Jean) ### Dependencies - Bump minimum supported Go version to `go1.22.7`. ([#​7624](https://redirect.github.com/grpc/grpc-go/issues/7624)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.11.5</summary> ## [0.11.5](flagd/v0.11.4...flagd/v0.11.5) (2024-12-17) ### 🐛 Bug Fixes * **deps:** update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.35.2-20240906125204-0a6a901b42e8.1 ([#1451](#1451)) ([8c6d91d](8c6d91d)) * **deps:** update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.36.0-20240906125204-0a6a901b42e8.1 ([#1475](#1475)) ([0b11c6c](0b11c6c)) * **deps:** update module github.com/open-feature/flagd/core to v0.10.4 ([#1433](#1433)) ([d33c7a5](d33c7a5)) * **deps:** update module github.com/stretchr/testify to v1.10.0 ([#1455](#1455)) ([8c843df](8c843df)) * **deps:** update module golang.org/x/net to v0.31.0 ([#1446](#1446)) ([9e35111](9e35111)) * **deps:** update module golang.org/x/net to v0.32.0 ([#1458](#1458)) ([ac0b123](ac0b123)) * **deps:** update module golang.org/x/sync to v0.9.0 ([#1445](#1445)) ([8893e94](8893e94)) * **deps:** update module google.golang.org/grpc to v1.68.0 ([#1442](#1442)) ([cd27d09](cd27d09)) * **deps:** update module google.golang.org/grpc to v1.68.1 ([#1456](#1456)) ([0b6e2a1](0b6e2a1)) * **deps:** update module google.golang.org/grpc to v1.69.0 ([#1469](#1469)) ([dd4869f](dd4869f)) * **deps:** update module google.golang.org/protobuf to v1.35.2 ([#1450](#1450)) ([6b9834d](6b9834d)) * **deps:** update module google.golang.org/protobuf to v1.36.0 ([#1474](#1474)) ([6a8a9a9](6a8a9a9)) * **deps:** update opentelemetry-go monorepo ([#1447](#1447)) ([68b5794](68b5794)) ### ✨ New Features * add context-value flag ([#1448](#1448)) ([7ca092e](7ca092e)) </details> <details><summary>flagd-proxy: 0.6.8</summary> ## [0.6.8](flagd-proxy/v0.6.7...flagd-proxy/v0.6.8) (2024-12-17) ### 🐛 Bug Fixes * **deps:** update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.35.2-20240906125204-0a6a901b42e8.1 ([#1451](#1451)) ([8c6d91d](8c6d91d)) * **deps:** update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.36.0-20240906125204-0a6a901b42e8.1 ([#1475](#1475)) ([0b11c6c](0b11c6c)) * **deps:** update module github.com/open-feature/flagd/core to v0.10.4 ([#1433](#1433)) ([d33c7a5](d33c7a5)) * **deps:** update module golang.org/x/net to v0.31.0 ([#1446](#1446)) ([9e35111](9e35111)) * **deps:** update module golang.org/x/net to v0.32.0 ([#1458](#1458)) ([ac0b123](ac0b123)) * **deps:** update module golang.org/x/sync to v0.9.0 ([#1445](#1445)) ([8893e94](8893e94)) * **deps:** update module google.golang.org/grpc to v1.68.0 ([#1442](#1442)) ([cd27d09](cd27d09)) * **deps:** update module google.golang.org/grpc to v1.68.1 ([#1456](#1456)) ([0b6e2a1](0b6e2a1)) * **deps:** update module google.golang.org/grpc to v1.69.0 ([#1469](#1469)) ([dd4869f](dd4869f)) * **deps:** update opentelemetry-go monorepo ([#1447](#1447)) ([68b5794](68b5794)) </details> <details><summary>core: 0.10.5</summary> ## [0.10.5](core/v0.10.4...core/v0.10.5) (2024-12-17) ### 🐛 Bug Fixes * **deps:** update kubernetes packages to v0.31.2 ([#1430](#1430)) ([0df8622](0df8622)) * **deps:** update kubernetes packages to v0.31.3 ([#1454](#1454)) ([f56d7b0](f56d7b0)) * **deps:** update kubernetes packages to v0.31.4 ([#1461](#1461)) ([431fbb4](431fbb4)) * **deps:** update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.35.2-20240906125204-0a6a901b42e8.1 ([#1451](#1451)) ([8c6d91d](8c6d91d)) * **deps:** update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.36.0-20240906125204-0a6a901b42e8.1 ([#1475](#1475)) ([0b11c6c](0b11c6c)) * **deps:** update module github.com/diegoholiveira/jsonlogic/v3 to v3.6.0 ([#1460](#1460)) ([dbc1da4](dbc1da4)) * **deps:** update module github.com/diegoholiveira/jsonlogic/v3 to v3.6.1 ([#1473](#1473)) ([a3d899c](a3d899c)) * **deps:** update module github.com/fsnotify/fsnotify to v1.8.0 ([#1438](#1438)) ([949c73b](949c73b)) * **deps:** update module github.com/stretchr/testify to v1.10.0 ([#1455](#1455)) ([8c843df](8c843df)) * **deps:** update module golang.org/x/crypto to v0.29.0 ([#1443](#1443)) ([db96dd5](db96dd5)) * **deps:** update module golang.org/x/crypto to v0.30.0 ([#1457](#1457)) ([dbdaa19](dbdaa19)) * **deps:** update module golang.org/x/crypto to v0.31.0 ([#1463](#1463)) ([b2245d7](b2245d7)) * **deps:** update module golang.org/x/mod to v0.22.0 ([#1444](#1444)) ([ed064e1](ed064e1)) * **deps:** update module google.golang.org/grpc to v1.68.0 ([#1442](#1442)) ([cd27d09](cd27d09)) * **deps:** update module google.golang.org/grpc to v1.68.1 ([#1456](#1456)) ([0b6e2a1](0b6e2a1)) * **deps:** update module google.golang.org/grpc to v1.69.0 ([#1469](#1469)) ([dd4869f](dd4869f)) * **deps:** update opentelemetry-go monorepo ([#1447](#1447)) ([68b5794](68b5794)) ### ✨ New Features * add context-value flag ([#1448](#1448)) ([7ca092e](7ca092e)) * s3 support for the blob sync ([#1449](#1449)) ([a9f7261](a9f7261)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR contains the following updates:
v1.67.1
->v1.68.0
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.68.0
: Release 1.68.0Compare Source
Behavior Changes
ClientConn.Close()
now closes transports simultaneously and waits for transports to be closed before returning. (#7666)NewTLS
that usetls.Config.GetConfigForClient
will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClient
option. (#7709)Bug Fixes
Dependencies
go1.22.7
. (#7624)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.