Releases: atombender/ktail
Releases · atombender/ktail
v1.4.0
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
Features
- better rendering of fatal errors. (Alexander Staubo)
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
- fixes gen_version.sh to just look at latest tag. (Alexander Staubo)
v1.3.0
Features
- intercept Kubernetes client log messages and print them. (Alexander Staubo)
- increase Kubernetes rate limits. (Alexander Staubo)
- automatically colorize JSON. (Alexander Staubo)
v1.2.2
Features
- adds support for multiple -n/--namespace arguments. (Alexander Staubo)
Bug Fixes
- fixes duplicate 'New container' messages. (Alexander Staubo)
- fixes errant line braek after 'Container left'. (Alexander Staubo)
- don't return error on --help. (Alexander Staubo)
Documentation
- better readme copy. (Alexander Staubo)
v1.2.1
Bug Fixes
- fixes erroneous insert of space in each line when timestamps are disabled. (Alexander Staubo)
v1.2.0
Features
- adds per-pod/container colorization. Some cleanup of output and error handling. (Alexander Staubo)
v1.1.0
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
Add --version
.
v1.0.0
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
- Updates client to support newer versions of Kubernetes.
- Adds
-s
as shorthand for--since-start
.