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

feat(container): update ghcr.io/onedr0p/prowlarr-develop ( 1.21.2.4649 → 1.24.0.4721 ) #1408

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

ergho-bot[bot]
Copy link
Contributor

@ergho-bot ergho-bot bot commented Sep 2, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/prowlarr-develop (source) minor 1.21.2.4649 -> 1.24.0.4721

Release Notes

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

v1.24.0.4721: 1.24.0.4721

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:

  • 66d722e Multiple Translations updated by Weblate
  • 39befe5 Use error message from Nebulance response [ #​2212 ]
  • ab043e8 Display grabs, failures and queries stats with values
  • 58ae9c0 Fixed: (MyAnonamouse) Avoid using FL wedges for freeleech torrents
  • 44c4469 Fixed: (Gazelle) Allow freeleech torrents with Use Freeleech Tokens
  • 8301b66 Multiple Translations updated by Weblate
  • 6fa0b79 Bump version to 1.24.0

This list of changes was auto generated.

v1.23.1.4708: 1.23.1.4708

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:

  • 32d23d6 Simplify cookie clearing for MAM
  • b31b695 Fixed: Mapping of Cardigann indexers on bulk edit
  • 33de32b Simplify app profile validation on indexers
  • 753b53a Use UTC for filtering out AB releases
  • 123535b Fixed: Use renewed mam_id from response to avoid invalid credentials after original one expires
  • 7a5fa45 Don't persist value for SslCertHash when checking for existence
  • 281e712 Fixed: Hide reboot and shutdown UI buttons on docker
  • c2c34ec New: Bypass IP addresses ranges in proxies [ #​2203 ]
  • 6151936 Fixed: Trim spaces and empty values in Proxy Bypass List
  • 1b58d50 Bump version to 1.23.1
See More
  • 99f9a0b Improve sorting indexer by status
  • 696001a Remove AroLol
  • 31f057c Hiding "enable" property in API docs for applications
  • 0391537 Don't display validation errors as HTML
  • 521c1f7 Automated API Docs update
  • 3bf9b4f Dedupe titles to avoid similar release names for AB
  • af86a6d New: Configure log file size limit in UI
  • 3ecf5c6 Fixed: (AnimeBytes) Improve filtering of old releases
  • 4da3e7b Fixed: (MyAnonamouse) Sanitise search query and stop search if term is empty
  • 66f38f1 Bump version to 1.23.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.

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Sep 2, 2024

--- cluster/apps/media/prowlarr/app Kustomization: flux-system/cluster-apps-prowlarr HelmRelease: media/prowlarr

+++ cluster/apps/media/prowlarr/app Kustomization: flux-system/cluster-apps-prowlarr HelmRelease: media/prowlarr

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

               TZ: ${CLUSTER_TZ}
             envFrom:
             - secretRef:
                 name: prowlarr-secret
             image:
               repository: ghcr.io/onedr0p/prowlarr-develop
-              tag: 1.21.2.4649@sha256:4482eda920a8786faa2b7f9100001aaaa3893582e2a98685982f5b4b160e45db
+              tag: 1.24.0.4721@sha256:66635fb9a3c1614ecfe16c4740c213359e57685250412599e7394ed24ab4919f
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Sep 2, 2024

--- HelmRelease: media/prowlarr Deployment: media/prowlarr

+++ HelmRelease: media/prowlarr Deployment: media/prowlarr

@@ -71,13 +71,13 @@

           value: '8080'
         - name: TZ
           value: ${CLUSTER_TZ}
         envFrom:
         - secretRef:
             name: prowlarr-secret
-        image: ghcr.io/onedr0p/prowlarr-develop:1.21.2.4649@sha256:4482eda920a8786faa2b7f9100001aaaa3893582e2a98685982f5b4b160e45db
+        image: ghcr.io/onedr0p/prowlarr-develop:1.24.0.4721@sha256:66635fb9a3c1614ecfe16c4740c213359e57685250412599e7394ed24ab4919f
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 8080
           initialDelaySeconds: 5

@ergho-bot ergho-bot bot removed the area/cluster label Sep 3, 2024
@ergho-bot ergho-bot bot force-pushed the renovate/ghcr.io-onedr0p-prowlarr-develop-1.x branch from ae84918 to 0a24801 Compare September 8, 2024 08:14
@ergho-bot ergho-bot bot changed the title feat(container): update ghcr.io/onedr0p/prowlarr-develop ( 1.21.2.4649 → 1.23.1.4708 ) feat(container): update ghcr.io/onedr0p/prowlarr-develop ( 1.21.2.4649 → 1.24.0.4721 ) Sep 8, 2024
@ergho-bot ergho-bot bot force-pushed the renovate/ghcr.io-onedr0p-prowlarr-develop-1.x branch from 0a24801 to d6940d4 Compare September 9, 2024 22:13
@ergho ergho merged commit c1bf79e into main Sep 20, 2024
8 checks passed
@ergho ergho deleted the renovate/ghcr.io-onedr0p-prowlarr-develop-1.x branch September 20, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant