GNU Pies - News: Version 1.8
Version 1.8
Item posted by Sergey Poznyakoff <gray> on Sat Aug 13 08:39:42 2022.
GNU pies version 1.8 is available for download. New in this release:
sigterm SIG
This statement, available for use in "component" sections, defines signal which pies should send to the running component instance in order to terminate it. Defaults to SIGTERM.
Component shutdown sequence
The shutdown sequence is determined taking into account dependencies between components, so that each component is stopped before components
it depends on.
Fallback log file
Fallback log file is a place where pies writes out of band log messages, i.e. messages about not being able to open syslog socket or send logs to it. Regular log messages are diverted to this file if syslog was requested, but cannot be used because of a permanent error.
Bugfixes
- Fix piesctl config reload
- Fix configuration preprocessing.
- Various fixes in REST API server.
Comments:
No messages in Version 1.8