Skip to content

Commit efdd0c4

Browse files
authored
Merge pull request #653 from lebauce/version-0.15
Bump version to 0.15.0
2 parents 2a1f152 + e46ce41 commit efdd0c4

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

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.14.0
2+
skydive_release: v0.15.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: 2 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.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

2626
Name: skydive

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

0 commit comments

Comments
 (0)