Skip to content

v0.31.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 12:00
· 4 commits to master since this release
81a6e45

🍸 Spring Bank Holiday release 🌞

This release includes several long-awaited improvements.

Improvements:

  • Add support for the new Restic flag exclude-cloud-files introduced in version 0.18.0 (Windows only).
  • Include missing run-* and send-* targets in all commands (previously missing in check and copy commands).
  • Send Restic version as a new Prometheus metric.
  • Support .yml files when searching for configuration files (previously only .yaml was considered).

Bug fixes:

  • Ignore missing drop-in files to prevent creating an empty systemd schedule.

Changelog

  • f7566ac Add missing run-* and send-* to all command sections (#504)
  • 88fcedb add support for windows only flag exclude-cloud-files (#500)
  • 81a6e45 add support for yml extension when searching for configuration file (#506)
  • 43b6c84 add version of restic to the Prometheus metrics (#495)
  • 763a2cd fix: remove duplicated field
  • c3add93 ignore missing drop-in files to avoid creating an empty configuration (#502)
  • 8fd3ddb replace deprecated sonar scan action (#503)