github creativeprojects/resticprofile v0.25.0

latest release: v0.26.0
2 months ago

💖 February release 💝

⚠️ Potential breaking change

The prometheus library used to send metrics to the proxy using protobuf.
By default it's now using the more widely used text format.

If you have any issue sending metrics to your proxy, you can revert to the previous behaviour by adding this option to your profile (it's not a global option)

my_profile:
  prometheus-push-format: protobuf

More information about the different formats: https://prometheus.io/docs/instrumenting/exposition_formats/#exposition-formats

New in this version

  • fix for CVE-2023-48795
  • new option prometheus-push-format with values text or protobuf (#281)
  • new option to set log output in global section (#277)
  • more control over the default systemd service files (#267)
  • and bug fixes!

Thanks to all our contributors for the good work!

Changelog

  • 765c2af Add prometheus-push-format to allow selecting text format (#281)
  • ae9554a Pass context to own commands and profile runner (#280)
  • fccc05b Remove rclone binary in make clean target (#283)
  • 0871d28 Trying new configuration for CodeQL (#306)
  • 1317f60 Upgrade packages (#307)
  • 63f8faf chore: prep next release & allow deployment to fail on PR
  • 3d72803 chore: various fixes (#285)
  • 952380f doc: add information about windows path in variables
  • f346571 doc: add various missing information (#278)
  • 1b3292c logging: allow to setup default log output in global (#277)
  • 99484bf macOS: create LaunchAgents folder if it doesn't exist
  • 37dcf84 profile: support source with "-" (dash) prefix (#276)
  • a1b7840 systemd drop-ins support, option to wait for network-online.target (#267)

Don't miss a new resticprofile release

NewReleases is sending notifications on new releases.