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

fix(deps): update module google.golang.org/grpc to v1.65.0 #1346

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/grpc v1.64.0 -> v1.65.0 age adoption passing confidence

Release Notes

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

v1.65.0: Release 1.65.0

Compare Source

Dependencies

  • Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See #​7249 for more information. (#​7250)
  • Update x/net/http2 to address CVE-2023-45288 (#​7282)

Behavior Changes

  • credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable GRPC_ENFORCE_ALPN_ENABLED is set to "true" (case insensitive). (#​7184)
    • NOTE: this behavior will become the default in a future release.
  • metadata: remove String method from MD to make printing more consistent (#​7373)

New Features

  • grpc: add WithMaxCallAttempts to configure gRPC's retry behavior per-channel. (#​7229)

Bug Fixes

  • ringhash: properly apply endpoint weights instead of ignoring them (#​7156)
  • xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors (#​7128)

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Jul 2, 2024

ℹ Artifact update notice

File name: flagd/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 -> v0.0.0-20240528184218-531527333157
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 -> v0.0.0-20240528184218-531527333157
File name: flagd-proxy/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 -> v0.0.0-20240528184218-531527333157
File name: core/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 -> v0.0.0-20240528184218-531527333157
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 -> v0.0.0-20240528184218-531527333157

@renovate renovate bot requested a review from a team as a code owner July 2, 2024 22:48
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jul 2, 2024
Copy link

netlify bot commented Jul 2, 2024

Deploy Preview for polite-licorice-3db33c canceled.

Name Link
🔨 Latest commit 6fc24d7
🔍 Latest deploy log https://app.netlify.com/sites/polite-licorice-3db33c/deploys/668483bfaaa6880008fad724

@renovate renovate bot merged commit 72a6b87 into main Jul 3, 2024
14 checks passed
@renovate renovate bot deleted the renovate/google.golang.org-grpc-1.x branch July 3, 2024 01:05
@github-actions github-actions bot mentioned this pull request Jul 3, 2024
toddbaert pushed a commit that referenced this pull request Jul 8, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>flagd: 0.11.1</summary>

##
[0.11.1](flagd/v0.11.0...flagd/v0.11.1)
(2024-07-08)


### 🐛 Bug Fixes

* **deps:** update module buf.build/gen/go/open-feature/flagd/grpc/go to
v1.4.0-20240215170432-1e611e2999cc.2
([#1342](#1342))
([efdd921](efdd921))
* **deps:** update module github.com/open-feature/flagd/core to v0.10.0
([#1340](#1340))
([1e487b4](1e487b4))
* **deps:** update module golang.org/x/net to v0.27.0
([#1353](#1353))
([df9834b](df9834b))
* **deps:** update module google.golang.org/grpc to v1.65.0
([#1346](#1346))
([72a6b87](72a6b87))
* **deps:** update opentelemetry-go monorepo
([#1347](#1347))
([37fb3cd](37fb3cd))
* invalid scoped-sync responses for empty flags
([#1352](#1352))
([51371d2](51371d2))
</details>

<details><summary>flagd-proxy: 0.6.4</summary>

##
[0.6.4](flagd-proxy/v0.6.3...flagd-proxy/v0.6.4)
(2024-07-08)


### 🐛 Bug Fixes

* **deps:** update module buf.build/gen/go/open-feature/flagd/grpc/go to
v1.4.0-20240215170432-1e611e2999cc.2
([#1342](#1342))
([efdd921](efdd921))
* **deps:** update module github.com/open-feature/flagd/core to v0.10.0
([#1340](#1340))
([1e487b4](1e487b4))
* **deps:** update module golang.org/x/net to v0.27.0
([#1353](#1353))
([df9834b](df9834b))
* **deps:** update module google.golang.org/grpc to v1.65.0
([#1346](#1346))
([72a6b87](72a6b87))
* **deps:** update opentelemetry-go monorepo
([#1347](#1347))
([37fb3cd](37fb3cd))
</details>

<details><summary>core: 0.10.1</summary>

##
[0.10.1](core/v0.10.0...core/v0.10.1)
(2024-07-08)


### 🐛 Bug Fixes

* **deps:** update module buf.build/gen/go/open-feature/flagd/grpc/go to
v1.4.0-20240215170432-1e611e2999cc.2
([#1342](#1342))
([efdd921](efdd921))
* **deps:** update module golang.org/x/crypto to v0.25.0
([#1351](#1351))
([450cbc8](450cbc8))
* **deps:** update module golang.org/x/mod to v0.19.0
([#1349](#1349))
([6ee89b4](6ee89b4))
* **deps:** update module google.golang.org/grpc to v1.65.0
([#1346](#1346))
([72a6b87](72a6b87))
* **deps:** update opentelemetry-go monorepo
([#1347](#1347))
([37fb3cd](37fb3cd))
</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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants