Skip to content

fix(container): update image ghcr.io/home-operations/prowlarr ( 2.3.5.5318 ➔ 2.3.5.5327 )#4392

Merged
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-home-operations-prowlarr-2.x
Apr 5, 2026
Merged

fix(container): update image ghcr.io/home-operations/prowlarr ( 2.3.5.5318 ➔ 2.3.5.5327 )#4392
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-home-operations-prowlarr-2.x

Conversation

@unsc-oni-ancilla
Copy link
Copy Markdown
Contributor

@unsc-oni-ancilla unsc-oni-ancilla bot commented Apr 4, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/prowlarr (source) patch 2.3.5.53182.3.5.5327

Release Notes

Prowlarr/Prowlarr (ghcr.io/home-operations/prowlarr)

v2.3.5.5327: 2.3.5.5327

Compare Source

To receive further 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 Prowlarr within an existing docker container.

Changes:
  • 3c4efa0 Update browserlist db
  • 50d31d0 Fixed: Downloading backups when path contains a trailing slash
  • f48c9f9 Improve HTTP file mappers
  • 1ba2f26 New: Use instance name in PWA manifest
  • c880b6c Fixed: PWA Manifest with URL base
  • 6fca0d0 Sync static resource mapper with upstream
  • 9907342 Close issues that don't follow issue templates
  • 71d1a59 chore: Fix Innosetup download URI and bump Innosetup version
  • 33fa39d Fixed: (SceneTime) Update layout selectors
  • d133c82 Revert incorrectly deleted function in MigrationExtension
See More
  • 6b446e1 chore: Clean up unused NuGet dependencies
  • b0e879d fixed: Loading native libraries on FreeBSD and Linux
  • 5edde8d Switch to FluentMigrator.Runner.Core to avoid extranous platform runners
  • ef5d670 Fallback to host sqlite3 on FreeBSD and Linux
  • f568906 Bump FluentMigrator to official 6.2.0
  • 331e92a Bump to 2.3.5
  • ec46b25 Multiple Translations updated by Weblate
  • 8b3837c Fixed: Parsing URLs on some systems due to Locale
  • ade5aee Multiple Translations updated by Weblate
  • c486013 Fixed: (SceneTime) Update layout selectors and clean titles
  • c512caf New: Add AnimeZ
  • 454641e Bump to 2.3.4
  • 7cac3fc Fixed: (Nebulance) Update API call
  • 43aca69 Multiple Translations updated by Weblate
  • e8d4415 fixed: (Scenetime) fix table selectors
  • 5858c2d Fixed: Limit redirects after login to local paths
  • ce315af Updated Security Policy to match Radarr
  • 407acb6 Shazbat fixes for searching and relogin if needed (#​2607)
  • c3a7fbd Multiple Translations updated by Weblate
  • 472c6f4 Bump to 2.3.3
  • baa4baf Multiple Translations updated by Weblate
  • 852d62d Fixed: (Torrentday) fix category mapping for TVx265 and add TVUHD (#​2593)
  • 13493dd Multiple Translations updated by Weblate
  • a4a8e89 Fixed: (BeyondHD) Add movie prefix to TMDB ID queries [ #​2591 ]
  • 688434c Bump BusyTimeout for SQLite to 1000ms
  • 2ed9104 Avoid unique constraints for primary keys in SQLite migrations
  • 878818e Fixed: Form data encoding for non-UTF8 indexers
  • 0884ac9 Bump to 2.3.2
  • 9508329 Fixed: (AB) Prevent false positives parsing seasons for "No. 8"
  • 15a0300 Fixed: (Shazbat) More fixes to login form and parsing details
  • b188746 Fixed: (Shazbat) Update login form and parsing details
  • ed3b25b chore: updated build images
  • c006079 bump to 2.3.1

This list of changes was auto generated.

v2.3.5.5323: 2.3.5.5323

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

Changes:
  • 3c4efa0 Update browserlist db
  • 50d31d0 Fixed: Downloading backups when path contains a trailing slash
  • f48c9f9 Improve HTTP file mappers
  • 1ba2f26 New: Use instance name in PWA manifest
  • c880b6c Fixed: PWA Manifest with URL base
  • 6fca0d0 Sync static resource mapper with upstream
  • 9907342 Close issues that don't follow issue templates

This list of changes was auto generated.


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 these updates again.


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

This PR has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Apr 4, 2026
@unsc-oni-ancilla
Copy link
Copy Markdown
Contributor Author

unsc-oni-ancilla bot commented Apr 4, 2026

--- kubernetes/apps/default/prowlarr/app Kustomization: default/prowlarr Deployment: default/prowlarr

+++ kubernetes/apps/default/prowlarr/app Kustomization: default/prowlarr Deployment: default/prowlarr

@@ -35,13 +35,13 @@

         - name: PROWLARR__INSTANCE_NAME
           value: Prowlarr
         - name: PROWLARR__PORT
           value: '80'
         - name: PROWLARR__LOG_LEVEL
           value: info
-        image: ghcr.io/home-operations/prowlarr:2.3.5.5318@sha256:a44d003ee6f6ce23882d009482ca2ac7f951df64e73bfa04711363268d278562
+        image: ghcr.io/home-operations/prowlarr:2.3.5.5327@sha256:fc87e9af2f175ef19610fdcf1fcdcc84d5099127211cc6733f826409b2733237
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0

@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-home-operations-prowlarr-2.x branch from c074e7e to 81fa551 Compare April 4, 2026 20:12
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title fix(container): update image ghcr.io/home-operations/prowlarr ( 2.3.5.5318 ➔ 2.3.5.5323 ) fix(container): update image ghcr.io/home-operations/prowlarr ( 2.3.5.5318 ➔ 2.3.5.5327 ) Apr 4, 2026
@binaryn3xus binaryn3xus merged commit 77927ba into main Apr 5, 2026
12 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-home-operations-prowlarr-2.x branch April 5, 2026 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant