v0.8.2
This patch release fixes a bug in the dict output where a newline was missing. It also removes long-deprecated --json
, --compact
and --dict
flags (use the --output
flag instead) that actually turned out to be broken at this point. A very visible addition is color support, a change that was backported from the master
branch upon popular request. In addition, the Go version, which is used to create release binaries, is updated to the latest v1.16.8 and the Cilium dependency is updated to v1.10.4.
Minor Changes:
- Backport color output to v0.8 branch (#609, @michi-covalent)
Bugfixes:
Misc Changes: