Skip to content

Commit

Permalink
Merge pull request #1364 from lebauce/v0.20.0
Browse files Browse the repository at this point in the history
release: bump to 0.20.0
  • Loading branch information
safchain authored Oct 9, 2018
2 parents 4cbad67 + 5e38162 commit 92e1c38
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.20.0] - 2018-10-08
### Changed
- Switch to gopacket master branch
- Revamp Web UI
- Remove user metadata API
- Disable elasticsearch by default in devstack plugin
- Bug fixes:
- Fix Limit for topology Gremlin steps
- Fix packets missed to due timeout when using afpacket
- Use Capture.ID instead of capture gremlin expression
- Fix IPv6 connection state when using eBPF
- Fix openflow rule modification

## [0.19.1] - 2018-09-13
### Added
- Add node/edge rules API to register nodes and edges
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.19.1
skydive_release: v0.20.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 @@ -31,7 +31,7 @@
%endif
%endif

%{!?fullver:%global fullver 0.19.1}
%{!?fullver:%global fullver 0.20.0}
%define version %{extractversion %{fullver}}
%{!?tag:%global tag 1}

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

%changelog
* Mon Oct 8 2018 Sylvain Baubeau <[email protected]> - 0.20.0-1
- Bump to version 0.20.0

* Thu Sep 13 2018 Sylvain Baubeau <[email protected]> - 0.19.1-1
- Bump to version 0.19.1

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.19.1)
policy_module(skydive, 0.20.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.19.1)
policy_module(skydive, 0.20.0)

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

0 comments on commit 92e1c38

Please sign in to comment.