-
-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 0.5.0 and add CHANGELOG.md file
Change-Id: I04a60ff783486fd331a539ff38ad5b51f121f8fa
- Loading branch information
Showing
3 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.5.0] - 2016-09-15 | ||
### Added | ||
- Gremlin improvements: | ||
- Allow filtering flows in Gremlin query | ||
- Add bandwidth calculation | ||
- New steps: Count, Both | ||
- New predicates: Lt, Gt, Lte, Gte, Between, Inside, Outside | ||
|
||
### Changed | ||
- Scaling improvements | ||
- Use protobuf instead of JSON for analyzer - agent communications | ||
- Switch Docker image to Ubuntu | ||
- Improved release pipeline (executables, Docker image) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
%define source %{tagversion} | ||
%endif | ||
|
||
%{!?tagversion:%define tagversion 0.4.0} | ||
%{!?source:%define source 0.4.0} | ||
%{!?tagversion:%define tagversion 0.5.0} | ||
%{!?source:%define source 0.5.0} | ||
%{!?tag:%define tag 1} | ||
|
||
Name: skydive | ||
|
@@ -120,6 +120,17 @@ install -D -m 644 etc/skydive.yml.default %{buildroot}/%{_sysconfdir}/skydive/sk | |
%{_unitdir}/skydive-analyzer.service | ||
|
||
%changelog | ||
* Thu Sep 15 2016 Sylvain Baubeau <[email protected]> - 0.5.0-1 | ||
- Gremlin improvements: | ||
- Allow filtering flows in Gremlin query | ||
- Add bandwidth calculation | ||
- New steps: Count, Both | ||
- New predicates: Lt, Gt, Lte, Gte, Between, Inside, Outside | ||
- Scaling improvements | ||
- Use protobuf instead of JSON for analyzer - agent communications | ||
- Switch Docker image to Ubuntu | ||
- Improved release pipeline (executables, Docker image) | ||
|
||
* Thu Aug 4 2016 Sylvain Baubeau <[email protected]> - 0.4.0-1 | ||
- Bump to version 0.4.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters