@@ -6,7 +6,55 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
77and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9- ## [ Unreleased]
10- - No changes yet.
9+ ## [ 0.6.0] - 2020-05-29
10+
11+ ** Bugfixes:**
12+ * api: fix potential panic in endpoint's EqualsByID (#199 , @Rolinh )
13+
14+ ** Misc Changes:**
15+ * cmd: add hidden 'peer' command (#248 , @Rolinh )
16+ * update Go version to v1.14.2 (#226 , @Rolinh )
17+ * update Go version to v1.14.3 (#258 , @Rolinh )
18+
19+ ** Other Changes:**
20+ * actions: Trigger on release branches (#233 , @michi-covalent )
21+ * Add changelog (#203 , @glibsm )
22+ * add peer gRPC service (#212 , @Rolinh )
23+ * Add support for policy verdict events (#200 , @gandro )
24+ * adjust dockerfile and makefile for "serve" command removal (#263 , @Rolinh )
25+ * Adjust to moved PolicyMatchType location (#222 , @tgraf )
26+ * api: Small fixes to the protoc invocations in Makefile (#206 , @gandro )
27+ * Bring back HUBBLE_DEFAULT_SOCKET_PATH env var (#239 , @gandro )
28+ * cmd/observe: use flags.DurationVar instead of StringVar for timeout flag (#210 , @Rolinh )
29+ * cmd/serve: refactor, introduce Server struct and options (#208 , @Rolinh )
30+ * cmd: Export RootCmd (#237 , @glibsm )
31+ * cmd: Finish config move (#254 , @glibsm )
32+ * cmd: Make all sub-commands more prominent (#255 , @glibsm )
33+ * cmd: Make pprof optional (#269 , @gandro )
34+ * cmd: Move completion and profile code from root (#246 , @glibsm )
35+ * defaults: Introduce new defaults for embedded Hubble (#224 , @gandro )
36+ * doc: Add a Quickstart section to the documentation (#243 , @michi-covalent )
37+ * doc: Update DNS visibility policy (#259 , @michi-covalent )
38+ * docker: ensure the hubble binary is statically built (#272 , @Rolinh )
39+ * fix: add skipped quote in hubble-all-minikube.yaml (#225 , @geakstr )
40+ * helm: Update hubble cli options (#245 , @michi-covalent )
41+ * l7: Add "Error" verdict (#211 , @michi-covalent )
42+ * make: optimize binary size by omitting symbol table and debug info (#268 , @Rolinh )
43+ * observe: Disable port-translation by default (#236 , @michi-covalent )
44+ * observe: Remove --port-translation (#271 , @michi-covalent )
45+ * observe: Show all the event types by default (#241 , @michi-covalent )
46+ * OnBuildFilter (#209 , @tgraf )
47+ * printer: Add support for NodeStatusEvent (#260 , @gandro )
48+ * printer: Fall back on ethernet MAC addresses (#261 , @gandro )
49+ * printer: Use policy verdict match type formatter from Cilium (#205 , @gandro )
50+ * Rebase vendored github.com/cilium (#232 , @tgraf )
51+ * Remove all server-side code (#220 , @tgraf )
52+ * Remove logger package (#221 , @tgraf )
53+ * server: Introduce per-request context (#216 , @gandro )
54+ * server: Match time range before filters (#213 , @tgraf )
55+ * Set version to 0.6.0-dev (#202 , @glibsm )
56+ * vendor: Bump github.com/cilium/cilium (#223 , @gandro )
57+ * vendor: pick up latest cilium (#247 , @Rolinh )
58+ * vendor: update cilium and sync replace directives (#207 , @Rolinh )
1159
1260## [ 0.5.0] - 2020-03-23
0 commit comments