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/recyclarr/recyclarr ( 6.0.2 → 7.2.3 ) #200

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v7.2.3

Compare Source

Changed
  • Performance: Reduced the number of API calls to obtain service version information.
Fixed
  • Custom Format: The error "CF field of type False is not supported" no longer occurs when syncing
    some language-specific custom formats (#​318).

v7.2.2

Compare Source

Fixed
  • Quality Definition: Support new quality upper limits for Sonarr (1000) and Radarr (2000). This is
    a backward compatible change, so older versions of Sonarr and Radarr will continue to use the
    correct upper limits.

v7.2.1

Compare Source

Fixed
  • Quality Definition: Eliminated continuous syncing when no changes are present due to Radarr's
    adjustment of the upper limit for "Preferred" from 395 to 399.

v7.2.0

Compare Source

Changed
  • The node quality_profiles under custom_formats was renamed to assign_scores_to to
    disambiguate it from the top-level quality_profiles. The old name is deprecated until the next
    major release. See here for details.
  • Quality Definition: Improved information about sync result in console output.
Fixed
  • Incorrect URLs were fixed in the local starter config template.
  • Quality Definition: Preferred quality setting would not sync in certain situations (#​301).

v7.1.1

Compare Source

Changed
  • The --app-data option is now common to all commands.
Fixed
  • CLI: Commands no longer crash due to a null app data directory variable (#​288).

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).

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 - "on saturday" in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Jun 29, 2024

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

+++ kubernetes/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@sha256:02add40feae0569401b5020528e06419b47046723d0bb4bef1e82325e9eefdad
+              tag: 7.2.3@sha256:77a3c0156ec0ddef256998b246d4d80a2f1b96ee4a3a1a21bbc8459bfd0c9ad9
             nameOverride: recyclarr
             resources:
               limits:
                 memory: 128M
               requests:
                 cpu: 5m

Copy link

github-actions bot commented Jun 29, 2024

--- 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@sha256:02add40feae0569401b5020528e06419b47046723d0bb4bef1e82325e9eefdad
+            image: ghcr.io/recyclarr/recyclarr:7.2.3@sha256:77a3c0156ec0ddef256998b246d4d80a2f1b96ee4a3a1a21bbc8459bfd0c9ad9
             name: recyclarr
             resources:
               limits:
                 memory: 128M
               requests:
                 cpu: 5m

@renovate renovate bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from 6389393 to a81b912 Compare June 29, 2024 15:03
@renovate renovate bot changed the title feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.0.0 ) feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.1.0 ) Jul 11, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch 3 times, most recently from d208a1f to f80dee6 Compare July 12, 2024 02:14
@renovate renovate bot changed the title feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.1.0 ) feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.1.1 ) Jul 12, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from f80dee6 to 4fde90e Compare July 12, 2024 16:50
@renovate renovate bot changed the title feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.1.1 ) feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.1.1 ) - autoclosed Jul 17, 2024
@renovate renovate bot closed this Jul 17, 2024
@renovate renovate bot deleted the renovate/ghcr.io-recyclarr-recyclarr-7.x branch July 17, 2024 16:57
@renovate renovate bot changed the title feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.1.1 ) - autoclosed feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.1.1 ) Jul 17, 2024
@renovate renovate bot reopened this Jul 17, 2024
@renovate renovate bot restored the renovate/ghcr.io-recyclarr-recyclarr-7.x branch July 17, 2024 19:48
@renovate renovate bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from 4fde90e to c6eec45 Compare July 29, 2024 02:19
@renovate renovate bot changed the title feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.1.1 ) feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.0 ) Jul 29, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from c6eec45 to dee0f1d Compare August 3, 2024 21:50
@renovate renovate bot changed the title feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.0 ) feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.1 ) Aug 3, 2024
@renovate renovate bot changed the title feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.1 ) feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.1 ) - autoclosed Aug 21, 2024
@renovate renovate bot closed this Aug 21, 2024
@renovate renovate bot deleted the renovate/ghcr.io-recyclarr-recyclarr-7.x branch August 21, 2024 06:43
@renovate renovate bot changed the title feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.1 ) - autoclosed feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.1 ) Aug 21, 2024
@renovate renovate bot reopened this Aug 21, 2024
@renovate renovate bot restored the renovate/ghcr.io-recyclarr-recyclarr-7.x branch August 21, 2024 11:14
@renovate renovate bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from dee0f1d to 021a7ef Compare August 25, 2024 17:09
@renovate renovate bot changed the title feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.1 ) feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.2 ) Aug 25, 2024
@renovate renovate bot changed the title feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.2 ) feat(container)!: Update ghcr.io/recyclarr/recyclarr ( 6.0.2 → 7.2.3 ) Sep 4, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from 021a7ef to 51eae56 Compare September 4, 2024 04:13
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.

0 participants