Skip to content

build(deps): bump github.com/go-kit/kit from 0.6.0 to 0.9.0#3952

Merged
melekes merged 2 commits intomasterfrom
dependabot/go_modules/github.com/go-kit/kit-0.9.0
Sep 5, 2019
Merged

build(deps): bump github.com/go-kit/kit from 0.6.0 to 0.9.0#3952
melekes merged 2 commits intomasterfrom
dependabot/go_modules/github.com/go-kit/kit-0.9.0

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 5, 2019

Bumps github.com/go-kit/kit from 0.6.0 to 0.9.0.

Release notes

Sourced from github.com/go-kit/kit's releases.

v0.9.0

A new major release with incremental improvements and enhancements. Major features include support for AWS Lambda as a transport, and improved error handling in all transports. Thanks to the 26 contributors who contributed to this release! 🏌

Note that this release includes breaking changes in the metrics package, please review the documentation for changes.

Bug fixes

Enhancements

Documentation, examples, tests

  • misc: fix a few misspellings (#797) (thanks @​dvrkps)
  • examples: Replace "x/net/context" import with "context" (#810) (thanks @​marselester)
  • metrics/prometheus: Fix test to accommodate new Prometheus metric output (#820)
  • kitgen: fix kitgen test in the windows (#840) (thanks @​runner)
  • misc: add integration with builds.sr.ht (#842)
  • log/level: improve examples (#845)
  • misc: code improvements (#868) (thanks @​sosiska)
  • sd/{etcd,etcdv3}: disable flaky integration tests (#883)
  • README: Update Gin framework homepage url (#888) (thanks @​yellowmint)

v0.8.0

A major release! Featuring NATS and AMPQ transports, many other smaller enhancements, and many bug fixes. Thanks to the 25 contributors who made big contributions to this release! 🏌️

... (truncated)
Commits

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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the T:dependencies Pull requests that update a dependency file label Sep 5, 2019
@dependabot-preview dependabot-preview bot requested a review from tessr September 5, 2019 07:48
@codecov-io
Copy link

codecov-io commented Sep 5, 2019

Codecov Report

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

@@            Coverage Diff             @@
##           master    #3952      +/-   ##
==========================================
+ Coverage   66.93%   66.94%   +0.01%     
==========================================
  Files         219      219              
  Lines       18461    18465       +4     
==========================================
+ Hits        12357    12362       +5     
  Misses       5183     5183              
+ Partials      921      920       -1
Impacted Files Coverage Δ
lite/helpers.go 80.26% <0%> (-5.68%) ⬇️
evidence/store.go 91.78% <0%> (-0.82%) ⬇️
consensus/replay.go 70.96% <0%> (-0.81%) ⬇️
blockchain/v0/pool.go 80.65% <0%> (-0.33%) ⬇️
consensus/state.go 80.18% <0%> (+0.23%) ⬆️
consensus/reactor.go 78.42% <0%> (+0.46%) ⬆️
p2p/pex/pex_reactor.go 83.18% <0%> (+0.57%) ⬆️
blockchain/v0/reactor.go 79.71% <0%> (+0.94%) ⬆️

Bumps [github.com/go-kit/kit](https://github.com/go-kit/kit) from 0.6.0 to 0.9.0.
- [Release notes](https://github.com/go-kit/kit/releases)
- [Commits](go-kit/kit@v0.6.0...v0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/go-kit/kit-0.9.0 branch from e8ce787 to 4ec7a5e Compare September 5, 2019 07:59
Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified

@melekes melekes merged commit 7228511 into master Sep 5, 2019
@melekes melekes deleted the dependabot/go_modules/github.com/go-kit/kit-0.9.0 branch September 5, 2019 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T:dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants