Skip to content

Commit 0743269

Browse files
authored
Merge pull request #1673 from safchain/bump-0.22
Bump to 0.22
2 parents 5b40430 + d201323 commit 0743269

File tree

5 files changed

+35
-4
lines changed

5 files changed

+35
-4
lines changed

CHANGELOG.md

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

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

5+
## [0.22.0] - 2019-03-21
6+
### Added
7+
- SRIO-V support
8+
- SFlow Counters support
9+
- Add VPP probe
10+
- Flow life cycle Fields to track TCP sessions
11+
- TCP fields support to eBPF probe
12+
- NetLink probe reports permanent hardware address
13+
- Report kernel command line as metadata
14+
- Mechanism to report config file fields as metadata
15+
- Report global OVS information as metadata
16+
- UI:
17+
- Add collapse/expand support for dict/map
18+
- Add edge highlighting support
19+
- Gremlin:
20+
- Add Without predicate
21+
- Python:
22+
- Add injection to REST API
23+
- Add alert to REST API
24+
25+
### Changed
26+
- Improve eBPF probe performances
27+
- General agent performance improvements
28+
- Kubernetes and Istio support improvements
29+
- Fix TTL field setting for ICMPV4 packet injection
30+
- Improve communication performances between agent and analyzer
31+
- Fix datastore replication issue
32+
533
## [0.21.0] - 2018-11-30
634
### Added
735
- LLDP topology probe for topology auto discovery

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.21.0
2+
skydive_release: v0.22.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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
%endif
3535
%endif
3636

37-
%{!?fullver:%global fullver 0.21.0}
37+
%{!?fullver:%global fullver 0.22.0}
3838
%define version %{extractversion %{fullver}}
3939
%{!?tag:%global tag 1}
4040

@@ -247,6 +247,9 @@ fi
247247
%attr(0644,root,root) %{_mandir}/man8/skydive-selinux.8.*
248248

249249
%changelog
250+
* Thu Mar 21 2019 Sylvain Afchain <[email protected]> - 0.22.0-1
251+
- Bump to version 0.22.0
252+
250253
* Fri Nov 30 2018 Sylvain Baubeau <[email protected]> - 0.21.0-1
251254
- Add dependency on libvirt
252255
- Remove skydive-ansible dependency on skydive

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.21.0)
1+
policy_module(skydive, 0.22.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.21.0)
1+
policy_module(skydive, 0.22.0)
22

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

0 commit comments

Comments
 (0)