Skip to content

Commit ea0a1f8

Browse files
authored
Merge pull request #1493 from lebauce/version-0.21
release: bump to 0.21.0
2 parents 5646afa + b0477c6 commit ea0a1f8

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
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.21.0] - 2018-11-30
6+
### Added
7+
- LLDP topology probe for topology auto discovery
8+
- Libvirt probe
9+
- runC container probe
10+
- Introduce WebSocket endpoint to get flows notifications
11+
- Extra flow layers such as DHCP, VRRP and DNS
12+
- Add command line command to export/import topology
13+
- Gremlin:
14+
- New HasEither step to generate a OR filter instead of AND
15+
- NextHop step to compute the next hop using routing tables
16+
- Support for OpenFlow group tables
17+
18+
### Changed
19+
- Wait for elasticsearch to be ready instead of failing
20+
- Refactored TLS configuration
21+
522
## [0.20.0] - 2018-10-08
623
### Changed
724
- Switch to gopacket master branch

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.20.0
2+
skydive_release: v0.21.0
33
skydive_docker_registry: docker.io
44
skydive_docker_image_tag: latest
55
skydive_config_file: /etc/skydive/skydive.yml

contrib/packaging/rpm/skydive.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,11 @@ fi
232232
%attr(0644,root,root) %{_mandir}/man8/skydive-selinux.8.*
233233

234234
%changelog
235+
* Fri Nov 30 2018 Sylvain Baubeau <[email protected]> - 0.21.0-1
236+
- Add dependency on libvirt
237+
- Remove skydive-ansible dependency on skydive
238+
- Bump to version 0.21.0
239+
235240
* Mon Oct 8 2018 Sylvain Baubeau <[email protected]> - 0.20.0-1
236241
- Bump to version 0.20.0
237242

contrib/packaging/rpm/skydive.te.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(skydive, 0.20.0)
1+
policy_module(skydive, 0.21.0)
22

33
########################################
44
#

contrib/packaging/rpm/skydive.te.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(skydive, 0.20.0)
1+
policy_module(skydive, 0.21.0)
22

33
########################################
44
#

0 commit comments

Comments
 (0)