Skip to content

v0.5.2 - 2024-04-26

Compare
Choose a tag to compare
@Callum027 Callum027 released this 26 Apr 11:12
· 2 commits to main since this release
62b028b

This release contains mitigations for an issue where on newer versions of Prowlarr, secret values are obfuscated in API responses to avoid exposing them on insecure applications.

In the best case scenario, they cause Buildarr to always re-apply the configuration for a resource, as they always report as "changed". In the worst case scenario, the obfuscated values violate strict value constraints set in Buildarr, causing errors to occur when fetching remote instance configurations.

The fixes in this release resolve this worst case scenario.

A more permanent fix for handling this problem in general is planned for future releases of Buildarr.

Changed

  • Loosen secret value constraints (#61)