File tree Expand file tree Collapse file tree 4 files changed +28
-5
lines changed
ansible/roles/skydive_common/defaults Expand file tree Collapse file tree 4 files changed +28
-5
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.16.0] - 2017-01-29
5+ ## [ 0.17.0] - 2018-04-03
6+ ### Added
7+ - Add Latency to WebUI topology links
8+ - Packet Injector now allows to increment ICMP ` id ` for each packet
9+ - New ` Light ` WebUI theme
10+ - Add ` Has ` Gremlin step to ` SocketInfo ` step allowing to filter socket information
11+ - New socketinfo probe to retrieve active sockets of a host.
12+ The new ` Sockets ` Gremlin step can be used to retrieve socket information corresponding to flows.
13+ - Add ` Bandwidth ` to WebUI ` Metric ` tables
14+ - Add clustering support for embedded Etcd
15+ - ` Aggregates ` Gremlin step now uses fixed time slices
16+ - Add LXD topology support
17+ - Python API now suports TLS and authentication
18+
19+ ### Changed
20+ - SocketInfo now supports kernel wihtout ePBF support
21+ - Fixed Flow metric issue on large packets
22+ - Add capture ` Name ` to node metadata
23+ - Fixed ` RTT ` display on WebUI
24+
25+ ## [ 0.16.0] - 2018-01-29
626### Added
727- Add Kubernetes probe
828- Retrieve Open vSwitch port metrics
Original file line number Diff line number Diff line change 11---
2- skydive_release : v0.16 .0
2+ skydive_release : v0.17 .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.16 .0}
23- %{! ?source:%global source 0.16 .0}
22+ %{! ?tagversion:%global tagversion 0.17 .0}
23+ %{! ?source:%global source 0.17 .0}
2424%{! ?tag:%global tag 1}
2525
2626Name: skydive
@@ -149,6 +149,9 @@ cp -R contrib/ansible/* %{buildroot}/%{_datadir}/skydive-ansible/
149149%{_datadir }/skydive-ansible
150150
151151%changelog
152+ * Tue Apr 03 2018 Sylvain Afchain <safchain@redhat.com> - 0.17.0-1
153+ - Bump to version 0.17.0
154+
152155* Mon Jan 29 2018 Sylvain Baubeau <sbaubeau@redhat.com> - 0.16.0-1
153156- Bump to version 0.16.0
154157
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.16 .0"
20+ version = " 0.17 .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