10b3d5b
- fix: warn if stream ends prematurely (commit by @rogosprojects)
d728420
- print current kube context (commit by @rogosprojects)07a9323
- support for logging initContainer (commit by @rogosprojects)
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)
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)
63f50cb
- print log saving path with --follow too (commit by @rogosprojects)
9371c86
- add print version flag (commit by @rogosprojects)
13caa51
- lower go minimum version required (commit by @rogosprojects)
de82e75
- press "q" button to exit follow mode (commit by @rogosprojects)
165e5f3
- improve spinner when updating (commit by @rogosprojects)
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)
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. 🔥
Support for parallel log fetching. Fetch logs from multiple pods/containers simultaneously. This enhances efficiency when dealing with large-scale deployments. Show log size.
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.
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.
Added "--all" option to get all logs in current namespace.
Added "--reverse" option to write logs in reverse order (date descending)
pass BuildVersion from the build system
Initial public release [v1.1.15]: https://github.com/rogosprojects/klogs/compare/v1.1.14...v1.1.15 [v1.1.16]: https://github.com/rogosprojects/klogs/compare/v1.1.15...v1.1.16 [v1.1.17]: https://github.com/rogosprojects/klogs/compare/v1.1.16...v1.1.17 [v1.1.18]: https://github.com/rogosprojects/klogs/compare/v1.1.17...v1.1.18 [v1.1.20]: https://github.com/rogosprojects/klogs/compare/v1.1.19...v1.1.20 [v1.1.21]: https://github.com/rogosprojects/klogs/compare/v1.1.20...v1.1.21