Cluster Broccoli 0.7.0
Breaking Changes
The 0.7.0 release contains some changes that are not backwards compatible. Please consult the migration guide to 0.7.0 before upgrading to ensure that everything will run smoothly.
Improvements
- Show allocated tasks for running instances
- Show stdout and stderr logs for allocated tasks
- Show CPU and memory resource information for allocated tasks
- Template reloading no longer requires a restart, but instead can be triggered by sending
SIGUSR2
- Parameters can now have names in addition to their ID which will be shown in the UI
- Added string parameter type which escapes quotes in parameter values to avoid JSON injection
Bugfixes
- Fix issue in parameter value replacement which did not allow to enter values containing regex symbols correctly