Skip to content

Commit

Permalink
release: bump to 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
safchain committed Dec 17, 2018
1 parent c9d6de3 commit 70c7ba2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## [0.20.1] - 2018-12-13
### Changed
- Fix ansible playbook/roles for tripleo deployment

## [0.20.0] - 2018-10-08
### Changed
- Switch to gopacket master branch
Expand Down
2 changes: 1 addition & 1 deletion contrib/ansible/roles/skydive_common/defaults/main.yml
@@ -1,5 +1,5 @@
---
skydive_release: v0.20.0
skydive_release: v0.20.1
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
Expand Up @@ -31,7 +31,7 @@
%endif
%endif

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

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

%changelog
* Thu Dec 13 2018 Sylvain Afchain <safchain@redhat.com> - 0.20.1-1
- Bump to version 0.20.1

* Mon Oct 8 2018 Sylvain Baubeau <sbaubeau@redhat.com> - 0.20.0-1
- Bump to version 0.20.0

Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/rpm/skydive.te.fedora
@@ -1,4 +1,4 @@
policy_module(skydive, 0.20.0)
policy_module(skydive, 0.20.1)

########################################
#
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/rpm/skydive.te.rhel
@@ -1,4 +1,4 @@
policy_module(skydive, 0.20.0)
policy_module(skydive, 0.20.1)

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

0 comments on commit 70c7ba2

Please sign in to comment.