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

Bump github.com/go-kratos/kratos/v2 from 2.7.0 to 2.7.2 #5

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps github.com/go-kratos/kratos/v2 from 2.7.0 to 2.7.2.

Release notes

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

v2.7.2

New Features

  • feat(config): config support custom merge config (#3106)

Bug Fixes

  • fix:polaris config watch (#3082)
  • fix: sctx cause request ctx canceled during graceful shutdown (#3097)
  • fix: apollo yaml watch (#3021)
  • fix(log): WithContext() changed the ctx field of the parent log.Filter (#3069)
  • fix: Kubernetes misspelling (#3075)

Others

  • build(deps): bump github.com/hashicorp/consul/api (#3080)
  • build(deps): bump google.golang.org/grpc in /contrib/config/polaris (#3055)
  • build(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.3 (#3054)
  • build(deps): bump golang.org/x/net in /contrib/opensergo (#3100)
  • build(deps): bump github.com/emicklei/go-restful (#2933)
  • build(deps): bump google.golang.org/grpc in /contrib/registry/etcd (#3047)
  • build(deps): bump google.golang.org/grpc in /contrib/opensergo (#3048)
  • build(deps): bump google.golang.org/grpc in /contrib/config/etcd (#3046)
  • build(deps): bump google.golang.org/grpc in /contrib/polaris (#3053)
  • build(deps): bump github.com/prometheus/common (#3049)
  • build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#3095)
  • golangci: check misspell (#3086)
  • update golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f to 0.1.0 (#2984)
  • Support adding headers to before calloption header (#3038)
  • build(deps): bump actions/checkout from 3 to 4 (#2982)
  • build(deps): bump github.com/vmihailenco/msgpack/v5 (#3065)
  • build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/registry/etcd (#3066)
  • build(deps): bump github.com/aliyun/aliyun-log-go-sdk (#3079)
  • build(deps): bump go.etcd.io/etcd/client/v3 in /contrib/config/etcd (#3064)
  • build(deps): bump github.com/prometheus/client_golang (#3077)
  • build(deps): bump golang.org/x/sync in /contrib/registry/zookeeper (#3076)
  • build(deps): bump golang.org/x/net in /contrib/opensergo (#3078)
  • build(deps): bump actions/setup-go from 4.0.1 to 4.1.0 (#2949)
  • build(deps): bump github.com/hashicorp/consul/api (#3074)

New Contributors

Full Changelog: go-kratos/kratos@v2.7.1...v2.7.2

v2.7.1

contrib -> 6cdd81811e102620ec93b125ea6ed38f06a5e03c

Chores

  • chore: fix typo var name in shell (#2955)

Others

  • bugfix: fix map decode (#2979)
  • ci: support go version 1.21.x

... (truncated)

Commits
  • 69268c5 deps: upgrade kratos version to v2.7.2 (#3109)
  • efac50c build(deps): bump github.com/hashicorp/consul/api (#3080)
  • 6be9610 fix:polaris config watch (#3082)
  • cd9ef38 feat(config): config support custom merge config (#3106)
  • d13071e build(deps): bump google.golang.org/grpc in /contrib/config/polaris (#3055)
  • abd1d35 fix: sctx cause request ctx canceled during graceful shutdown (#3097)
  • 396af2d build(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.3 (#3054)
  • add4d95 build(deps): bump golang.org/x/net in /contrib/opensergo (#3100)
  • cdb9e99 build(deps): bump github.com/emicklei/go-restful (#2933)
  • 00beb84 build(deps): bump google.golang.org/grpc in /contrib/registry/etcd (#3047)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 6, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-kratos/kratos/v2-2.7.2 branch 2 times, most recently from f4894b7 to 3cec6fd Compare February 6, 2024 12:14
Bumps [github.com/go-kratos/kratos/v2](https://github.com/go-kratos/kratos) from 2.7.0 to 2.7.2.
- [Release notes](https://github.com/go-kratos/kratos/releases)
- [Commits](go-kratos/kratos@v2.7.0...v2.7.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.7.2 branch from 3cec6fd to c9b765e Compare February 6, 2024 12:24
@Rajagopalan-Ranganathan Rajagopalan-Ranganathan merged commit 6e1766e into main Feb 6, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/go-kratos/kratos/v2-2.7.2 branch February 6, 2024 12:27
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant