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
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
Commits
9ad2462 Merge pull request #266 from pohly/object-marshaler
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 from 2.8.0 to 2.30.0.
Release notes
Sourced from k8s.io/klog/v2's releases.
Commits
9ad2462
Merge pull request #266 from pohly/object-marshalerf351023
custom marshaler for ObjectRef331d232
Merge pull request #265 from luyou86/bugfix-logcheck-exit-functionf9de652
Fix logcheck exit functionf8e668d
Merge pull request #260 from dims/update-to-newest-versions-of-golang-1.1783653a6
Update to newest versions of golang 1.17.xd648c2e
fix file-based filtering symbolizatione1f317b
Merge pull request #250 from yuzhiquan/add-serathius-approver74b1b2a
Merge pull request #257 from pohly/clear-logger8ee3d65
export ClearLoggerDependabot 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)