fix(container): update image ghcr.io/onedr0p/radarr-develop to v5.8.3.8933 #309

Merged
SeanOMik merged 1 commits from renovate/ghcr.io-onedr0p-radarr-develop-5.x into main 2024-07-23 21:59:51 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/radarr-develop (source) patch 5.8.0.8897 -> 5.8.3.8933

Release Notes

Radarr/Radarr (ghcr.io/onedr0p/radarr-develop)

v5.8.3.8933: 5.8.3.8933

Compare Source

To receive further Pre-Release or final updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Radarr within an existing docker container.

Changes:

  • 93d6612 Multiple Translations updated by Weblate
  • 324dac8 New: Bump dotnet to 6.0.32
  • bba69d8 Multiple Translations updated by Weblate
  • 1366f6e New: Show update settings on all platforms [ #​10184 ]
  • f797129 Fixed: Assume category path from qBittorent starting with '//' is a Windows UNC path [#​10162 ]
  • 101b046 Fix custom formats sorting for quality profiles
  • cd713e7 New: Sort by tags on movie index
  • a54f54e New: Add option to show tags on movies Poster and Overview [ #​10176 ]
  • f2af7a1 New: Use natural sorting for lists of items in the UI [ #​10177 ]
  • a5b4815 New: Add a few spanish release groups to exceptions (#​10120)
See More
  • 1804e48 New: Wrap specifications in Custom Format and Auto Tagging modals
  • b490177 Remove extraneous indentation in RemoveFileExtension
  • 7a90b4a Bump version to 5.8.3

This list of changes was auto generated.

What's Changed

New Contributors

Full Changelog: https://github.com/Radarr/Radarr/compare/v5.8.2.8915...v5.8.3.8933

What's Changed

New Contributors

Full Changelog: https://github.com/Radarr/Radarr/compare/v5.7.0.8882...v5.8.3.8933

v5.8.2.8915: 5.8.2.8915

Compare Source

To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Radarr within an existing docker container.

Changes:

  • 558043f Update SonarCloud pipeline versions for UI
  • 1423ad6 Update SonarCloud pipeline versions
  • 087f9e1 New: Update AutoTags on movies update [ #​10153 ]
  • c63d08e Fixed: Parsing of some Web releases (#​10155)
  • 85b310c Fixed: Removing pending release without blocklisting
  • 3c737c2 Fix token name for Indexer Download Client Check
  • 8ee7028 Bump version to 5.8.2

This list of changes was auto generated.

v5.8.1.8906: 5.8.1.8906

Compare Source

To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Radarr within an existing docker container.

Changes:

  • 588e87e Fixed: Increase size for movie poster on details page [ #​10020 ]
  • 792b818 New: Genres and Images for Webhooks and Notifiarr [ #​10055 ]
  • 4cec413 Fixed destructuring null statistics for bulk delete movies modal
  • 10bb270 Fixed: Trimming disabled logs database
  • b5e6a36 Fixed: Already imported downloads appearing in Queue briefly
  • 126a5b1 Bump version to 5.8.1

This list of changes was auto generated.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/radarr-develop](https://ghcr.io/onedr0p/radarr-develop) ([source](https://github.com/Radarr/Radarr)) | patch | `5.8.0.8897` -> `5.8.3.8933` | --- ### Release Notes <details> <summary>Radarr/Radarr (ghcr.io/onedr0p/radarr-develop)</summary> ### [`v5.8.3.8933`](https://github.com/Radarr/Radarr/releases/tag/v5.8.3.8933): 5.8.3.8933 [Compare Source](https://github.com/Radarr/Radarr/compare/v5.8.2.8915...v5.8.3.8933) *To receive further Pre-Release or final updates for a non-docker installation, please change the branch to **master**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### Changes: - [`93d6612`](https://github.com/Radarr/Radarr/commit/93d661242a283b93a93105e9d9765c935a1e9e2b) Multiple Translations updated by Weblate - [`324dac8`](https://github.com/Radarr/Radarr/commit/324dac8db3a77e78011300d92fa3b156fea56b19) New: Bump dotnet to 6.0.32 - [`bba69d8`](https://github.com/Radarr/Radarr/commit/bba69d8b2240e98dda31389d4195c83078c0df29) Multiple Translations updated by Weblate - [`1366f6e`](https://github.com/Radarr/Radarr/commit/1366f6e8b4d1960558fb4f170272ba47c05c4a45) New: Show update settings on all platforms \[ [#&#8203;10184](https://github.com/Radarr/Radarr/issues/10184) ] - [`f797129`](https://github.com/Radarr/Radarr/commit/f79712951b081fcb4fdfcc030f9bcaa31aadbd7a) Fixed: Assume category path from qBittorent starting with '//' is a Windows UNC path \[[#&#8203;10162](https://github.com/Radarr/Radarr/issues/10162) ] - [`101b046`](https://github.com/Radarr/Radarr/commit/101b04675381ea08e7a48470e0fe7639967ed66b) Fix custom formats sorting for quality profiles - [`cd713e7`](https://github.com/Radarr/Radarr/commit/cd713e7252f4e2be4c40def6eb654c75ee75f4ac) New: Sort by tags on movie index - [`a54f54e`](https://github.com/Radarr/Radarr/commit/a54f54eb6efc492ad0fed4a52cc2b85539aca309) New: Add option to show tags on movies Poster and Overview \[ [#&#8203;10176](https://github.com/Radarr/Radarr/issues/10176) ] - [`f2af7a1`](https://github.com/Radarr/Radarr/commit/f2af7a1b727c5be24e3fda1b58e6ba2c0153b658) New: Use natural sorting for lists of items in the UI \[ [#&#8203;10177](https://github.com/Radarr/Radarr/issues/10177) ] - [`a5b4815`](https://github.com/Radarr/Radarr/commit/a5b48153a6fb22b5a2ee6e51df8f8a9265414152) New: Add a few spanish release groups to exceptions ([#&#8203;10120](https://github.com/Radarr/Radarr/issues/10120)) <details><summary><b>See More</b></summary> - [`1804e48`](https://github.com/Radarr/Radarr/commit/1804e486d6d80306596d23e47b73cf69ba6ab1dc) New: Wrap specifications in Custom Format and Auto Tagging modals - [`b490177`](https://github.com/Radarr/Radarr/commit/b490177a77f583126b88a3d4330e879e1b121e8d) Remove extraneous indentation in RemoveFileExtension - [`7a90b4a`](https://github.com/Radarr/Radarr/commit/7a90b4a6b2d6fee59881b76834a6e63c0283adc7) Bump version to 5.8.3 This list of changes was [auto generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=114&\_a=release-summary).</details> #### What's Changed - Pull Sonarr commit 'Remove extraneous indentation in RemoveFileExtension' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10171 - Pull Sonarr commit 'New: Wrap specifications in Custom Format and Auto Tagging modals' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10180 - New: Add a few spanish release groups to exceptions by [@&#8203;eagnoor](https://github.com/eagnoor) in https://github.com/Radarr/Radarr/pull/10120 - Pull Sonarr commit 'Fixed: Assume category path from qBittorent starting with '//' is a Windows UNC path' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10183 - Translations update from Servarr Weblate by [@&#8203;ServarrAdmin](https://github.com/ServarrAdmin) in https://github.com/Radarr/Radarr/pull/10105 - New: Bump dotnet to 6.0.32 by [@&#8203;mynameisbogdan](https://github.com/mynameisbogdan) in https://github.com/Radarr/Radarr/pull/10189 - Translations update from Servarr Weblate by [@&#8203;ServarrAdmin](https://github.com/ServarrAdmin) in https://github.com/Radarr/Radarr/pull/10191 #### New Contributors - [@&#8203;eagnoor](https://github.com/eagnoor) made their first contribution in https://github.com/Radarr/Radarr/pull/10120 **Full Changelog**: https://github.com/Radarr/Radarr/compare/v5.8.2.8915...v5.8.3.8933 #### What's Changed - Translations update from Servarr Weblate by [@&#8203;ServarrAdmin](https://github.com/ServarrAdmin) in https://github.com/Radarr/Radarr/pull/10097 - Pull Sonarr commit 'Fixed: Exclude invalid releases from Newznab and Torznab parsers' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10109 - Pull Sonarr commit 'New: Ignore Deluge torrents without a title' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10112 - Update API docs by [@&#8203;ServarrAdmin](https://github.com/ServarrAdmin) in https://github.com/Radarr/Radarr/pull/10115 - Pull Sonarr commit 'Fixed: Reprocessing items that were previously blocked during importing' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10117 - Pull Sonarr commit 'Fixed: Limit Queue maximum page size to 200' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10119 - Pull Sonarr commit 'Fixed: Already imported downloads appearing in Queue briefly' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10128 - Pull Sonarr commit 'Fixed: Trimming disabled logs database' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10130 - Fixed: add non-numeric codec tags to SourceRegex in QualityParser by [@&#8203;martylukyy](https://github.com/martylukyy) in https://github.com/Radarr/Radarr/pull/10155 - Update SonarCloud pipeline versions for UI by [@&#8203;mynameisbogdan](https://github.com/mynameisbogdan) in https://github.com/Radarr/Radarr/pull/10157 - Pull Sonarr commit 'Remove extraneous indentation in RemoveFileExtension' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10171 - Pull Sonarr commit 'New: Wrap specifications in Custom Format and Auto Tagging modals' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10180 - New: Add a few spanish release groups to exceptions by [@&#8203;eagnoor](https://github.com/eagnoor) in https://github.com/Radarr/Radarr/pull/10120 - Pull Sonarr commit 'Fixed: Assume category path from qBittorent starting with '//' is a Windows UNC path' by [@&#8203;servarr](https://github.com/servarr) in https://github.com/Radarr/Radarr/pull/10183 - Translations update from Servarr Weblate by [@&#8203;ServarrAdmin](https://github.com/ServarrAdmin) in https://github.com/Radarr/Radarr/pull/10105 - New: Bump dotnet to 6.0.32 by [@&#8203;mynameisbogdan](https://github.com/mynameisbogdan) in https://github.com/Radarr/Radarr/pull/10189 - Translations update from Servarr Weblate by [@&#8203;ServarrAdmin](https://github.com/ServarrAdmin) in https://github.com/Radarr/Radarr/pull/10191 #### New Contributors - [@&#8203;martylukyy](https://github.com/martylukyy) made their first contribution in https://github.com/Radarr/Radarr/pull/10155 - [@&#8203;eagnoor](https://github.com/eagnoor) made their first contribution in https://github.com/Radarr/Radarr/pull/10120 **Full Changelog**: https://github.com/Radarr/Radarr/compare/v5.7.0.8882...v5.8.3.8933 ### [`v5.8.2.8915`](https://github.com/Radarr/Radarr/releases/tag/v5.8.2.8915): 5.8.2.8915 [Compare Source](https://github.com/Radarr/Radarr/compare/v5.8.1.8906...v5.8.2.8915) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### Changes: - [`558043f`](https://github.com/Radarr/Radarr/commit/558043f1b2cae371b474a19ba5784df8345d38d2) Update SonarCloud pipeline versions for UI - [`1423ad6`](https://github.com/Radarr/Radarr/commit/1423ad6aa4094d11efecc1986a3d0571f310bda6) Update SonarCloud pipeline versions - [`087f9e1`](https://github.com/Radarr/Radarr/commit/087f9e12aac522b958fdd3cd7671603ecd8153d1) New: Update AutoTags on movies update \[ [#&#8203;10153](https://github.com/Radarr/Radarr/issues/10153) ] - [`c63d08e`](https://github.com/Radarr/Radarr/commit/c63d08e7a09f52e575b6d9c596389b2d31ade580) Fixed: Parsing of some Web releases ([#&#8203;10155](https://github.com/Radarr/Radarr/issues/10155)) - [`85b310c`](https://github.com/Radarr/Radarr/commit/85b310c81cb0fb9a5cad50068aa71e19dc88f349) Fixed: Removing pending release without blocklisting - [`3c737c2`](https://github.com/Radarr/Radarr/commit/3c737c2c172fdc07e08c754fe03c8ab4afd0fde9) Fix token name for Indexer Download Client Check - [`8ee7028`](https://github.com/Radarr/Radarr/commit/8ee70288c95d9b46ad00b75cb9112056df744d0d) Bump version to 5.8.2 This list of changes was [auto generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=112&\_a=release-summary). ### [`v5.8.1.8906`](https://github.com/Radarr/Radarr/releases/tag/v5.8.1.8906): 5.8.1.8906 [Compare Source](https://github.com/Radarr/Radarr/compare/v5.8.0.8897...v5.8.1.8906) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### Changes: - [`588e87e`](https://github.com/Radarr/Radarr/commit/588e87e4be82cf8a4349c89ee75798e4c04c2c72) Fixed: Increase size for movie poster on details page \[ [#&#8203;10020](https://github.com/Radarr/Radarr/issues/10020) ] - [`792b818`](https://github.com/Radarr/Radarr/commit/792b8182b2702f77ca73ef3bf6c69095f5dc1455) New: Genres and Images for Webhooks and Notifiarr \[ [#&#8203;10055](https://github.com/Radarr/Radarr/issues/10055) ] - [`4cec413`](https://github.com/Radarr/Radarr/commit/4cec41324bb8140195627b5d35e925b8162daa8b) Fixed destructuring null statistics for bulk delete movies modal - [`10bb270`](https://github.com/Radarr/Radarr/commit/10bb270da8918bc5fd0b386cf0ca010e860e7aa8) Fixed: Trimming disabled logs database - [`b5e6a36`](https://github.com/Radarr/Radarr/commit/b5e6a3687868563b4a2d624db5541aa3925d6997) Fixed: Already imported downloads appearing in Queue briefly - [`126a5b1`](https://github.com/Radarr/Radarr/commit/126a5b118efc15543124106e0275e5b6b9dec506) Bump version to 5.8.1 This list of changes was [auto generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=111&\_a=release-summary). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
Renovate added 1 commit 2024-07-07 09:02:31 -04:00
Renovate force-pushed renovate/ghcr.io-onedr0p-radarr-develop-5.x from 32c78c868d to adb1bc8d8b 2024-07-20 14:31:24 -04:00 Compare
Renovate changed title from fix(container): update image ghcr.io/onedr0p/radarr-develop to v5.8.1.8906 to fix(container): update image ghcr.io/onedr0p/radarr-develop to v5.8.2.8915 2024-07-20 14:31:25 -04:00
Renovate force-pushed renovate/ghcr.io-onedr0p-radarr-develop-5.x from adb1bc8d8b to e75b24e6a9 2024-07-21 15:02:14 -04:00 Compare
Renovate changed title from fix(container): update image ghcr.io/onedr0p/radarr-develop to v5.8.2.8915 to fix(container): update image ghcr.io/onedr0p/radarr-develop to v5.8.3.8933 2024-07-21 15:02:16 -04:00
SeanOMik merged commit 104c224890 into main 2024-07-23 21:59:51 -04:00
SeanOMik deleted branch renovate/ghcr.io-onedr0p-radarr-develop-5.x 2024-07-23 21:59:51 -04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: SeanOMik/k3s-cluster#309
No description provided.