fix(container): update image ghcr.io/onedr0p/readarr-develop to v0.3.28.2554 #243

Merged
SeanOMik merged 1 commits from renovate/ghcr.io-onedr0p-readarr-develop-0.x into main 2024-06-18 08:11:41 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/readarr-develop (source) patch 0.3.26.2526 -> 0.3.28.2554

Release Notes

Readarr/Readarr (ghcr.io/onedr0p/readarr-develop)

v0.3.28.2554: 0.3.28.2554

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 Readarr within an existing docker container.

Changes:
  • 8ee0df9 Fixed: Trimming slashes from UrlBase when using environment variable
  • da30b55 New: Optionally use Environment Variables for settings in config.xml
  • c7226fc Automated API Docs update
  • 84f22db New: Require password confirmation when setting or changing password [ #​3089 ]
  • 06a53ef New: Authentication is now required [ #​1807, #​2878, #​2873 ]
  • b5ef0cd New: Setting to disable authentication for local addresses [ #​1804, #​2077 ]
  • 1b1290e Multiple Translations updated by Weblate
  • dcbc3ea Update the wanted section for missing and cutoff unmet
  • 9a7b2cb Fix Goodreads test
  • f9cba39 Ignore metadata tests temporarily
See More
  • 6b6ff4f New: Link to "Why Searches Could be Failing" wiki section
  • 05d0fe2 Bump version to 0.3.28
  • 7aab2b4 Bump Npgsql to 7.0.7

This list of changes was auto generated.

v0.3.27.2538: 0.3.27.2538

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 Readarr within an existing docker container.

Changes:

  • 8887df9 Multiple Translations updated by Weblate
  • 9ee651d Refactor PasswordInput to use type password
  • 5544e16 Use number input for seed ratio [ #​3470 ]
  • 11d8316 Fixed: Notifications with only On Rename enabled
  • 9e6d1c5 Fixed: Parsing long downloading/seeding values from Transmission
  • 66e20a0 Multiple Translations updated by Weblate
  • e639b36 Fixed: Indexer flags for torrent release pushes
  • c9f4fb1 Forward X-Forwarded-Host header
  • 29a43fc Bump version to 0.3.27

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/readarr-develop](https://ghcr.io/onedr0p/readarr-develop) ([source](https://github.com/Readarr/Readarr)) | patch | `0.3.26.2526` -> `0.3.28.2554` | --- ### Release Notes <details> <summary>Readarr/Readarr (ghcr.io/onedr0p/readarr-develop)</summary> ### [`v0.3.28.2554`](https://github.com/Readarr/Readarr/releases/tag/v0.3.28.2554): 0.3.28.2554 [Compare Source](https://github.com/Readarr/Readarr/compare/v0.3.27.2538...v0.3.28.2554) *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 Readarr within an existing docker container.*** ##### Changes: - [`8ee0df9`](https://github.com/Readarr/Readarr/commit/8ee0df9c65358b6db018dceab6f2eb069df63a30) Fixed: Trimming slashes from UrlBase when using environment variable - [`da30b55`](https://github.com/Readarr/Readarr/commit/da30b55902ce8bcf47805870c67d435283101dcc) New: Optionally use Environment Variables for settings in config.xml - [`c7226fc`](https://github.com/Readarr/Readarr/commit/c7226fc85fb2eef3369dd59b1f9175075f3b9ecc) Automated API Docs update - [`84f22db`](https://github.com/Readarr/Readarr/commit/84f22dbadce3881de7f4a50b0cc0732e2a6d9b10) New: Require password confirmation when setting or changing password \[ [#&#8203;3089](https://github.com/Readarr/Readarr/issues/3089) ] - [`06a53ef`](https://github.com/Readarr/Readarr/commit/06a53ef9caaba970939e8fbbf0d1df87cdf374a4) New: Authentication is now required \[ [#&#8203;1807](https://github.com/Readarr/Readarr/issues/1807), [#&#8203;2878](https://github.com/Readarr/Readarr/issues/2878), [#&#8203;2873](https://github.com/Readarr/Readarr/issues/2873) ] - [`b5ef0cd`](https://github.com/Readarr/Readarr/commit/b5ef0cda1eab3df0c6a481446b86c159bf927afc) New: Setting to disable authentication for local addresses \[ [#&#8203;1804](https://github.com/Readarr/Readarr/issues/1804), [#&#8203;2077](https://github.com/Readarr/Readarr/issues/2077) ] - [`1b1290e`](https://github.com/Readarr/Readarr/commit/1b1290efac0c878b1fcfe342a7235ddee5146867) Multiple Translations updated by Weblate - [`dcbc3ea`](https://github.com/Readarr/Readarr/commit/dcbc3ea3f853715a2352be89680d06dd09a26fdf) Update the wanted section for missing and cutoff unmet - [`9a7b2cb`](https://github.com/Readarr/Readarr/commit/9a7b2cb81854b52de16a59d4b54bee33ef77b1c4) Fix Goodreads test - [`f9cba39`](https://github.com/Readarr/Readarr/commit/f9cba39f0a998c5f1172f17476870a554466f335) Ignore metadata tests temporarily <details><summary><b>See More</b></summary> - [`6b6ff4f`](https://github.com/Readarr/Readarr/commit/6b6ff4fe76c6eb5e976e0ddc4104e43e6bb7c2a9) New: Link to "Why Searches Could be Failing" wiki section - [`05d0fe2`](https://github.com/Readarr/Readarr/commit/05d0fe2da6c1b228a1b3fc69a746bd73630f45e7) Bump version to 0.3.28 - [`7aab2b4`](https://github.com/Readarr/Readarr/commit/7aab2b49e28f06e7d4048a9dc95a87b1e064562c) Bump Npgsql to 7.0.7 This list of changes was [auto generated](https://dev.azure.com/Readarr/34393bab-b896-4651-a109-cddb27254e55/\_release?releaseId=53&\_a=release-summary).</details> ### [`v0.3.27.2538`](https://github.com/Readarr/Readarr/releases/tag/v0.3.27.2538): 0.3.27.2538 [Compare Source](https://github.com/Readarr/Readarr/compare/v0.3.26.2526...v0.3.27.2538) *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 Readarr within an existing docker container.*** #### Changes: - [`8887df9`](https://github.com/Readarr/Readarr/commit/8887df92ed7b3bd5d8fb1491469512d035be5905) Multiple Translations updated by Weblate - [`9ee651d`](https://github.com/Readarr/Readarr/commit/9ee651d6c05c0ef56e48768650cb01eaa0b1a435) Refactor PasswordInput to use type password - [`5544e16`](https://github.com/Readarr/Readarr/commit/5544e169a64556f4c78590ea7cf40bd4f9fbff32) Use number input for seed ratio \[ [#&#8203;3470](https://github.com/Readarr/Readarr/issues/3470) ] - [`11d8316`](https://github.com/Readarr/Readarr/commit/11d83165e5335713ed92cecf1f32274800dcfae1) Fixed: Notifications with only On Rename enabled - [`9e6d1c5`](https://github.com/Readarr/Readarr/commit/9e6d1c581c6a52b7a3356df879502b3a5a1da3bb) Fixed: Parsing long downloading/seeding values from Transmission - [`66e20a0`](https://github.com/Readarr/Readarr/commit/66e20a0aeca734c141f4c6155f31c53c540c2047) Multiple Translations updated by Weblate - [`e639b36`](https://github.com/Readarr/Readarr/commit/e639b3628323d0e75cee510f282584acfed6a566) Fixed: Indexer flags for torrent release pushes - [`c9f4fb1`](https://github.com/Readarr/Readarr/commit/c9f4fb141f1c5d9206562c4ad8464b545da1f1f8) Forward X-Forwarded-Host header - [`29a43fc`](https://github.com/Readarr/Readarr/commit/29a43fc2fd73d73dd864b3947f726a63c772bb8c) Bump version to 0.3.27 This list of changes was [auto generated](https://dev.azure.com/Readarr/34393bab-b896-4651-a109-cddb27254e55/\_release?releaseId=51&\_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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate added 1 commit 2024-06-13 19:49:28 -04:00
SeanOMik merged commit 3ea958bdc5 into main 2024-06-18 08:11:41 -04:00
SeanOMik deleted branch renovate/ghcr.io-onedr0p-readarr-develop-0.x 2024-06-18 08:11:41 -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#243
No description provided.