kubernetes-zfs-provisioner
kubernetes-zfs-provisioner copied to clipboard
fix(deps): update module k8s.io/klog/v2 to v2.130.1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
k8s.io/klog/v2 | v2.100.1 -> v2.130.1 |
- [ ] PR contains the label that identifies the area, one of:
area:provisioner
,area:chart
- [ ] If the PR is targeting a Helm chart, add the chart label, e.g.
chart:kubernetes-zfs-provisioner
Release Notes
kubernetes/klog (k8s.io/klog/v2)
v2.130.1
: Prepare klog release for Kubernetes v1.31 (Take 2)
What's Changed
- data race: avoid unprotected access to sb.file by @pohly in https://github.com/kubernetes/klog/pull/408
Full Changelog: https://github.com/kubernetes/klog/compare/v2.130.0...v2.130.1
v2.130.0
: Prepare klog release for Kubernetes v1.31 (Take 1)
What's Changed
- chore(*): fix spelling of Intel Corporation by @jsoref in https://github.com/kubernetes/klog/pull/399
- build: fix some linter warnings by @pohly in https://github.com/kubernetes/klog/pull/402
- examples: fix linter warning by @pohly in https://github.com/kubernetes/klog/pull/406
- Do not acquire lock for file.Sync() fsync call by @1978629634 in https://github.com/kubernetes/klog/pull/404
- ktesting: tone down warning about leaked test goroutine by @pohly in https://github.com/kubernetes/klog/pull/401
New Contributors
- @jsoref made their first contribution in https://github.com/kubernetes/klog/pull/399
- @1978629634 made their first contribution in https://github.com/kubernetes/klog/pull/404
Full Changelog: https://github.com/kubernetes/klog/compare/v2.120.1...v2.130.0
v2.120.1
: Prepare klog release for Kubernetes v1.30 (Take 2)
What's Changed
- textlogger: allow caller to override stack unwinding by @pohly in https://github.com/kubernetes/klog/pull/397
Full Changelog: https://github.com/kubernetes/klog/compare/v2.120.0...v2.120.1
v2.120.0
: Prepare klog release for Kubernetes v1.30 (Take 1)
What's Changed
- OWNERS: remove serathius, add mengjiao-liu, promote pohly by @pohly in https://github.com/kubernetes/klog/pull/394
- docs: clarify relationship between different features by @pohly in https://github.com/kubernetes/klog/pull/395
- Add SafePtr wrapper by @kaisoz in https://github.com/kubernetes/klog/pull/393
- logr v1.4.1 + SetSlogLogger by @pohly in https://github.com/kubernetes/klog/pull/396
New Contributors
- @kaisoz made their first contribution in https://github.com/kubernetes/klog/pull/393
Full Changelog: https://github.com/kubernetes/klog/compare/v2.110.1...v2.120.0
v2.110.1
: Prepare klog release for Kubernetes v1.29 (Take 1)
What's Changed
- fix: SetLogger via klog.SetLogger will output an unexpected newline by @aimuz in https://github.com/kubernetes/klog/pull/378
- resolve comments warning by @lowang-bh in https://github.com/kubernetes/klog/pull/379
- stderrthreshold: fix flag comment by @pohly in https://github.com/kubernetes/klog/pull/376
- enable "go vet" checks for parameters by @pohly in https://github.com/kubernetes/klog/pull/390
- promote experimental code to stable by @pohly in https://github.com/kubernetes/klog/pull/392
- golangci-lint action by @pohly in https://github.com/kubernetes/klog/pull/380
- output: handle WithName like zapr does by @pohly in https://github.com/kubernetes/klog/pull/391
- slog support + logr 1.3.0 update by @pohly in https://github.com/kubernetes/klog/pull/384
New Contributors
- @aimuz made their first contribution in https://github.com/kubernetes/klog/pull/378
- @lowang-bh made their first contribution in https://github.com/kubernetes/klog/pull/379
Full Changelog: https://github.com/kubernetes/klog/compare/v2.100.1...v2.110.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
- 1 additional dependency was updated
Details:
Package | Change |
---|---|
github.com/go-logr/logr |
v1.2.3 -> v1.4.1 |