Releases: atombender/ktail
Releases · atombender/ktail
v0.11.0
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
Changelog.
v0.9.0
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
Fixes
- Fix surprisingly broken exclusion matching.
Released 0.7.0.
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.
v0.5.0 v0.5.0.
0.4.0
Fixes
- Fix a weird edge case where logs would sometimes not appear.
0.3.0
Fixes
- Upgrade to newer Kubernetes client library, which fixes issues with the
gcp
auth provider.
0.2.0
Features
- Filtering by pod/container name.