Skip to content

Releases: atombender/ktail

v0.11.0

13 Jun 17:11
Compare
Choose a tag to compare

Features

  • Add --raw/-r flag, which causes messages to not be formatted with any metadata, unless --timestamps is also used.
  • Add -T as alias for --timestamps.

v0.10.0

11 Jun 05:16
Compare
Choose a tag to compare
Changelog.

v0.9.0

09 Jun 04:04
Compare
Choose a tag to compare

Fixes

  • Fix timestamp comparison logic that was only supposed to be triggered when recovering from a stream error, and which caused lines to be ignored if sharing the exact same timestamp.

v0.8.0

05 Jun 23:48
Compare
Choose a tag to compare

Fixes

  • Fix surprisingly broken exclusion matching.

Released 0.7.0.

16 May 02:02
Compare
Choose a tag to compare

Features

  • Add --exclude, -x flag to exclude pods and containers.
  • Add --since-start to get logs since container start.

Fixes

  • Fix rare edge case where we might use the wrong timestamp if a newly discovered pod has multiple containers that started at different times.
  • Fix rare edge case where a new container would not be detected because it has the exact same name as a previous instance.

Released 0.5.0.

02 Jun 01:09
Compare
Choose a tag to compare
v0.5.0

v0.5.0.

0.4.0

02 Jun 00:04
Compare
Choose a tag to compare

Fixes

  • Fix a weird edge case where logs would sometimes not appear.

0.3.0

16 May 23:46
Compare
Choose a tag to compare

Fixes

  • Upgrade to newer Kubernetes client library, which fixes issues with the gcp auth provider.

0.2.0

16 May 18:50
Compare
Choose a tag to compare

Features

  • Filtering by pod/container name.