Skip to content

Commit fa25f4f

Browse files
authored
Merge pull request #922 from safchain/v0.17
release: bump to 0.17
2 parents 905b04e + b92feea commit fa25f4f

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,27 @@
22

33
All 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

contrib/ansible/roles/skydive_common/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
skydive_release: v0.16.0
2+
skydive_release: v0.17.0
33
skydive_docker_registry: docker.io
44
skydive_docker_image: "skydive/skydive"
55
skydive_docker_image_tag: latest

contrib/packaging/rpm/skydive.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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

2626
Name: 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

doc/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)