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

Update module github.com/go-kit/kit to v0.13.0 #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-kit/kit v0.9.0 -> v0.13.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

go-kit/kit (github.com/go-kit/kit)

v0.13.0

Compare Source

Go kit v0.13.0 is released, containing mostly minor fixes and dependency updates.

What's Changed

New Contributors

Full Changelog: go-kit/kit@v0.12.0...v0.13.0

v0.12.0

Compare Source

A mostly procedural update to Go kit, including support for the latest version of Go, and updates for dependencies, including a long-awaited update to avoid a CVE in the JWT dependency.

v0.11.0

Compare Source

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

Enhancements

Documentation, examples, tests

See more details in the 0.11.0 milestone.

v0.10.0

Compare Source

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

Enhancements

Documentation, examples, tests


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-go-kit-kit-0.x branch 6 times, most recently from 613a0c0 to a338476 Compare September 28, 2022 02:57
@renovate renovate bot force-pushed the renovate/github.com-go-kit-kit-0.x branch from a338476 to f51bcaf Compare November 15, 2022 13:20
@renovate renovate bot force-pushed the renovate/github.com-go-kit-kit-0.x branch 3 times, most recently from 58a44e3 to 97b3d59 Compare February 28, 2023 11:22
@renovate renovate bot force-pushed the renovate/github.com-go-kit-kit-0.x branch from 97b3d59 to 357bf57 Compare August 25, 2023 17:53
@renovate renovate bot changed the title Update module github.com/go-kit/kit to v0.12.0 Update module github.com/go-kit/kit to v0.13.0 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-kit-kit-0.x branch from 357bf57 to 939b45d Compare April 11, 2024 14:00
@renovate renovate bot force-pushed the renovate/github.com-go-kit-kit-0.x branch from 939b45d to 9a48d49 Compare December 11, 2024 22:41
Copy link
Contributor Author

renovate bot commented Dec 11, 2024

ℹ Artifact update notice

File name: vice-president/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/pkg/errors v0.8.1 -> v0.9.1
github.com/prometheus/client_golang v1.1.0 -> v1.11.1
github.com/stretchr/testify v1.4.0 -> v1.7.2
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 -> v0.0.0-20220315160706-3147a52a75dd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants