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 image ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.1.0 ) #3968

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jul 11, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/recyclarr/recyclarr minor 7.0.0 -> 7.1.0

Release Notes

recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr)

v7.1.0

Compare Source

Added
  • Sync: In rare circumstances outside of Recyclarr, quality profiles become invalid due to missing
    required qualities. When this happens, users are not even able to save the profile using the
    Sonarr or Radarr UI. Recyclarr now detects this situation and automatically repairs the quality
    profile by re-adding these missing qualities for users. See this issue.
Fixed
  • CLI: Signal interrupt support for all API calls. Now when you press CTRL+C to gracefully
    exit/cancel Recyclarr, it will bail out of any ongoing API calls.
  • CLI: The --app-data option works again (#​284).

….1.0 )

| datasource | package                     | from  | to    |
| ---------- | --------------------------- | ----- | ----- |
| docker     | ghcr.io/recyclarr/recyclarr | 7.0.0 | 7.1.0 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/minor Issue relates to a minor version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jul 11, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jul 11, 2024

--- kubernetes/main/apps/media/recyclarr/app Kustomization: flux-system/media-recyclarr HelmRelease: media/recyclarr

+++ kubernetes/main/apps/media/recyclarr/app Kustomization: flux-system/media-recyclarr HelmRelease: media/recyclarr

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

           main:
             envFrom:
             - secretRef:
                 name: recyclarr
             image:
               repository: ghcr.io/recyclarr/recyclarr
-              tag: 7.0.0@sha256:88d7ef8feb313398a98aafbc2966959f1689191864247f8be15572d5c67641d5
+              tag: 7.1.0@sha256:81ba81657ab75e9fe38e570141e5445d820dbbbae7012b2e7246b5f17b4abe8f
             resources:
               limits:
                 memory: 500Mi
               requests:
                 cpu: 10m
                 memory: 50Mi

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jul 11, 2024

--- HelmRelease: media/recyclarr Deployment: media/recyclarr

+++ HelmRelease: media/recyclarr Deployment: media/recyclarr

@@ -41,13 +41,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - envFrom:
         - secretRef:
             name: recyclarr
-        image: ghcr.io/recyclarr/recyclarr:7.0.0@sha256:88d7ef8feb313398a98aafbc2966959f1689191864247f8be15572d5c67641d5
+        image: ghcr.io/recyclarr/recyclarr:7.1.0@sha256:81ba81657ab75e9fe38e570141e5445d820dbbbae7012b2e7246b5f17b4abe8f
         name: main
         resources:
           limits:
             memory: 500Mi
           requests:
             cpu: 10m

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jul 11, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.07s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 2.63s
✅ YAML prettier 1 0 0.38s
✅ YAML yamllint 1 0 0.3s

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

@szinn szinn merged commit 057df0d into main Jul 11, 2024
16 checks passed
@szinn szinn deleted the renovate/main-ghcr.io-recyclarr-recyclarr-7.x branch July 11, 2024 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant