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

chore(deps): bump github.com/go-kratos/kratos/v2 from 2.8.0 to 2.8.2 #153

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2024

Bumps github.com/go-kratos/kratos/v2 from 2.8.0 to 2.8.2.

Release notes

Sourced from github.com/go-kratos/kratos/v2's releases.

v2.8.2

New Features

  • feat: create build Group in changelog generate. (#3448)

Bug Fixes

  • fix: unit test Recycle watch resolver tick goroutine (#3449)
  • fix: resolve the issue of metrics and logging code default to zero (#3447)

Others

  • build(deps): bump golang.org/x/sync in /contrib/registry/zookeeper (#3387)

Full Changelog: go-kratos/kratos@v2.8.1...v2.8.2

v2.8.1

New Features

  • feat(middleware/metrics): make DefaultSecondsHistogram simply (#3385)
  • feat: adding stream interceptor for logging middleware (#3359)
  • feat(contrib/log/zap): If disable this level of logging entirely, avoid additional overhead (#3357)
  • feat(resolver/discovery): expose create watcher timeout error (#3392)

Bug Fixes

  • fix: fix errors reported by Lint CI. (#3435)
  • fix: add timeout configuration in grpc dial function (#3365)
  • fix: when entering idle mode, the old resolve-related resources have not been completely processed, and an exception occurs when exiting idle mode immediately. (#3402)
  • fix(registry/polaris): fix concurrent map iteration and map write #3361 (#3386)
  • fix: fixed typo (#3395)
  • fix: filter redundant endpoints invalid (#3373)

Chores

  • chore: upgrade golangci-lint version to v1.60.3 and fix lint (#3414)
  • chore: remove non-existent test methods (#2770)
  • chore: replace the DisableDebugLog method, which is marked as Deprecated, with the PrintDebugLog method in the discovery test (#3364)

Others

  • faet: add buf config for protoc-gen-go-errors (#3403)
  • perf: optimize the http.ContentType method (#3363)
  • build(deps): bump github/codeql-action from 2 to 3 (#3119)
  • build(deps): bump google.golang.org/protobuf in /cmd/protoc-gen-go-http (#3237)
  • build(deps): bump golang.org/x/net in /contrib/errortracker/sentry (#3288)
  • build(deps): bump golang.org/x/net in /contrib/registry/etcd (#3289)
  • build(deps): bump golang.org/x/net in /contrib/config/kubernetes (#3291)
  • build(deps): bump golang.org/x/net in /contrib/registry/kubernetes (#3290)
  • build(deps): bump golang.org/x/net in /contrib/log/aliyun (#3292)
  • build(deps): bump golang.org/x/net in /contrib/registry/polaris (#3294)
  • build(deps): bump actions/setup-go from 5.0.1 to 5.0.2 (#3362)

New Contributors

Full Changelog: go-kratos/kratos@v2.8.0...v2.8.1

Commits
  • 861493a deps: upgrade kratos version to v2.8.2 (#3452)
  • 8508772 build(deps): bump golang.org/x/sync in /contrib/registry/zookeeper (#3387)
  • 6883242 fix: unit test Recycle watch resolver tick goroutine (#3449)
  • 225532d feat: create build Group in changelog generate. (#3448)
  • 4e9dac0 fix: resolve the issue of metrics and logging code default to zero (#3447)
  • 8b8dc4b deps: upgrade kratos version to v2.8.1 (#3436)
  • 7cd86eb fix: fix errors reported by Lint CI. (#3435)
  • 5b5c253 fix: add timeout configuration in grpc dial function (#3365)
  • af0df55 feat(middleware/metrics): make DefaultSecondsHistogram simply (#3385)
  • 3395079 fix: when entering idle mode, the old resolve-related resources have not been...
  • 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 will merge this PR once CI passes on it, as requested by @nhhagen.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@nhhagen
Copy link
Member

nhhagen commented Nov 13, 2024

@dependabot recreate

Bumps [github.com/go-kratos/kratos/v2](https://github.com/go-kratos/kratos) from 2.8.0 to 2.8.2.
- [Release notes](https://github.com/go-kratos/kratos/releases)
- [Commits](go-kratos/kratos@v2.8.0...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/go-kratos/kratos/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-kratos/kratos/v2-2.8.2 branch from 4cda2e3 to 86eb4d6 Compare November 13, 2024 12:45
Copy link
Member

@nhhagen nhhagen left a comment

Choose a reason for hiding this comment

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

@dependabot squash and merge

@dependabot dependabot bot merged commit 968b7e9 into main Nov 13, 2024
21 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/go-kratos/kratos/v2-2.8.2 branch November 13, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant