Github user JonZeolla commented on a diff in the pull request:
https://github.com/apache/metron/pull/1175#discussion_r221425083
--- Diff: metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
---
@@ -590,6 +591,8 @@ chkconfig --del metron-alerts-ui
%changelog
* Thu Aug 30 2018 Apache Metron <[email protected]> - 0.6.1
- Update compiled css file name for Alerts UI
+* Fri Aug 24 2018 Apache Metron <[email protected]> - 0.5.1
+- Add syslog5424 parser
* Tue Aug 21 2018 Apache Metron <[email protected]> - 0.6.1
- Add Profiler for REPL
* Tue Aug 14 2018 Apache Metron <[email protected]> - 0.5.1
--- End diff --
It [looks
like](https://github.com/apache/metron/blame/Metron_0.6.0/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec)
all of these are newer than 0.6.0, but we haven't updated to 0.6.1, 0.7.0,
etc. across the codebase. @nickwallen does it sound right to change the Spark
profiler line item to be 0.6.1?
---