File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
ansible/roles/skydive_common/defaults Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.15.0] - 2017-12-05
6+ ### Added
7+ - Flow capture with eBPF probe
8+ - Add routing table to the node metadata
9+ - Python module ` skydive-client ` available through pypi
10+ - Allow dynamic peering between analyzers
11+ - Allow customizing the WebUI through external JS and CSS files
12+
13+ ### Changed
14+ - Use Dijkstra as graph shortest path algorithm
15+ - Fix use of domain name and IPV6 in service addresses
16+ - Scalability improvements:
17+ - Improve ping mechanism for better disconnection handling
18+ - Reduce graph lock pressure for Neutron and alerts.
19+
520## [ 0.14.0] - 2017-11-14
621### Added
722- New DPDK probe
Original file line number Diff line number Diff line change 11---
2- skydive_release : v0.14 .0
2+ skydive_release : v0.15 .0
33skydive_docker_registry : docker.io
44skydive_docker_image : " skydive/skydive"
55skydive_docker_image_tag : latest
Original file line number Diff line number Diff line change 1919%define source %{tagversion }
2020%endif
2121
22- %{! ?tagversion:%global tagversion 0.14 .0}
23- %{! ?source:%global source 0.14 .0}
22+ %{! ?tagversion:%global tagversion 0.15 .0}
23+ %{! ?source:%global source 0.15 .0}
2424%{! ?tag:%global tag 1}
2525
2626Name: skydive
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ googleAnalytics = ""
1717 provider = " GitHub"
1818 repo_url = " https://github.com/skydive-project/skydive"
1919
20- version = " 0.14 .0"
20+ version = " 0.15 .0"
2121 logo = " images/skydive-logo.png"
2222 favicon = " images/skydive-logo-16x16.png"
2323
You can’t perform that action at this time.
0 commit comments