Ktail Versions Save

A tool to easily tail Kubernetes container logs

v1.4.0

1 year ago

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

1 year ago

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

1 year ago

Features

v1.2.2

1 year ago

Features

Bug Fixes

Documentation

v1.2.1

1 year ago

Bug Fixes

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

v1.2.0

1 year ago

Features

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

v1.1.0

1 year ago

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

3 years ago

Add --version.

v1.0.0

3 years ago

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

4 years ago
  • Updates client to support newer versions of Kubernetes.
  • Adds -s as shorthand for --since-start.