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 k8s.io/klog/v2 from 2.4.0 to 2.5.0 #14824

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2021

Bumps k8s.io/klog/v2 from 2.4.0 to 2.5.0.

Release notes

Sourced from k8s.io/klog/v2's releases.

Prepare release for Kubernetes v1.21

Changes are here : kubernetes/klog@v2.4.0...v2.5.0

klog.go has new API:

+func ErrorSDepth(depth int, err error, msg string, keysAndValues ...interface{}) {
+func InfoSDepth(depth int, msg string, keysAndValues ...interface{}) {

klogr/klogr.go has new API:

func (l klogger) WithCallDepth(depth int) logr.Logger {
func NewWithOptions(options ...Option) logr.Logger {
func WithFormat(format Format) Option {
Commits
  • 2427a79 Merge pull request #205 from zhijianli88/master
  • 8ea19f8 Merge pull request #207 from pohly/klogr-call-depth
  • e61bbb8 klogr: implement WithCallDepth
  • 8a7e496 Merge pull request #197 from pohly/klogr-output-format
  • f5ba35b test: cleanup temporary file
  • b344254 klogr: add NewWithOptions, revert New
  • 34b3f9f klogr: add support for structured logging via klog
  • 5fda116 klogr: extend test coverage
  • 6b97b32 add InfoSDepth and ErrorSDepth
  • ea3b07f Merge pull request #198 from pohly/fix-mod-sum
  • 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 dependabot bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. labels Feb 1, 2021
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2021 17:14
@dependabot dependabot bot requested a review from tklauser February 1, 2021 17:14
@maintainer-s-little-helper maintainer-s-little-helper bot added dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. and removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels Feb 1, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.10.0 Feb 1, 2021
@tklauser
Copy link
Member

tklauser commented Feb 1, 2021

test-me-please

Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/master/RELEASE.md)
- [Commits](kubernetes/klog@v2.4.0...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s.io/klog/v2-2.5.0 branch from 89f8ae7 to 3ef8472 Compare February 1, 2021 17:52
@tklauser
Copy link
Member

tklauser commented Feb 1, 2021

test-me-please

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Feb 2, 2021
@tklauser tklauser merged commit cd4e5eb into master Feb 2, 2021
@tklauser tklauser deleted the dependabot/go_modules/k8s.io/klog/v2-2.5.0 branch February 2, 2021 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This would improve or streamline existing functionality. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant