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

feat(container)!: Update image ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.0.0 ) #2890

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

Conversation

greyrock-repo-duster[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/recyclarr/recyclarr major 6.0.2 -> 7.0.0

Release Notes

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

v7.0.0

Compare Source

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

Added
  • YAML: New includes subdirectory intended to hold only include templates. Relative paths
    specified in the config include directive are resolved starting at this new directory. Relative
    paths to include templates located under the configs directory is now DEPRECATED. See the
    "File Structure" page on the wiki for more details.
  • Support the NO_COLOR environment variable for all Recyclarr commands (#​223).
Changed
  • BREAKING: The app data directory on OSX has changed. It now lives at ~/Library/Application Support/recyclarr instead of ~/.config/recyclarr. Users will need to run recyclarr migrate to
    move the directory (or do it manually).
  • BREAKING: Removed support for Release Profiles and Sonarr version 3. The new minimum required
    version for Sonarr is v4.0.0.
  • CLI: Slightly improved display of version number when using -v option.
  • CLI: Greatly improved the layout of and information in the local starter YAML configuration that
    Recyclarr generates with the recyclarr config create command.
Fixed
  • YAML: Print more useful diagnostics when there's a connectivity problem to a service (e.g.
    incorrect base_url).
  • YAML: Regression that prevented basic validation of base_url & api_key.
  • CLI: CFs with no Trash ID will no longer be displayed when running the list custom-formats
    command (#​229).
  • Docker: Support running the container in read-only mode (#​231).
  • Sync: Sometimes CFs weren't deleted even with delete_old_custom_formats enabled (#​237).

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.

…7.0.0 )

| datasource | package                     | from  | to    |
| ---------- | --------------------------- | ----- | ----- |
| docker     | ghcr.io/recyclarr/recyclarr | 6.0.2 | 7.0.0 |
@greyrock-repo-duster greyrock-repo-duster bot added renovate/container Issue relates to a Renovate container update type/major Issue relates to a major version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Jun 28, 2024
@greyrock-repo-duster
Copy link
Contributor Author

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

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

@@ -32,13 +32,13 @@

               COMPlus_EnableDiagnostics: '0'
             envFrom:
             - secretRef:
                 name: recyclarr-secret
             image:
               repository: ghcr.io/recyclarr/recyclarr
-              tag: 6.0.2
+              tag: 7.0.0
             resources:
               limits:
                 memory: 128M
               requests:
                 cpu: 5m
                 memory: 36M

@greyrock-repo-duster
Copy link
Contributor Author

--- HelmRelease: downloads/recyclarr CronJob: downloads/recyclarr

+++ HelmRelease: downloads/recyclarr CronJob: downloads/recyclarr

@@ -47,13 +47,13 @@

             env:
             - name: COMPlus_EnableDiagnostics
               value: '0'
             envFrom:
             - secretRef:
                 name: recyclarr-secret
-            image: ghcr.io/recyclarr/recyclarr:6.0.2
+            image: ghcr.io/recyclarr/recyclarr:7.0.0
             name: app
             resources:
               limits:
                 memory: 128M
               requests:
                 cpu: 5m

@greyrock-repo-duster
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.09s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 2.17s
✅ YAML prettier 1 0 0.36s
✅ 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

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/major Issue relates to a major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants