Skip to content

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 06 May 15:20
· 202 commits to master since this release
ddf9deb

⚠️ Breaking change

The default value of the job tag on prometheus gateway push has changed from command to profile.command.
But don't worry: you can easily revert back to the original value by adding this option in your configuration:

prometheus-push-job: "${COMMAND}"

Fixes:

  • Complicated scheduling on Windows was sometimes setting up a random delay before starting a job

Changelog

  • c00fc9a New option to specify Prometheus Pushgateway job name (#193)
  • 0c7405f Templates: Add map/splitR/contains/matches (#197)
  • 7545bbf Upgrade task scheduler library (#206)