Skip to content

Releases: rogosprojects/klogs

v1.1.21

03 Sep 10:29
Compare
Choose a tag to compare

✨ 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

27 Aug 07:36
Compare
Choose a tag to compare

✨ New Features

  • UI: print log size in table

v1.1.18

20 Aug 23:12
Compare
Choose a tag to compare

🐛 Bug Fixes

v1.1.17

14 Aug 07:49
Compare
Choose a tag to compare

🔧 Chores

v1.1.16

12 Aug 12:21
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

v1.1.15

12 Aug 09:31
Compare
Choose a tag to compare

✨ New Features

⚡ Performance Improvements

🔧 Chores

v1.1.14

08 Aug 08:33
cdea5cf
Compare
Choose a tag to compare

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

07 Aug 00:12
Compare
Choose a tag to compare
  • 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

05 Aug 14:01
Compare
Choose a tag to compare

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

04 Aug 21:54
Compare
Choose a tag to compare
  • 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.