Skip to content

v0.38

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Oct 13:20
· 13 commits to main since this release

Breaking:

There is a breaking change when using check_logfile:

  • check_logfile is now disabled by default and needs to be enabled in the modules section.
  • check_logfile is restricted to read logfiles from folders defined by allowed pattern.

Changes:

- fix plugin output ending in chinese characters (#261)
- chore: update dependencies
- improve logging of invalid http requests
- check_logfile: improve detection of required macros
- add list-combine option
- add challenge password support for csr
- add CheckLogFile option to /modules configuration
- add "allowed pattern" option for check_logfiles
- add new macro operator trim and chomp