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 ( 7.0.0 → 7.4.0 ) #119

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

robottoms-up[bot]
Copy link
Contributor

@robottoms-up robottoms-up bot commented Jul 11, 2024

This PR contains the following updates:

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

Release Notes

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

v7.4.0

Compare Source

Added
  • Notifications: New verbosity setting for Notifications to control the frequency and content of
    notifications sent after sync operations (#​354).
Fixed
  • Repositories: Show a warning when there's a git fetch failure (#​355).

v7.3.0

Compare Source

Added
  • Notifications support through Apprise
Fixed
  • A DependencyResolutionException is no longer raised in some commands (e.g. list) (#​352).

v7.2.4

Compare Source

Fixed
  • Custom Formats: Smarter change detection logic for custom formats with language specifications,
    which addresses the issue of some CFs constantly showing as updated during sync even if they
    didn't change.

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

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch 2 times, most recently from 062044b to b5f79b5 Compare July 12, 2024 17:04
@robottoms-up robottoms-up bot changed the title feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.1.0 ) feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.1.1 ) Jul 12, 2024
@robottoms-up robottoms-up bot changed the title feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.1.1 ) feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.2.0 ) Jul 29, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch 2 times, most recently from bfeb7e9 to c7a5695 Compare August 3, 2024 20:04
@robottoms-up robottoms-up bot changed the title feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.2.0 ) feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.2.1 ) Aug 3, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from c7a5695 to a9f45b2 Compare August 25, 2024 15:03
@robottoms-up robottoms-up bot changed the title feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.2.1 ) feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.2.2 ) Aug 25, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from a9f45b2 to dececb3 Compare August 25, 2024 16:04
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from dececb3 to 38f0671 Compare September 4, 2024 01:31
@robottoms-up robottoms-up bot changed the title feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.2.2 ) feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.2.3 ) Sep 4, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from 38f0671 to 2cd72a1 Compare September 14, 2024 23:04
@robottoms-up robottoms-up bot changed the title feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.2.3 ) feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.2.4 ) Sep 14, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from 2cd72a1 to 2397248 Compare October 28, 2024 13:10
@robottoms-up robottoms-up bot changed the title feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.2.4 ) feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.3.0 ) Oct 28, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from 2397248 to 939bf89 Compare November 11, 2024 15:05
@robottoms-up robottoms-up bot changed the title feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.3.0 ) feat(container): update ghcr.io/recyclarr/recyclarr ( 7.0.0 → 7.4.0 ) Nov 11, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch 6 times, most recently from f5c1162 to 830e7da Compare January 24, 2025 01:32
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch 4 times, most recently from 21b3384 to 967d117 Compare January 25, 2025 20:04
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch 3 times, most recently from af954b6 to ecc704b Compare January 26, 2025 05:05
@robottoms-up robottoms-up bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-7.x branch from ecc704b to 35f516d Compare January 26, 2025 06:06
@ProfMoo ProfMoo merged commit e7b9a67 into master Jan 26, 2025
@ProfMoo ProfMoo deleted the renovate/ghcr.io-recyclarr-recyclarr-7.x branch January 26, 2025 15:15
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.

1 participant