Skip to content

Releases: kubetail-org/kubetail

0.3.1

03 Mar 23:12
71f3fec
Compare
Choose a tag to compare

What's Changed

  • Fixes issue with missing template directory in docker image by @amorey in #30

Full Changelog: 0.3.0...0.3.1

0.3.0

03 Mar 21:15
540b0cf
Compare
Choose a tag to compare

What's Changed

  • Adds support for deploying at sub-path behind reverse proxy by @amorey in #28

Full Changelog: 0.2.0...0.3.0

0.2.0

01 Mar 20:45
3834b84
Compare
Choose a tag to compare

What's Changed

  • Adds a hide-health-checks option by @amorey in #27

Full Changelog: 0.1.9...0.2.0

0.1.9

01 Mar 09:21
dff87fa
Compare
Choose a tag to compare

What's Changed

  • Consolidates dark mode selector code by @amorey in #20
  • Adds session cookie name option by @amorey in #23

Full Changelog: 0.1.8...0.1.9

0.1.8

22 Feb 11:46
0666691
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.1.8

0.1.7

21 Feb 07:01
e6d486f
Compare
Choose a tag to compare

New release: Improved handling of ANSI encodings and security improvements

  • Switched to using ansi_up library to handle more ANSI encodings
  • Changed method of adding log messages to DOM from innerHTML to textContent to protect against injection attacks

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