Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 17, 2021

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

Release notes

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

Prepare klog release for Kubernetes v1.24

What's Changed

New Contributors

Full Changelog: kubernetes/klog@v2.30.0...v2.40.0

Prepare klog release for Kubernetes v1.23 (take 2)

What's Changed

New Contributors

Full Changelog: kubernetes/klog@v2.20.0...v2.30.0

Prepare klog release for Kubernetes v1.23

Changes are here : kubernetes/klog@v2.10.0...v2.20.0

since we moved to logr v1.0.0, there are incompatible changes:

- klogger.Enabled: changed from func() bool to func(int) bool
- klogger.Info: changed from func(string, ...interface{}) to func(int, string, ...interface{})
- klogger.V: removed
- klogger.WithCallDepth: changed from func(int) github.com/go-logr/logr.Logger to func(int) github.com/go-logr/logr.LogSink
- klogger.WithName: changed from func(string) github.com/go-logr/logr.Logger to func(string) github.com/go-logr/logr.LogSink
- klogger.WithValues: changed from func(...interface{}) github.com/go-logr/logr.Logger to func(...interface{}) github.com/go-logr/logr.LogSink

83653a6deebf Update to newest versions of golang 1.17.x d648c2e42d30 fix file-based filtering symbolization 8ee3d652c96b export ClearLogger 4171f3c1be1b Switching to logr tag v1.0.0 9ab3c2b56cb2 add serathius as approvers of klog

One more change to support 1.22 release

Changes are here : kubernetes/klog@v2.9.0...v2.10.0

new function added:

func KObjs(arg interface{}) []ObjectRef

Prepare release for Kubernetes v1.22

... (truncated)

Commits
  • 9248e72 Merge pull request #277 from pohly/v-infos
  • 6963321 Merge pull request #276 from pohly/kobjs-format-test
  • b605dee add Verbose.InfoSDepth
  • 55872ed Merge pull request #272 from astraw99/fix-log-panic
  • 39919d8 add format test for KObjs
  • 7fa0f3b Merge pull request #273 from pohly/multi-line-value-2
  • fafe98e structured logging: support key/value pairs with line breaks
  • 6749fe1 structured output: reorder type switch
  • aac832f structured output: reduce usage of Sprintf
  • ae76ae0 structured output: reuse buffer
  • 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)

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

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 17, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 20, 2021

Superseded by #55.

@dependabot dependabot bot closed this Dec 20, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/k8s.io/klog/v2-2.40.0 branch December 20, 2021 13:33
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