-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [rock] release [2.3.0-1].
Created by command: /usr/bin/tito tag --use-version=2.3.0 --use-release=1
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.2.0-2 ./ | ||
2.3.0-1 ./ |
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 |
---|---|---|
|
@@ -69,6 +69,20 @@ cp -a tests/. %{buildroot}/%{_rockdir}/tests | |
%attr(0755, root, root) %{_sbindir}/generate_defaults.sh | ||
|
||
%changelog | ||
* Fri Feb 22 2019 Derek Ditch <[email protected]> 2.3.0-1 | ||
- New: Add ability to do multi-host deployment of sensor + data tiers (#339, [email protected]) | ||
- New: Integrate Docket into Kibana by default ([email protected]) | ||
- New: Improvements and additional Kibana dashboards (spartan782) | ||
- Fixes: issue with Bro failing when monitor interface is down (#343, [email protected]) | ||
- Fixes: issue with services starting that shouldn’t (#346, [email protected]) | ||
- Fixes: race condition on loading dashboards into Kibana (#356, [email protected]) | ||
- Fixes: configuration for Docket allowing serving from non-root URI (#361, [email protected]) | ||
- Change: bro log retention value to one week rather than forever (#345, [email protected]) | ||
- Change: Greatly improve documentation (#338, [email protected]) | ||
- Change: Reorganize README (#308, [email protected]) | ||
- Change: Move ECS to rock-dashboards repo (#305, [email protected]) | ||
- Change: Move RockNSM install paths to filesystem heirarchy standard locations (#344, [email protected]) | ||
|
||
* Fri Jan 25 2019 Bradford Dabbs <[email protected]> 2.3.0-1 | ||
- Update file paths to match new structure | ||
- Bump minimum Ansible version to 2.7 | ||
|