Skip to content

Releases: kubetail-org/kubetail

0.1.6

20 Feb 21:57
e6d486f
Compare
Choose a tag to compare

Improved ANSI color code handling and improved security protection

  • Fixes ANSI to HTML conversion issues (#4)
  • Adds protection against injection attacks by inserting raw text from logs into DOM as textContent

0.1.5

20 Feb 09:11
4480224
Compare
Choose a tag to compare

New Features: Support for ANSI color codes and a new message "wrap" option

This release adds support for ANSI color codes. Now, log messages with ANSI encoded text will get automatically converted in the console display. This release also adds a "Wrap" option to the settings dropdown that allows you to wrap log messages in the display to avoid scrolling right to read the full message.

0.1.4

19 Feb 19:53
2ce0696
Compare
Choose a tag to compare

New Features: Improvements to UI and performance with large logs

Previously, kubetail loaded the entire log history for each of the source pods on startup but this delayed the startup time and also some caused performance problems in the UI with large logs. This release changes the default behavior of the console and tails logs by default. This release also adds a dropdown feature that allows users to filter logs by a duration (e.g. "10 minutes ago") or by an absolute time range ("Feb 6, 2024 12:00:00 - Feb 8, 2024 15:30:00").

0.1.3

15 Feb 13:25
1fc41c1
Compare
Choose a tag to compare
  • Fixes issue preventing browsers without Sec-Fetch-Site support from connecting to the WebSocket endpoint
  • Implements cross-site WebSocket hijacking protection by requiring CSRF token validation for WebSocket connections

0.1.2

13 Feb 21:41
Compare
Choose a tag to compare
  • Discarding output of built-in golang log package when logging.enabled = false

0.1.1

12 Feb 14:48
Compare
Choose a tag to compare

Initial release