-
Notifications
You must be signed in to change notification settings - Fork 225
Comparing changes
Open a pull request
base repository: kubernetes/klog
base: v2.110.1
head repository: kubernetes/klog
compare: v2.120.1
- 11 commits
- 17 files changed
- 3 contributors
Commits on Nov 15, 2023
-
OWNERS: remove serathius, add mengjiao-liu, promote pohly
Serathius is focused on etcd these days, we shouldn't rely on him anymore for approvals. Mengjiao has been very active with logging and would be a good addition to the pool of reviewers. I myself (pohly) have been the de-facto maintainer. Being able to approve changes from others will be useful and I'll be careful to get a second approver for my own changes.
Configuration menu - View commit details
-
Copy full SHA for f33bd6c - Browse repository at this point
Copy the full SHA f33bd6cView commit details -
Merge pull request #394 from pohly/owners-update
OWNERS: remove serathius, add mengjiao-liu, promote pohly
Configuration menu - View commit details
-
Copy full SHA for 761b630 - Browse repository at this point
Copy the full SHA 761b630View commit details
Commits on Nov 17, 2023
-
docs: clarify relationship between different features
With klogr being deprecated there might be some confusion whether textlogger or klog.Background should be used instead.
Configuration menu - View commit details
-
Copy full SHA for d3dd725 - Browse repository at this point
Copy the full SHA d3dd725View commit details -
Merge pull request #395 from pohly/readme-update
docs: clarify relationship between different features
Configuration menu - View commit details
-
Copy full SHA for 8dd3f2e - Browse repository at this point
Copy the full SHA 8dd3f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 881fa0b - Browse repository at this point
Copy the full SHA 881fa0bView commit details -
Merge pull request #393 from kaisoz/add-safeptr
Add SafePtr wrapper
Configuration menu - View commit details
-
Copy full SHA for 2086216 - Browse repository at this point
Copy the full SHA 2086216View commit details
Commits on Jan 3, 2024
-
This moves slog support into the main package. Go >1.18 is needed for generic type parameters.
Configuration menu - View commit details
-
Copy full SHA for 39afdba - Browse repository at this point
Copy the full SHA 39afdbaView commit details
Commits on Jan 9, 2024
-
This is syntactic sugar, but it's still useful because it hides logr from developers who only care about klog and slog.
Configuration menu - View commit details
-
Copy full SHA for 5d1d2d5 - Browse repository at this point
Copy the full SHA 5d1d2d5View commit details -
slog: use main logr package instead of logr/slogr
logr v1.4.0 moved the slog support functions in the main package and deprecated slogr.
Configuration menu - View commit details
-
Copy full SHA for e4deee8 - Browse repository at this point
Copy the full SHA e4deee8View commit details
Commits on Jan 10, 2024
-
Merge pull request #396 from pohly/slog-helper
logr v1.4.1 + SetSlogLogger
Configuration menu - View commit details
-
Copy full SHA for 2d08296 - Browse repository at this point
Copy the full SHA 2d08296View commit details
Commits on Jan 18, 2024
-
textlogger: allow caller to override stack unwinding
One use case is to use Ginkgo for stack unwinding. Then `ginkgo.GingkgoHelper` also works for log output, not just for E2E failures.
Configuration menu - View commit details
-
Copy full SHA for 007e661 - Browse repository at this point
Copy the full SHA 007e661View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.110.1...v2.120.1