Skip to content

Commit c5c3c98

Browse files
authored
Merge pull request #741 from lebauce/version-0.16
Bump version to 0.16.0
2 parents ac20a12 + 239c12e commit c5c3c98

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.16.0] - 2017-01-29
6+
### Added
7+
- Add Kubernetes probe
8+
- Retrieve Open vSwitch port metrics
9+
- Allow traffic capture on Open vSwitch ports
10+
- Add host info, such as CPU, memory, OS, Open vSwitch options, to metadata
11+
- Add `Preferences` pane to the Web UI
12+
- Allow SSH to agents through the WebUI (thanks to Dede)
13+
- Allow cross compilation of Skydive
14+
15+
### Changed
16+
- Long-running packet injections can now be stopped
17+
- Performance improvements:
18+
- Add gzip support for both API and WebSocket
19+
- JSON serialization optimizations
20+
- The `skydive-client` module now supports Python 2.7
21+
522
## [0.15.0] - 2017-12-05
623
### Added
724
- Flow capture with eBPF probe
@@ -15,7 +32,7 @@ All notable changes to this project will be documented in this file.
1532
- Fix use of domain name and IPV6 in service addresses
1633
- Scalability improvements:
1734
- Improve ping mechanism for better disconnection handling
18-
- Reduce graph lock pressure for Neutron and alerts.
35+
- Reduce graph lock pressure for Neutron and alerts
1936

2037
## [0.14.0] - 2017-11-14
2138
### Added

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.15.0
2+
skydive_release: v0.16.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: 8 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.15.0}
23-
%{!?source:%global source 0.15.0}
22+
%{!?tagversion:%global tagversion 0.16.0}
23+
%{!?source:%global source 0.16.0}
2424
%{!?tag:%global tag 1}
2525

2626
Name: skydive
@@ -149,6 +149,12 @@ cp -R contrib/ansible/* %{buildroot}/%{_datadir}/skydive-ansible/
149149
%{_datadir}/skydive-ansible
150150

151151
%changelog
152+
* Mon Jan 29 2018 Sylvain Baubeau <sbaubeau@redhat.com> - 0.16.0-1
153+
- Bump to version 0.16.0
154+
155+
* Tue Dec 5 2017 Sylvain Baubeau <sbaubeau@redhat.com> - 0.15.0-1
156+
- Bump to version 0.15.0
157+
152158
* Tue Nov 14 2017 Sylvain Baubeau <sbaubeau@redhat.com> - 0.14.0-1
153159
- Bump to version 0.14.0
154160

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.15.0"
20+
version = "0.16.0"
2121
logo = "images/skydive-logo.png"
2222
favicon = "images/skydive-logo-16x16.png"
2323

0 commit comments

Comments
 (0)