Skip to content

build(deps): bump google.golang.org/grpc from 1.28.1 to 1.29.1#25

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/google.golang.org/grpc-1.29.1
Closed

build(deps): bump google.golang.org/grpc from 1.28.1 to 1.29.1#25
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/google.golang.org/grpc-1.29.1

Conversation

@dependabot-preview
Copy link
Contributor

Bumps google.golang.org/grpc from 1.28.1 to 1.29.1.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.29.1

  • status: remove Error method accidentally added to *Status (#3561)

Release 1.29.0

New Features

  • client: add a WithNoProxy dialoption (#3411)

Bug Fixes

  • xds: update nonce even if the ACK/NACK is not sent on wire (#3497)
  • xds: add temporary logging to LRS (#3490)
  • wrr: make random wrr thread safe (#3470)
  • transport: fix handling of header metadata in serverHandler (#3484)
  • balancer: change roundrobin to accept empty address list (#3491)
  • stats: set response compression codec on stats.InHeader and stats.OutHeader (#3390)

Documentation

  • credentials: Update doc strings for NewClientTLSFromCert et. al. (#3508)
  • examples: add example to show how to use the health service (#3381)
Commits
  • 754ee59 Change version to 1.29.1
  • 00c31c0 status: remove Error method accidentally added to *Status (#3561)
  • 1e85ab4 Change version to 1.29.1-dev (#3510)
  • bd6242a Change version to 1.29.0 (#3509)
  • 85e3a6f credentials: Update doc strings for NewClientTLSFromCert et. al. (#3508)
  • 3038e58 examples: add example to show how to use the health service (#3381)
  • 98e4c7a xds: move balancer group to a separate package (#3493)
  • c5faf56 status: move statusError to internal/status package (#3432)
  • 7cb4db2 internal: update grpc_lb_v1 proto (#3499)
  • a9601d9 xds: update nonce even if the ACK/NACK is not sent on wire (#3497)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.28.1 to 1.29.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.28.1...v1.29.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the T:dependencies Type: Pull requests that update a dependency file label Apr 24, 2020
@codecov-io
Copy link

Codecov Report

Merging #25 into master will increase coverage by 2.10%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   64.06%   66.16%   +2.10%     
==========================================
  Files         225      221       -4     
  Lines       21436    19808    -1628     
==========================================
- Hits        13732    13106     -626     
+ Misses       6509     5661     -848     
+ Partials     1195     1041     -154     
Impacted Files Coverage Δ
crypto/sr25519/pubkey.go 32.14% <0.00%> (-7.15%) ⬇️
blockchain/v0/reactor.go 73.91% <0.00%> (-2.61%) ⬇️
blockchain/v0/pool.go 78.66% <0.00%> (-1.92%) ⬇️
libs/clist/clist.go 66.66% <0.00%> (-1.52%) ⬇️
consensus/state.go 75.73% <0.00%> (ø)
privval/signer_server.go 95.65% <0.00%> (ø)
libs/kv/types.pb.go
scripts/privValUpgrade.go
rpc/grpc/types.pb.go
crypto/merkle/merkle.pb.go
... and 5 more

@liamsi
Copy link
Member

liamsi commented Jun 2, 2020

superseded by #31

@liamsi liamsi closed this Jun 2, 2020
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@liamsi liamsi deleted the dependabot/go_modules/google.golang.org/grpc-1.29.1 branch June 2, 2020 16:35
evan-forbes pushed a commit that referenced this pull request Mar 11, 2025
The PR closes issue #25 partially.

Changes made:
- Bump version v0.37 to v0.38 in docs.
- Update docs to remove reference to `BeginBlock`, `EndBlock`, and `DeliverTx` and consolidate them into `FinalizeBlock.`
- Minor changes to the formatting of docs.

#### PR checklist

- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)
- [X] Updated relevant documentation (`docs/` or `spec/`) and code comments

(cherry picked from commit d31be6b)

Co-authored-by: Aliasgar Merchant <44069404+alijnmerchant21@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T:dependencies Type: Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants