Skip to content

Releases: mmastrac/stylus

Release v0.10.0

04 Mar 18:11
Compare
Choose a tag to compare

This release adds a Ctrl+C handler to allow safely stopping jobs while things are running. In addition, the various dependencies of this library have been bumped to the latest versions.

Release v0.9.14

28 Jun 23:07
Compare
Choose a tag to compare
  • Improvements to the docker deployment
    • pup is now included in the base image
    • tini is now used as the init process inside the container
    • The default entrypoint has been modified to be the stylus binary - this may require your container to be re-created
  • Various bugfixes from v0.9.13
  • listen_addr is now configurable in config.yaml and defaults to the wildcard address (0.0.0.0)

Release v0.9.13

28 Jun 16:09
Compare
Choose a tag to compare

New command-line parser

  • Added a --dump command to dump the active configuration
  • Added a --test <monitor-id> command to assist in development of monitors

Officially launched the group-monitor feature.

Release v0.9.12

12 Jun 01:50
Compare
Choose a tag to compare

Initial GitHub binary release.