Releases: rogosprojects/klogs
v1.1.21
✨ New Features
d728420 - print current kube context (commit by @rogosprojects)
07a9323 - support for logging initContainer (commit by @rogosprojects)
🐛 Bug Fixes
58ad3d0 - print color for same pods (commit by @rogosprojects)
8794e69 - fast exit if no pods are found (commit by @rogosprojects)
909a7b8 - warn if stream ends prematurely (commit by @rogosprojects)
10b3d5b - fix: warn if stream ends prematurely (commit by @rogosprojects)
v1.1.19
✨ New Features
- UI: print log size in table
v1.1.18
🐛 Bug Fixes
c9bc851
- handle incorrect kubeconfig file with Fatal msg (commit by @rogosprojects)21edee9
- avoid race conditions! (commit by @rogosprojects)38fa5b3
- avoid invalid chars in folder name (commit by @rogosprojects)
v1.1.17
🔧 Chores
63f50cb
- print log saving path with --follow too (commit by @rogosprojects)
v1.1.16
✨ New Features
9371c86
- add print version flag (commit by @rogosprojects)
🐛 Bug Fixes
13caa51
- lower go minimum version required (commit by @rogosprojects)
v1.1.15
✨ New Features
de82e75
- press "q" button to exit follow mode (commit by @rogosprojects)
⚡ Performance Improvements
165e5f3
- improve spinner when updating (commit by @rogosprojects)
🔧 Chores
ecdd8fe
- differentiate msg on follow (commit by @davidecavestro)1bdcf0d
- generate release notes and update changelog (commit by @davidecavestro)0bd1656
- add support for testing on push (commit by @davidecavestro)a4878ef
- removed unused dep (commit by @rogosprojects)dbee160
- starting tty.Open only in case of follow. (commit by @rogosprojects)
v1.1.14
New feature: --follow
option to stream logs in real-time. This is a game-changer for debugging and monitoring. Improved goroutines to fetch logs from multiple pods/containers simultaneously. Faster. 🔥
v1.1.13
- Support for parallel log fetching. Fetch logs from multiple pods/containers simultaneously. This enhances efficiency when dealing with large-scale deployments.
- Show log size.
v1.1.12
Faster. 🔥 Use "bufio" to read logs in chunks instead of line by line. This is especially useful when reading large logs. Removed the "--reverse" option as it is just overhead now.
v1.1.11
- Added "--since" option to fetch logs newer than a relative duration.
- Added "--tail" option to get only the specified number of lines from the end of the logs.