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.0.0 to 2.9.0 #52

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 31, 2021

Bumps k8s.io/klog/v2 from 2.0.0 to 2.9.0.

Release notes

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

Prepare release for Kubernetes v1.22

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

6a9ef3fa9a15 fix typo 59f7cb505f58 fix byte array display in InfoS and ErrorS cf22f1e79721 Call logr with call depth e95c7e303755 make SetLogger thread-safe 2728fe192acc check usage of format specifier in structured log func a18bc976a212 Fix by pr suggestions 4e4135c3dd8a Add check for InfoS & ErrorS parameters

Bug fixes for structured logging for Kubernetes v1.21

kubernetes/klog@v2.7.0...v2.8.0

Miscellaneous fixes for structured logging for Kubernetes v1.21

Changes are here : kubernetes/klog@v2.6.0...v2.7.0

Adding a linter for Kubernetes v1.21

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

please see https://github.com/kubernetes/klog/tree/master/hack/tools/logcheck

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 {

Prepare release for Kubernetes v1.20

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

Fix Typo-ed Method Error -> ErrorS

Changes are here : kubernetes/klog@v2.2.0...v2.3.0

Dependency update and bugfix for InfoS

  • 2e691eb3eeb3 Fix missing fields in verbose InfoS
  • 966c98681ca0 feat use go-logr v0.2.0

Changes are here : kubernetes/klog@v2.1.0...v2.2.0

... (truncated)

Commits
  • 02ca14b Merge pull request #238 from yuzhiquan/fix-nit-for-klog
  • 6a9ef3f fix typo
  • 4c0ac5a Merge pull request #237 from yuzhiquan/fix-byte-array-display
  • 59f7cb5 fix byte array display in InfoS and ErrorS
  • 0cc9b83 Merge pull request #210 from sunjayBhatia/logr-with-call-depth
  • cf22f1e Call logr with call depth
  • dda2080 Merge pull request #233 from mars1024/bugfix/threadsafe-set
  • e95c7e3 make SetLogger thread-safe
  • 3734278 Merge pull request #230 from umangachapagain/format-string
  • 2728fe1 check usage of format specifier in structured log func
  • 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.0.0 to 2.9.0.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/master/RELEASE.md)
- [Commits](kubernetes/klog@v2.0.0...v2.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 19, 2021

Superseded by #66.

@dependabot dependabot bot closed this Jul 19, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/k8s.io/klog/v2-2.9.0 branch July 19, 2021 11:30
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
Projects
None yet
0 participants