This release introduces basic support for managing Radarr V5 instances.
All configuration parameter types currently supported by this plugin can be used with Radarr V5.
In addition, Buildarr is capable of automatically configuring your Radarr V5 instances to use the `external` authentication mode,
making it easier to automatically integrate with external authentication providers that support forward auth, such as Authentik or KeyCloak.
Currently, Radarr V5 support has the following issues:
* Release Profiles are not yet implemented.
* The Radarr V4 equivalent, indexer restrictions, are also not yet implemented.
* Due to an API specification change with Radarr V5, and resources managed by Buildarr that contain passwords or API keys cannot be idempotently updated at this time. Every time Buildarr runs, these resources will be updated. [See this GitHub issue](https://github.com/buildarr/buildarr-radarr/issues/20) for more information.
Other changes:
* Update the Radarr plugin so that it is compatible with [Buildarr v0.7.0](https://buildarr.github.io/release-notes/#v070-2023-11-12).
Added
* Add basic Radarr V5 support ([16](https://github.com/buildarr/buildarr-radarr/pull/16))
Changed
* Add Buildarr v0.7.0 support ([19](https://github.com/buildarr/buildarr-radarr/pull/19))
* Remove custom handlers for `NameEmail` attributes ([21](https://github.com/buildarr/buildarr-radarr/pull/21))