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 to v5 #779

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

snoopy82481-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/recyclarr/recyclarr major 4.4.1 -> 5.0.0

Release Notes

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

v5.0.0

Compare Source

This release contains BREAKING CHANGES. See the v5.0 Upgrade Guide for required
changes you may need to make.

Added
  • The *.yaml extension is now accepted for all YAML files (e.g. settings.yaml, recyclarr.yaml)
    in addition to *.yml (which was already supported).
  • New --template option added to config create which facilitates creating new configuration
    files from the configuration template repository.
  • New --force option added to the config create command. This will overwrite existing
    configuration files, if they exist.
Changed
  • API Key is now sent via the X-Api-Key header instead of the apikey query parameter. This
    lessens the need to redact information in the console.
  • BREAKING: replace_existing_custom_formats now defaults to false.
  • BREAKING: Restructured repository settings.
  • Configuration templates repository moved to recyclarr/config-templates on GitHub. Corresponding
    settings for this repo as well (see the Settings YAML Reference on the wiki for more details).
Removed
  • BREAKING: Array-style instances are no longer supported.
  • BREAKING: Remove deprecated CLI commands: radarr, sonarr, and create-config.
  • BREAKING: Removed reset_unmatched_scores support under quality profile score section.
  • BREAKING: Migration steps that dealt with the old trash.yml have been removed.
Fixed
  • False-positive duplicate score warnings no longer occur when doing sync --preview for the first
    time.

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.

| datasource | package                     | from  | to    |
| ---------- | --------------------------- | ----- | ----- |
| docker     | ghcr.io/recyclarr/recyclarr | 4.4.1 | 5.0.0 |
@snoopy82481-bot snoopy82481-bot bot added renovate/container type/major size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 23, 2023
@snoopy82481-bot
Copy link
Contributor Author

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

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

@@ -44,13 +44,13 @@

       type: cronjob
     envFrom:
     - secretRef:
         name: recyclarr
     image:
       repository: ghcr.io/recyclarr/recyclarr
-      tag: 4.4.1@sha256:825ab392a0f99e8eaa6c0d1468eae83f9dab449eff7456f011a2fbfd82330bf8
+      tag: 5.0.0@sha256:53bae12adf463a856cf6b2f7654dd9b9884f5cb6b49668119e71675836d04994
     persistence:
       config:
         defaultMode: 509
         enabled: true
         mountPath: /config/recyclarr.yml
         name: recyclarr-configmap

@snoopy82481-bot
Copy link
Contributor Author

--- kubernetes/flux HelmRelease: media/recyclarr CronJob: media/recyclarr

+++ kubernetes/flux HelmRelease: media/recyclarr CronJob: media/recyclarr

@@ -26,13 +26,13 @@

           serviceAccountName: default
           automountServiceAccountToken: true
           dnsPolicy: ClusterFirst
           enableServiceLinks: true
           containers:
           - name: recyclarr
-            image: ghcr.io/recyclarr/recyclarr:4.4.1@sha256:825ab392a0f99e8eaa6c0d1468eae83f9dab449eff7456f011a2fbfd82330bf8
+            image: ghcr.io/recyclarr/recyclarr:5.0.0@sha256:53bae12adf463a856cf6b2f7654dd9b9884f5cb6b49668119e71675836d04994
             imagePullPolicy: null
             command:
             - /app/recyclarr/recyclarr
             args:
             - sync
             envFrom:

@snoopy82481-bot
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.68s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 2.03s
✅ YAML prettier 1 0 0.41s
✅ YAML yamllint 1 0 0.22s

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

@snoopy82481 snoopy82481 merged commit abec08a into main Jun 23, 2023
6 checks passed
@snoopy82481 snoopy82481 deleted the renovate/ghcr.io-recyclarr-recyclarr-5.x branch June 23, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant