Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4599 ) #2883

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

greyrock-repo-duster[bot]
Copy link
Contributor

@greyrock-repo-duster greyrock-repo-duster bot commented Jun 26, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/prowlarr-nightly (source) patch 1.20.0.4570 -> 1.20.1.4599

Release Notes

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

v1.20.0.4590: 1.20.0.4590

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:

  • 9c599a6 New: (UI) Indexer privacy label [ #​2132 ]
  • 715ce1f Refresh indexers list and status on page change
  • 8c3a192 Fixed: Ignore auth events from queries and grab stats
  • d22bf93 Fixed: Searches with season/episodes should not be treated as ID searches
  • 886054f Bump indexers definition version to 11
  • 4188510 New: (Cardigann) Add info_category_8000
  • fedebca New: (Cardigann) Optional login selectorinputs and getselectorinputs
  • e2ce643 Bump mac image to 12
  • bdae60b Improvements to EnhancedSelectInput
  • 2d6c818 Fixed: Exclude invalid releases from Newznab and Torznab parsers
See More

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.

@greyrock-repo-duster greyrock-repo-duster bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Jun 26, 2024
@greyrock-repo-duster
Copy link
Contributor Author

greyrock-repo-duster bot commented Jun 26, 2024

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

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

@@ -37,13 +37,13 @@

               PROWLARR__AUTHENTICATION_METHOD: External
               PROWLARR__INSTANCE_NAME: Prowlarr
               PROWLARR__LOG_LEVEL: info
               PROWLARR__PORT: 9696
             image:
               repository: ghcr.io/onedr0p/prowlarr-nightly
-              tag: 1.20.0.4570@sha256:627182d2c4260879463b73467153a019436a1e14648731670085876728737e45
+              tag: 1.20.1.4592@sha256:1c45dc073c58c4ca9551dd8fd82cf5029d639c0e31c787c2c084b1ac229a233a
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@greyrock-repo-duster
Copy link
Contributor Author

greyrock-repo-duster bot commented Jun 26, 2024

--- HelmRelease: downloads/prowlarr Deployment: downloads/prowlarr

+++ HelmRelease: downloads/prowlarr Deployment: downloads/prowlarr

@@ -56,13 +56,13 @@

         - name: PROWLARR__INSTANCE_NAME
           value: Prowlarr
         - name: PROWLARR__LOG_LEVEL
           value: info
         - name: PROWLARR__PORT
           value: '9696'
-        image: ghcr.io/onedr0p/prowlarr-nightly:1.20.0.4570@sha256:627182d2c4260879463b73467153a019436a1e14648731670085876728737e45
+        image: ghcr.io/onedr0p/prowlarr-nightly:1.20.1.4592@sha256:1c45dc073c58c4ca9551dd8fd82cf5029d639c0e31c787c2c084b1ac229a233a
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9696

@greyrock-repo-duster
Copy link
Contributor Author

greyrock-repo-duster bot commented Jun 26, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.1s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.1s
✅ YAML prettier 1 0 0.39s
✅ YAML yamllint 1 0 0.29s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from 2e10547 to 9656dd1 Compare June 27, 2024 02:34
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.0.4580 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.0.4587 ) Jun 27, 2024
@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from 9656dd1 to d04ce18 Compare June 27, 2024 08:24
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.0.4587 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.0.4588 ) Jun 27, 2024
@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from d04ce18 to 2500967 Compare June 28, 2024 03:22
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.0.4588 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.0.4589 ) Jun 28, 2024
@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from 2500967 to d43fc3d Compare June 28, 2024 04:22
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.0.4589 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.0.4590 ) Jun 28, 2024
@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from d43fc3d to 7d83382 Compare June 30, 2024 05:17
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.0.4590 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4591 ) Jun 30, 2024
@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from 7d83382 to 6c9f8ce Compare July 1, 2024 04:22
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4591 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4592 ) Jul 1, 2024
@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from 6c9f8ce to 561b4f8 Compare July 5, 2024 11:16
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4592 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4595 ) Jul 5, 2024
@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from 561b4f8 to 945889f Compare July 5, 2024 15:21
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4595 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4596 ) Jul 5, 2024
@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from 945889f to 61e8592 Compare July 5, 2024 20:20
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4596 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4597 ) Jul 5, 2024
@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from 61e8592 to 14b23c0 Compare July 6, 2024 07:16
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4597 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4598 ) Jul 6, 2024
…0.4570 → 1.20.1.4599 )

| datasource | package                          | from        | to          |
| ---------- | -------------------------------- | ----------- | ----------- |
| docker     | ghcr.io/onedr0p/prowlarr-nightly | 1.20.0.4570 | 1.20.1.4599 |
@greyrock-repo-duster greyrock-repo-duster bot force-pushed the renovate/main-ghcr.io-onedr0p-prowlarr-nightly-1.x branch from 14b23c0 to df10ae0 Compare July 6, 2024 09:21
@greyrock-repo-duster greyrock-repo-duster bot changed the title fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4598 ) fix(container): update image ghcr.io/onedr0p/prowlarr-nightly ( 1.20.0.4570 → 1.20.1.4599 ) Jul 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants