File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.6.0] - 2016-10-15
5+ ### Added
6+ - Use elasticsearch as a time series database
7+ - Add elasticsearch graph backend
8+ - New node ID that persists between agent restart
9+ - New afpacket capture type
10+ - New 'fabric' probe to register external equipment like
11+ Top Of Rack switches
12+ - Gremlin improvements:
13+ - Add 'Range' and 'Limit' Gremlin steps
14+ - Add 'Hops' step to get the nodes traversed by a set of flows
15+ - Add architecture section to the documentation
16+ - Add devstack functional testing
17+
18+ ### Changed
19+ - Skydive binary is linked statically with pcap
20+ - Renamed 'pcap' probe to 'gopacket'
21+ - Web UI improvements:
22+ - Clearer representation using groups of nodes
23+ - Node pinning
24+ - Highlight traversed nodes in Web UI
25+ - Bug fixes:
26+ - Wait for analyzer before starting agent
27+ - Avoid capture create with duplicate gremlin request (both thanks to
28+ Konstantin Dorfman)
29+ - Fix shortestPath and add a test to illustrate the bug (thanks to
30+ Antoine Eiche)
31+ - Limit neutron API calls (thanks to Jean-Philippe Braun)
32+ - Use authenticated request while waiting for the analyzer (thanks to
33+ Mathieu Rohon)
34+
435## [ 0.5.0] - 2016-09-15
536### Added
637- Gremlin improvements:
Original file line number Diff line number Diff line change 1212%define source %{tagversion }
1313%endif
1414
15- %{! ?tagversion:%define tagversion 0.5 .0}
16- %{! ?source:%define source 0.5 .0}
15+ %{! ?tagversion:%define tagversion 0.6 .0}
16+ %{! ?source:%define source 0.6 .0}
1717%{! ?tag:%define tag 1}
1818
1919Name: skydive
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111var Package = "github.com/skydive-project/skydive"
1212
1313// Version indicates which version of the binary is running.
14- var Version = "v0.5 .0"
14+ var Version = "v0.6 .0"
1515
1616// FprintVersion outputs the version string to the writer, in the following
1717// format, followed by a newline:
You can’t perform that action at this time.
0 commit comments