Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/onedr0p/prowlarr-develop ( 1.25.3.4815 → 1.25.4.4818 ) #8256

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Oct 22, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/prowlarr-develop (source) patch 1.25.3.4815 -> 1.25.4.4818

Release Notes

Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)

v1.25.4.4818: 1.25.4.4818

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:

  • 3f547f0 Cleanse exceptions in event logs
  • 11e322b Bump version to 1.25.4
  • 02ff133 Multiple Translations updated by Weblate
  • 47268aa Fix stable branch label in updates
  • 8aad1ac New: Allow major version updates to be installed (#​2260)
  • 9037cde Rename ApplicationCheckUpdate to ApplicationUpdateCheck
  • 2afafd7 Fixed: Don't block updates under docker unless configured in package_info
  • f4fa251 Sort indexers by name when syncing to applications
  • 37bc46c Translate System pages
  • 3e3a7ed Multiple Translations updated by Weblate
See More
  • 04fa7d3 Fixed: (Cardigann) Redirect warnings with "Refresh" header
  • ed9a321 Fix redirect url in HttpClient development warning message
  • 66a9e1a Bump dotnet to 6.0.35
  • 8cb59c3 New: Sync UI updates for providers
  • 94e9c05 Natural sorting for tags list in the UI
  • 8d2c4e1 Bump version to 1.25.3
  • c05be39 Treat unauthorized newbie accounts in AvistaZ parser
  • 951d42a Fix indexer url info
  • dd046d8 Fixed: (Cardigann) Validate definition file and setting fields existence [ #​2245 ]
  • efa54a4 Remove unused gulp packages
  • 3f07c50 Fixed: Copy to clipboard in non-secure contexts
  • 94cf07d Convert ClipboardButton to TypeScript
  • 24063e0 Convert FormInputButton to TypeScript
  • e8ebb87 Convert Label to TypeScript
  • 896e196 Convert Button to TypeScript
  • 9f5be75 Link polymorphic static typing
  • 9cc9e72 Bump frontend packages
  • a9c2cca Bump dotnet packages
  • 9cc3646 Fixed: (Cardigann) Using variables in login paths
  • d6bca44 Cleanse sharewood passkey
  • cb5764c Log exceptions when getting indexer definitions [ #​2245 ]
  • 19a9b56 Multiple Translations updated by Weblate
  • a2b0f19 Fixed: (BeyondHD) Filter freeleech or limited releases when configured
  • 59bfad7 New: Use 307 redirect for requests missing URL Base
  • aee3f2d Fixed: Handle 307 redirects from applications
  • 11d58b4 Bump macOS runner version to 13
  • ee4de6c Bump version to 1.25.2
  • 8d16b88 Return bad request for unprotect download link failures
  • 121ef8e Add new category for FL
  • d53fec7 Add newbie warning for AvistaZ's API use
  • c017a3c New: (PTP) Filter by Golden Popcorn only releases
  • 27ea930 Use proxied requests for fetching user class for MAM
  • d798451 Bump version to 1.25.1
  • 3f77900 Automated API Docs update
  • 4e8b9e8 New: Option to prefer magnet URLs over torrent file links
  • a32ab3a Fixed: (AnimeBytes) Avoid specials for non-zero season searches
  • 942da3a Bump version to 1.25.0

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.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner October 22, 2024 03:11
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Oct 22, 2024
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Oct 22, 2024

--- HelmRelease: default/prowlarr Deployment: default/prowlarr

+++ HelmRelease: default/prowlarr Deployment: default/prowlarr

@@ -73,13 +73,13 @@

           value: develop
         - name: TZ
           value: America/New_York
         envFrom:
         - secretRef:
             name: prowlarr-secret
-        image: ghcr.io/onedr0p/prowlarr-develop:1.25.3.4815@sha256:3fd3e334b882bbf7391ee8a4fb669e6588a23dbf13fb5da9caab85f5695e215d
+        image: ghcr.io/onedr0p/prowlarr-develop:1.25.4.4818@sha256:5a936e5c73ebedfc45f1fa2541e84862a6c0df75b8f5148a082119fb65d55e2b
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Oct 22, 2024

--- kubernetes/main/apps/default/prowlarr/app Kustomization: flux-system/prowlarr HelmRelease: default/prowlarr

+++ kubernetes/main/apps/default/prowlarr/app Kustomization: flux-system/prowlarr HelmRelease: default/prowlarr

@@ -45,13 +45,13 @@

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: prowlarr-secret
             image:
               repository: ghcr.io/onedr0p/prowlarr-develop
-              tag: 1.25.3.4815@sha256:3fd3e334b882bbf7391ee8a4fb669e6588a23dbf13fb5da9caab85f5695e215d
+              tag: 1.25.4.4818@sha256:5a936e5c73ebedfc45f1fa2541e84862a6c0df75b8f5148a082119fb65d55e2b
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@onedr0p onedr0p merged commit 09494ea into main Oct 22, 2024
9 of 10 checks passed
@onedr0p onedr0p deleted the renovate/main-ghcr.io-onedr0p-prowlarr-develop-1.x branch October 22, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant