Skip to content

Releases: atombender/ktail

v1.4.0

13 Feb 14:41
Compare
Choose a tag to compare

Features

  • Don't enable colour when not writing to a tty; adds --color/--colour (Alexander Staubo)
  • Adds --color-scheme/--colour-scheme to set scheme; now defaults to 'bw'. (Alexander Staubo)
  • Upgrades Kubernetes client and HTTP/2 client to pick up bug fixes etc. (Alexander Staubo)
  • Print warning if no running pods initially matched. (Alexander Staubo)
  • Adds configuration file support; see readme for documentation. (Alexander Staubo)

Bug Fixes

  • Fixes case where container termination may stop log tailing too early. (Alexander Staubo)

v1.3.1

03 Oct 20:04
2e688fa
Compare
Choose a tag to compare

Features

Bug Fixes

  • use default client config loading rules to make KUBECONFIG parse correctly. (Alexander Staubo)

Documentation

  • removes download links from readme, should use GitHub releases page instead. (Alexander Staubo)
  • updates --version to be correct.

Builds

v1.3.0

03 Oct 19:05
8dc2804
Compare
Choose a tag to compare

Features

v1.2.2

03 Oct 10:12
6165271
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

v1.2.1

18 Aug 09:49
4de584b
Compare
Choose a tag to compare

Bug Fixes

  • fixes erroneous insert of space in each line when timestamps are disabled. (Alexander Staubo)

v1.2.0

16 Aug 13:31
838ad90
Compare
Choose a tag to compare

Features

  • adds per-pod/container colorization. Some cleanup of output and error handling. (Alexander Staubo)

v1.1.0

16 Aug 12:12
7379be7
Compare
Choose a tag to compare

Changelog

  • Fixes problem with duplicate lines.
  • Updates to latest Kubernetes client version (0.23).
  • New binary for macOS on M1 (ARM chip).

v1.0.1

10 Aug 18:28
ec5e2d5
Compare
Choose a tag to compare

Add --version.

v1.0.0

17 Jun 20:38
4673176
Compare
Choose a tag to compare

Might as well release as 1.0, seeing as it's proven to be a nice and stable tool.

  • Fixes issue where --all-namespaces would accidentally cause pods to be tailed from their start time.
  • Built with Go 1.14.4.

v0.12.0

01 May 13:54
Compare
Choose a tag to compare
  • Updates client to support newer versions of Kubernetes.
  • Adds -s as shorthand for --since-start.