Skip to content

Commit 483b43b

Browse files
authored
Merge pull request #1245 from lebauce/version-0.19
release: bump to 0.19
2 parents d63ce88 + f6f1e05 commit 483b43b

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

CHANGELOG.md

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

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

5+
## [0.19.0] - 2018-08-08
6+
### Added
7+
- Gremlin:
8+
- Add `descendants` to retrieve both parents and children
9+
- Add `As` and `Select` steps to get the union of a set of nodes
10+
- Allow queries on booleans
11+
- New JavaScript API
12+
- Support for browsers, NPM or the Skydive embedded JS engine
13+
- Convert command line shell to JavaScript
14+
- Add API to upload and execute workflows
15+
- Add support for Power architecture:
16+
- Build Docker images
17+
- Test architecture on our CI
18+
- Retrieve OpenContrail routing tables
19+
20+
### Changed
21+
- Improved Elasticseach backend:
22+
- Add support for rolling indices
23+
- Bump minimal version to 5.5
24+
- Retrieve more Kubernetes metadata and create dedicated section on the Web UI for it
25+
- Performance improvements using `easyjson`
26+
- Allow using different authentication backends for API and for internal communications
27+
- TripleO: move to config-download mechanism
28+
529
## [0.18.0] - 2018-06-18
630
### Added
731
- Add `RBAC` mechanism

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.18.0
2+
skydive_release: v0.19.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
@@ -31,7 +31,7 @@
3131
%endif
3232
%endif
3333

34-
%{!?fullver:%global fullver 0.18.0}
34+
%{!?fullver:%global fullver 0.19.0}
3535
%define version %{extractversion %{fullver}}
3636
%{!?tag:%global tag 1}
3737

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

233233
%changelog
234+
* Wed Aug 8 2018 Sylvain Baubeau <[email protected]> - 0.19.0-1
235+
- Bump to version 0.19.0
236+
234237
* Mon Jun 18 2018 Sylvain Baubeau <[email protected]> - 0.18.0-1
235238
- Bump to version 0.18.0
236239
- Add SElinux policy

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.18.0)
1+
policy_module(skydive, 0.19.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.18.0)
1+
policy_module(skydive, 0.19.0)
22

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

0 commit comments

Comments
 (0)