emissary
emissary copied to clipboard
build(deps): bump k8s.io/klog/v2 from 2.10.0 to 2.70.1
Bumps k8s.io/klog/v2 from 2.10.0 to 2.70.1.
Release notes
Sourced from k8s.io/klog/v2's releases.
Prepare klog release for Kubernetes v1.25 (Take 2)
What's Changed
- ktesting: handle test completion by
@pohly
in kubernetes/klog#337- contextual logging: enable by default again by
@pohly
in kubernetes/klog#341Full Changelog: https://github.com/kubernetes/klog/compare/v2.70.0...v2.70.1
Prepare klog release for Kubernetes v1.25 (Take 1)
What's Changed
- logcheck: contextual logging + enhanced checks by
@pohly
in kubernetes/klog#297- hack/tools: drop dependency on golangci-lint by
@pohly
in kubernetes/klog#313- StopFlushDaemon: document flushing on shutdown by
@pohly
in kubernetes/klog#314- logcheck: fix detection of invalid * regexp in filter by
@pohly
in kubernetes/klog#315- README.md: clarify -logtostderr by
@pohly
in kubernetes/klog#319- Trim duplicates by
@pohly
in kubernetes/klog#324- replace KObjs with KObjSlice by
@pohly
in kubernetes/klog#322- support logr.Marshaler by
@pohly
in kubernetes/klog#325- internal: remove unused TrimDuplicates by
@pohly
in kubernetes/klog#326- save and restore state by
@pohly
in kubernetes/klog#320- GitHub: use apidiff with more recent Go by
@pohly
in kubernetes/klog#329- remove hack/tools by
@pohly
in kubernetes/klog#330- GIT-331: fix shadowing key from the kv pair by
@harshanarayana
in kubernetes/klog#332- klog.Fatal backtrace revert by
@pohly
in kubernetes/klog#328- ktesting: capture log data in memory by
@pohly
in kubernetes/klog#327- GIT-275: add tests for int and struct keys by
@harshanarayana
in kubernetes/klog#333New Contributors
@harshanarayana
made their first contribution in kubernetes/klog#332Full Changelog: https://github.com/kubernetes/klog/compare/v2.60.1...v2.70.0
Prepare klog release for Kubernetes v1.24 (Take 6)
What's Changed
- Cleanup OWNERS file by
@serathius
in kubernetes/klog#309- dependencies: avoid k8s.io/utils, fork clock code instead by
@pohly
in kubernetes/klog#310- promote contextual logging APIs to stable by
@pohly
in kubernetes/klog#311Full Changelog: https://github.com/kubernetes/klog/compare/v2.60.0...v2.60.1
Prepare klog release for Kubernetes v1.24 (Take 5)
What's Changed
- SetContextualLogger: remove unintentionally merged API call by
@pohly
in kubernetes/klog#308Full Changelog: https://github.com/kubernetes/klog/compare/v2.50.2...v2.60.0
Prepare klog release for Kubernetes v1.24 (Take 4)
What's Changed
... (truncated)
Commits
33351c0
Merge pull request #341 from pohly/contextual-logging-state-fixea66a13
Merge pull request #337 from pohly/testing-logger-stopc2d5a45
contextual logging: enable by default again9405f8e
ktesting: stop using testing.T when test completes78f38f6
ktesting: fix type assertion66544b3
ktesting: use black box testing7a070b4
Merge pull request #333 from harshanarayana/tests/GIT-275-add-additional-test...265aa25
Merge pull request #327 from pohly/buffer-logger280fc18
GIT-275: add tests for int and struct keysca252b1
Merge pull request #328 from pohly/fatal-backtrace-revert- Additional commits viewable in compare view
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)