-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Robin Hahling <[email protected]>
- Loading branch information
Showing
1 changed file
with
84 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,90 @@ All notable changes to this project will be documented in this file. | |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
- No changes yet. | ||
## [0.7.0] - 2020-10-19 | ||
|
||
**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) | ||
|
||
## [0.6.1] - 2020-06-12 | ||
|
||
**Bugfixes:** | ||
* make: fix git hash variable assignments for old make versions (#291, @michi-covalent) | ||
|
||
**Misc Changes:** | ||
* update Go version to v1.14.4 and alpine base image to v3.12 (#280, @Rolinh) | ||
|
||
**Other Changes:** | ||
* Backport https://github.com/cilium/hubble/pull/285 (#286, @michi-covalent) | ||
* Prepare v0.6.1 release (#289, @michi-covalent) | ||
* Require Cilium 1.7.x (#287, @michi-covalent) | ||
|
||
## [0.6.0] - 2020-05-29 | ||
|
||
|