Caution
Major refactor, read below!!!
With the main effort of @buroa this repo has undergone a major refector. Long story short, the release workflows have been significantly reworked for better maintainability and readability.
Eschewed features
There is no multiple "channels" of the same application. For example Prowlarr, Radarr, and Sonarr will only have the develop branch published and not the master "stable" branch. Qbittorrent will only be published with LibTorrent 2.x.
- Prowlarr, Radarr and Sonarr will only have their develop version published. This means you will need to change from
ghcr.io/onedr0p/prowlarr-develop
toghcr.io/onedr0p/prowlarr
,ghcr.io/onedr0p/rdarr-develop
toghcr.io/onedr0p/radarr
, andghcr.io/onedr0p/sonarr-develop
toghcr.io/onedr0p/sonarr
. - The Qbittorrent will need to be updated from
ghcr.io/onedr0p/qbittorrent-beta
toghcr.io/onedr0p/qbittorrent
. - The hash suffix on Plex is now gone, no more loose versioning needed in your deployments with Renovate!
I apologize for anyone wanting to use the master (stable) branches of the arrs or want Qbittorrent with LibTorrent 1.x but maintaining multiple channels of the same application became too much of a support burden.