fix(deps): update module google.golang.org/grpc to v1.58.0#896
Merged
renovate[bot] merged 1 commit intomainfrom Sep 8, 2023
Merged
fix(deps): update module google.golang.org/grpc to v1.58.0#896renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
✅ Deploy Preview for polite-licorice-3db33c canceled.
|
Codecov Report
@@ Coverage Diff @@
## main #896 +/- ##
=======================================
Coverage 72.73% 72.73%
=======================================
Files 28 28
Lines 2857 2857
=======================================
Hits 2078 2078
Misses 683 683
Partials 96 96 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more 📢 Have feedback on the report? Share it here. |
76af6ef to
a9d5342
Compare
a9d5342 to
91b7ed3
Compare
Merged
Kavindu-Dodan
pushed a commit
that referenced
this pull request
Sep 8, 2023
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.6.5</summary> ## [0.6.5](flagd/v0.6.4...flagd/v0.6.5) (2023-09-08) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.6.4 ([#880](#880)) ([ebb543d](ebb543d)) * **deps:** update opentelemetry-go monorepo ([#868](#868)) ([d48317f](d48317f)) ### 🧹 Chore * disable caching on integration tests ([#899](#899)) ([16dd21e](16dd21e)) * upgrade to go 1.20 ([#891](#891)) ([977167f](977167f)) </details> <details><summary>flagd-proxy: 0.2.10</summary> ## [0.2.10](flagd-proxy/v0.2.9...flagd-proxy/v0.2.10) (2023-09-08) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.6.4 ([#880](#880)) ([ebb543d](ebb543d)) * **deps:** update opentelemetry-go monorepo ([#868](#868)) ([d48317f](d48317f)) ### 🧹 Chore * upgrade to go 1.20 ([#891](#891)) ([977167f](977167f)) </details> <details><summary>core: 0.6.5</summary> ## [0.6.5](core/v0.6.4...core/v0.6.5) (2023-09-08) ### 🐛 Bug Fixes * **deps:** update module github.com/rs/cors to v1.10.0 ([#893](#893)) ([fe61fbe](fe61fbe)) * **deps:** update module golang.org/x/crypto to v0.13.0 ([#888](#888)) ([1a9037a](1a9037a)) * **deps:** update module golang.org/x/net to v0.15.0 ([#889](#889)) ([233d976](233d976)) * **deps:** update module google.golang.org/grpc to v1.58.0 ([#896](#896)) ([853b76d](853b76d)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.16.1 ([#882](#882)) ([ca3d85a](ca3d85a)) * **deps:** update opentelemetry-go monorepo ([#868](#868)) ([d48317f](d48317f)) ### 🧹 Chore * upgrade to go 1.20 ([#891](#891)) ([977167f](977167f)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.57.0->v1.58.0Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.58.0: Release 1.58.0Compare Source
API Changes
See #6472 for details about these changes.
StateListenertoNewSubConnOptionsforSubConnstate updates and deprecateBalancer.UpdateSubConnState(#6481)UpdateSubConnStatewill be deleted in the future.SubConn.Shutdownand deprecateBalancer.RemoveSubConn(#6493)RemoveSubConnwill be deleted in the future.AddressType(#6451)balancer/grpclb/state.Set()should be used to add these addresses to the name resolver's output. The built-in "dns" name resolver already does this.EndpointstoStateand deprecateAddresses(#6471)Addresseswill be deleted in the future.New Features
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=trueto enableBug Fixes
TRANSIENT_FAILUREwhen actually moving toIDLE(#6497)rls,weightedtargetandclustermanagerLB policies (#6523)ClientStream.Header(), and prevented retry of the RPC (#6557)Performance Improvements
[With]SharedWriteBufferto improve performance by reducing allocations when sending RPC messages. (Disabled by default.) (#6309)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.
This PR has been generated by Mend Renovate. View repository job log here.