Skip to content

Commit

Permalink
Merge pull request #1673 from safchain/bump-0.22
Browse files Browse the repository at this point in the history
Bump to 0.22
  • Loading branch information
lebauce committed Mar 21, 2019
2 parents 5b40430 + d201323 commit 0743269
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## [0.22.0] - 2019-03-21
### Added
- SRIO-V support
- SFlow Counters support
- Add VPP probe
- Flow life cycle Fields to track TCP sessions
- TCP fields support to eBPF probe
- NetLink probe reports permanent hardware address
- Report kernel command line as metadata
- Mechanism to report config file fields as metadata
- Report global OVS information as metadata
- UI:
- Add collapse/expand support for dict/map
- Add edge highlighting support
- Gremlin:
- Add Without predicate
- Python:
- Add injection to REST API
- Add alert to REST API

### Changed
- Improve eBPF probe performances
- General agent performance improvements
- Kubernetes and Istio support improvements
- Fix TTL field setting for ICMPV4 packet injection
- Improve communication performances between agent and analyzer
- Fix datastore replication issue

## [0.21.0] - 2018-11-30
### Added
- LLDP topology probe for topology auto discovery
Expand Down
2 changes: 1 addition & 1 deletion contrib/ansible/roles/skydive_common/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
skydive_release: v0.21.0
skydive_release: v0.22.0
skydive_docker_registry: docker.io
skydive_docker_image_tag: latest
skydive_config_file: /etc/skydive/skydive.yml
Expand Down
5 changes: 4 additions & 1 deletion contrib/packaging/rpm/skydive.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
%endif
%endif

%{!?fullver:%global fullver 0.21.0}
%{!?fullver:%global fullver 0.22.0}
%define version %{extractversion %{fullver}}
%{!?tag:%global tag 1}

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

%changelog
* Thu Mar 21 2019 Sylvain Afchain <[email protected]> - 0.22.0-1
- Bump to version 0.22.0

* Fri Nov 30 2018 Sylvain Baubeau <[email protected]> - 0.21.0-1
- Add dependency on libvirt
- Remove skydive-ansible dependency on skydive
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/rpm/skydive.te.fedora
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(skydive, 0.21.0)
policy_module(skydive, 0.22.0)

########################################
#
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/rpm/skydive.te.rhel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(skydive, 0.21.0)
policy_module(skydive, 0.22.0)

########################################
#
Expand Down

0 comments on commit 0743269

Please sign in to comment.