v0.7.0
Minor Changes:
- Add config subcommand (#380, @rolinh)
- Add reflect command (#378, @michi-covalent)
- cmd/observe: Add HTTP method and path filters (#371, @twpayne)
- cmd/peer: print tls.ServerName when available (#374, @rolinh)
- cmd/status: Add flows per second to
hubble status
(#330, @gandro) - cmd/status: print node availability information when available (#328, @rolinh)
- cmd/status: report current/max flows on the same line (#346, @rolinh)
- cmd: add support for fish and powershell completion (#316, @rolinh)
- cmd: add support for TLS and mTLS (#372, @rolinh)
- cmd: honor user configuration directory for the configuration file (#375, @rolinh)
- cmd: remove globals, optimize grpc client conn creation, remove pprof (#369, @rolinh)
- Dockerfile: Remove ENTRYPOINT (#355, @michi-covalent)
- printer: ommit node name from output (#358, @mdnix)
- Update Go to v1.15, drop support for darwin/386, add support for linux/[arm,arm64] (#343, @rolinh)
Bugfixes:
- cmd/status: do not report flows ratio when max flows is zero (#345, @rolinh)
- make: fix git hash variable assignments for old make versions (#290, @rolinh)
Misc Changes:
- .gitattributes: hide go.sum and vendor/modules.txt in pull requests (#317, @rolinh)
- actions: add go-mod check (#382, @rolinh)
- Add staticcheck to
make check
(#344, @tklauser) - Clarify wording in README (#341, @christarazi)
- cmd/config: only write provided key/value when using set subcommand (#385, @rolinh)
- cmd: fix help message for the
-config
flag (#377, @rolinh) - cmd: update observe and status command description/formatting (#390, @rolinh)
- defaults: avoid stutter in exported names (#383, @tklauser)
- docs: Add link to Cilium Development Guide (#376, @twpayne)
- Fixes SC2038 in check-fmt.sh (#360, @nebril)
- make: fix release build directory ownership (#321, @kaworu)
- make: vendor in ineffassign, staticcheck, and golint (#357, @kaworu)
- observe: Document default flow count output (#318, @joestringer)
- printer: avoid duplicate import (#342, @tklauser)
- printer: use fmt.Fprintln instead of fmt.Fprintf (#347, @tklauser)
- README: fix broken link to metrics documentation (#327, @rolinh)
- Readme: remove old beta warning and make a components table (#322, @glibsm)
- README: Update links (#351, @pchaigno)
- Remove version from release artifact file names (#293, @michi-covalent)
- tutorials: Fix README.md (#340, @jrajahalme)
- Update Cilium dep and fix unit tests that subsequently broke (#335, @rolinh)
- Update Go to 1.15.3 (#386, @tklauser)
- update Go version to v1.14.7 (#336, @rolinh)
- update Go version to v1.15.2 (#365, @rolinh)
- v0.7: vendor: bump cilium to v1.9.0-rc2 to track cilium v1.9 branch (#394, @rolinh)
- vendor: bump cilium to master right before branching v1.9 (#392, @rolinh)
- vendor: bump cobra to v1.1.1 (#391, @twpayne)
- vendor: bump dependencies (#389, @rolinh)
- vendor: go mod tidy && go mod vendor && go mod verify (#381, @rolinh)
- vendor: update cilium@latest, [email protected] (#373, @rolinh)
Other Changes:
- Add little helper actions (#326, @glibsm)
- Add RELEASE.md with release checklist (#281, @glibsm)
- Add stable.txt (#299, @michi-covalent)
- add v0.6.0 release notes to changelog and bump version to 0.7.0-dev (#275, @rolinh)
- Build release artifacts inside a container (#295, @michi-covalent)
- docs: Re-add images linked in README (#309, @gandro)
- Fix v0.6 branch link in README (#306, @gandro)
- Generate release binaries (#285, @rolinh)
- Prepare for Cilium 1.8 (#305, @gandro)
- printer: Add jsonpb output (#302, @michi-covalent)
- Remove contrib/scripts/release.sh (#297, @michi-covalent)
- Require Cilium 1.7.x (#283, @tgraf)
- Update Go to v1.14.6 (#320, @rolinh)
- update Go version to v1.14.4 and alpine base image to v3.12 (#278, @rolinh)
- update Go version to v1.14.5 (#319, @rolinh)
- vendor: cilium@master (#313, @glibsm)