perf-tests
perf-tests copied to clipboard
Bump k8s.io/klog/v2 from 2.100.1 to 2.120.1 in /clusterloader2
Bumps k8s.io/klog/v2 from 2.100.1 to 2.120.1.
Release notes
Sourced from k8s.io/klog/v2's releases.
Prepare klog release for Kubernetes v1.30 (Take 2)
What's Changed
- textlogger: allow caller to override stack unwinding by
@pohlyin kubernetes/klog#397Full Changelog: https://github.com/kubernetes/klog/compare/v2.120.0...v2.120.1
Prepare klog release for Kubernetes v1.30 (Take 1)
What's Changed
- OWNERS: remove serathius, add mengjiao-liu, promote pohly by
@pohlyin kubernetes/klog#394- docs: clarify relationship between different features by
@pohlyin kubernetes/klog#395- Add SafePtr wrapper by
@kaisozin kubernetes/klog#393- logr v1.4.1 + SetSlogLogger by
@pohlyin kubernetes/klog#396New Contributors
@kaisozmade their first contribution in kubernetes/klog#393Full Changelog: https://github.com/kubernetes/klog/compare/v2.110.1...v2.120.0
Prepare klog release for Kubernetes v1.29 (Take 1)
What's Changed
- fix: SetLogger via klog.SetLogger will output an unexpected newline by
@aimuzin kubernetes/klog#378- resolve comments warning by
@lowang-bhin kubernetes/klog#379- stderrthreshold: fix flag comment by
@pohlyin kubernetes/klog#376- enable "go vet" checks for parameters by
@pohlyin kubernetes/klog#390- promote experimental code to stable by
@pohlyin kubernetes/klog#392- golangci-lint action by
@pohlyin kubernetes/klog#380- output: handle WithName like zapr does by
@pohlyin kubernetes/klog#391- slog support + logr 1.3.0 update by
@pohlyin kubernetes/klog#384New Contributors
@aimuzmade their first contribution in kubernetes/klog#378@lowang-bhmade their first contribution in kubernetes/klog#379Full Changelog: https://github.com/kubernetes/klog/compare/v2.100.1...v2.110.1
Commits
007e661textlogger: allow caller to override stack unwinding2d08296Merge pull request #396 from pohly/slog-helpere4deee8slog: use main logr package instead of logr/slogr5d1d2d5add SetSlogLogger39afdbadependencies: logr v1.4.12086216Merge pull request #393 from kaisoz/add-safeptr881fa0bAdd SafePtr wrapper8dd3f2eMerge pull request #395 from pohly/readme-updated3dd725docs: clarify relationship between different features761b630Merge pull request #394 from pohly/owners-update- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/ok-to-test /lgtm /approve
/lgtm /retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dependabot[bot], wojtek-t
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~clusterloader2/OWNERS~~ [wojtek-t]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| pull-perf-tests-verify-lint | 4102f88c5d6da1d01b28bf82a77267ad5d42ce09 | link | true | /test pull-perf-tests-verify-lint |
| pull-perf-tests-verify-test | 4102f88c5d6da1d01b28bf82a77267ad5d42ce09 | link | true | /test pull-perf-tests-verify-test |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the PR is closed
You can:
- Mark this PR as fresh with
/remove-lifecycle stale - Close this PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Superseded by #2718.