Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Bump github.com/go-kit/kit from 0.9.0 to 0.10.0 #1578

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 6, 2020

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

Release notes

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

v0.10.0

A new release with several minor improvements and enhancements. The major change is the adoption of Go modules: Go kit now includes a go.mod (and go.sum) specifying the precise version of our dependencies. We'll try to keep these dependencies updated, but consumers can always specify overrides, if necessary.

Thanks to the 10 contributors who contributed to this release! 🏌️‍♂️

Bug fixes

  • dogstatsd: Drop metrics according to sample rate (#884) (thanks @martin-sucha)
  • update_deps.bash: breakfixes
  • Fix tracing tests by replacing test.com endpoint with httpbin.org (#952) (thanks @sagikazarmark)

Enhancements

Documentation, examples, tests

  • metrics/prometheus: Fix typo: "construts" --> "constructs" (#925) (thanks @jeffwidman)
  • examples: removed mention about ServiceMiddleware (#936) (thanks @icamys)
  • examples: Clarify rate limiter expressions in addsvc example (#943) (thanks @marselester)
  • log/level: Fix typo: "thte" -> "the" (#956) (thanks @HCoban)
Commits
  • cc938d5 Add a span name getter to opencensus endpoint options (#948)
  • 4f34beb Merge pull request #956 from HCoban/fix-typo-in-level-example-test
  • b3ce387 Fix typo: "thte" -> "the"
  • 7ea682b Fix tracing tests by replacing test.com endpoint with httpbin.org (#952)
  • 5d467ee README: updates
  • 9f139f1 Merge pull request #945 from go-kit/go-mod
  • 362dd5c Remove unnecessary indirect required modules
  • b85c013 Update imports to casbin/v2
  • eed6ce2 Add initial go.mod file
  • 7ddd1d2 Clarify rate limiter expressions in addsvc example (#943)
  • 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from a team as a code owner July 6, 2020 09:33
@dependabot-preview dependabot-preview bot requested review from Martin2112 and removed request for a team July 6, 2020 09:33
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 6, 2020
@codecov
Copy link

codecov bot commented Jul 6, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1578      +/-   ##
==========================================
+ Coverage   67.45%   67.47%   +0.02%     
==========================================
  Files          59       59              
  Lines        3957     3957              
==========================================
+ Hits         2669     2670       +1     
+ Misses        857      856       -1     
  Partials      431      431              
Impacted Files Coverage Δ
core/integration/client_tests.go 83.33% <0.00%> (+0.25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 03c1431...a981cc0. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/go-kit/kit-0.10.0 branch from d2df2bb to 0548cac Compare July 13, 2020 10:54
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/go-kit/kit-0.10.0 branch from 0548cac to 7cb1e5d Compare August 3, 2020 11:13
Bumps [github.com/go-kit/kit](https://github.com/go-kit/kit) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/go-kit/kit/releases)
- [Commits](go-kit/kit@v0.9.0...v0.10.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/go-kit/kit-0.10.0 branch from 7cb1e5d to a981cc0 Compare November 4, 2020 16:05
@pphaneuf pphaneuf removed the request for review from Martin2112 June 28, 2021 16:01
@dependabot-preview
Copy link
Contributor Author

Superseded by #1639.

@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/go-kit/kit-0.10.0 branch July 5, 2021 06:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants