v0.2.0 #121
fishgrimsby
announced in
Announcements
v0.2.0
#121
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release adds a timeout feature when retrieving data from borg and borgmatic to prevent the possibility of the application hanging. It also ensures graceful shutdown of the application when it is terminated. This timeout defaults to 120s but can be configured with the BORGMATIC_EXPORTER_TIMEOUT environment variable.
It also fixes an issue when using newer versions of borgmatic after the deprecation of configuration sections in the configuration yaml. Using these deprecated sections would produce some non-json output in the results of the borgmatic commands preventing borgmatic-exporter from being able to parse the data. This is prevented by using
-v -1with the borgmatic commands.Also included is an updated Docker image using Debian Trixie and an improved README.
What's Changed
Full Changelog: v0.1.1...v0.2.0
This discussion was created from the release v0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions