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

build(deps): bump github.com/go-kit/kit from 0.10.0 to 0.11.0 #275

Merged
merged 1 commit into from
Jul 13, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2021

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

Release notes

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

v0.11.0

A new release with several improvements and enhancements. The first one in a long while! Huge thanks to @​sagikazarmark for putting in most of the gruntwork to make it happen! You're a superstar.

The biggest thing: package log has been extracted to a separate repository and module, go-kit/log. This means that if you or your project was importing go-kit/kit just to get package log, you can significantly reduce your go.mod and dep graph by switching to the new module. Note that we have no current plans to alias the existing go-kit/kit/log to the new go-kit/log module and package, nor to deprecate the current package in favor of the new one. They are two distinct packages with no defined relationship to each other. This may change in the future.

Major changes:

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

Bug fixes

  • metrics/cloudwatch: log CloudWatch response error (#961) (thanks @​Trane9991)
  • log: defer mutex unlocks for panic safety in SyncLogger (#974)
  • util/conn: close old connection before reconnect (#982) (thanks @​chikaku)
  • log/term: fix build on GOOS=js GOARCH=wasm (#993) (thanks @​mvdan)
  • transport/http/jsonrpc: move the ClientAfter calls to before the decode (#1008) (thanks @​directionless)
  • sd/etcdv3: fix etcdv3 client won't return error when no endpoint is available (#1009) (thanks @​wayjam)
  • metrics/generic: fix uint64 alignment (#1007) (thanks @​ldez)
  • log: fix stdlibadapter when prefixed (#1036) (thanks @​soven)
  • log: capture newlines in log stdlib (#1041) (thanks @​SuperQ)

Enhancements

Documentation, examples, tests

... (truncated)

Commits
  • a6c5d58 Merge pull request #1129 from sagikazarmark/improve-example-references
  • 4c47fd8 remove examples from gitignore
  • 908c5cf docs: fix example links
  • d19ee33 Merge pull request #1128 from robbert229/patch-1
  • ccf3d8d fix a broken link to the addsvc example
  • f80eb06 Merge pull request #1121 from sagikazarmark/remove-kitgen
  • 32681cc remove deprecated kitgen
  • 2ca6ab2 Merge pull request #1112 from sagikazarmark/opentelemetry
  • a119c95 Merge pull request #1122 from sagikazarmark/nats-test-panic
  • 2216160 Merge pull request #1124 from sagikazarmark/update-dependencies
  • 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2021

Dependabot tried to add @alexanderbez and @fedekunze as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/line/lfb-sdk/pulls/275/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the line/lfb-sdk repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2021

The following labels could not be found: automerge.

@CLAassistant
Copy link

CLAassistant commented Jul 8, 2021

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Jul 8, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@a441ce8). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #275   +/-   ##
=======================================
  Coverage        ?   53.39%           
=======================================
  Files           ?      639           
  Lines           ?    46804           
  Branches        ?        0           
=======================================
  Hits            ?    24991           
  Misses          ?    18974           
  Partials        ?     2839           

Bumps [github.com/go-kit/kit](https://github.com/go-kit/kit) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/go-kit/kit/releases)
- [Commits](go-kit/kit@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/go-kit/kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-kit/kit-0.11.0 branch from 21527b2 to 0d1abe9 Compare July 13, 2021 08:44
@egonspace egonspace merged commit 301fbdc into main Jul 13, 2021
@egonspace egonspace deleted the dependabot/go_modules/github.com/go-kit/kit-0.11.0 branch July 13, 2021 09:26
iproudhon pushed a commit that referenced this pull request Jul 14, 2021
Bumps [github.com/go-kit/kit](https://github.com/go-kit/kit) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/go-kit/kit/releases)
- [Commits](go-kit/kit@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/go-kit/kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants