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 v4.4.1 #662

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

snoopy82481-bot[bot]
Copy link
Contributor

@snoopy82481-bot snoopy82481-bot bot commented Apr 6, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/recyclarr/recyclarr minor 4.1.3 -> 4.4.1
ghcr.io/recyclarr/recyclarr minor 4.3.0 -> 4.4.1

Release Notes

recyclarr/recyclarr

v4.4.1

Compare Source

Fixed
  • Fixed JSON parsing issue that sometimes occurs when pulling custom formats from Radarr (#​178)

v4.4.0

Compare Source

Added
  • New replace_existing_custom_formats property that can be set to false to disallow updates to
    existing CFs that Recyclarr never created in the first place. The default is true.
  • New quality_profiles section supported for specifying information about quality profiles. For
    now, this section doesn't do much, but paves the way for quality profile syncing.
  • New CLI command: config list which lists information about local and template config files.
Changed
  • Log files are restructured. They are now under logs/cli.
  • Log files are split. There is now a verbose.log and debug.log for every run. The time stamps
    (in the file name) between the two will be identical.
Deprecated
  • replace_existing_custom_formats must be explicitly specified, otherwise you will get a
    deprecation warning. In a future release, the default will change from true to false. To
    prepare for that, users must explicitly state what behavior they want to avoid unwanted behavior
    in the future. Read more
    here.
  • reset_unmatched_scores is being moved to the quality_profiles section; a deprecation message
    will be logged until it is moved. Read more
    here.
Fixed
  • Deleted custom formats are now included in the log message showing the count of CFs synced.
  • An error will now be presented if an invalid option is specified on the CLI.
  • Compressed builds are now enabled on MacOS. This means the executable size will be smaller.

v4.3.0

Compare Source

Added
  • Environment variables may now be used in YAML configuration (#​145).
Fixed
  • Exception when there's not configuration for both Sonarr and Radarr together.

v4.2.0

Compare Source

Added
  • New list subcommand for listing information from the guide.
  • New sync command for syncing all services, specific service types, and/or specific instances.
  • New config subcommand for performing configuration-specific operations.
Changed
  • The CLI has been completely redesigned to be more consistent and structured (#​142).
  • Improved preview output for quality sizes, custom formats, and release profiles.
Deprecated
  • The create-config subcommand is deprecated and replaced by config create.
  • The sonarr subcommand is deprecated and replaced by sync sonarr.
  • The radarr subcommand is deprecated and replaced by sync radarr.

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.

@snoopy82481-bot snoopy82481-bot bot requested a review from snoopy82481 as a code owner April 6, 2023 23:14
@snoopy82481-bot snoopy82481-bot bot added renovate/container type/minor size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/kubernetes Changes made in the kubernetes namespace directory labels Apr 6, 2023
@snoopy82481-bot
Copy link
Contributor Author

Helm Release: k8s/namespaces/clusters/betty/media/recyclarr/helm-release.yaml

spec.jobTemplate.spec.template.spec.containers.recyclarr.image
  ± value change
    - ghcr.io/recyclarr/recyclarr:4.3.0@sha256:7ceb04ed0eeeb001b9257272af51b2e437c67fc66bc7f4aff7e4505ce9f8bb76
    + ghcr.io/recyclarr/recyclarr:4.4.0@sha256:2d47e161b52cd000e9843bf67b1f882c14c21153d0192d05247173c837e26885

@snoopy82481-bot
Copy link
Contributor Author

snoopy82481-bot bot commented Apr 6, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.79s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 2.42s
✅ YAML prettier 2 0 0.58s
✅ YAML yamllint 2 0 0.31s

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

| datasource | package                     | from  | to    |
| ---------- | --------------------------- | ----- | ----- |
| docker     | ghcr.io/recyclarr/recyclarr | 4.1.3 | 4.4.1 |
| docker     | ghcr.io/recyclarr/recyclarr | 4.3.0 | 4.4.1 |
@snoopy82481-bot snoopy82481-bot bot changed the title feat(container): update image ghcr.io/recyclarr/recyclarr to v4.4.0 feat(container): update image ghcr.io/recyclarr/recyclarr to v4.4.1 Apr 8, 2023
@snoopy82481-bot snoopy82481-bot bot force-pushed the renovate/ghcr.io-recyclarr-recyclarr-4.x branch from ff87f8c to 0f93be8 Compare April 8, 2023 22:11
@snoopy82481-bot
Copy link
Contributor Author

Helm Release: k8s/namespaces/clusters/betty/media/recyclarr/helm-release.yaml

spec.jobTemplate.spec.template.spec.containers.recyclarr.image
  ± value change
    - ghcr.io/recyclarr/recyclarr:4.3.0@sha256:7ceb04ed0eeeb001b9257272af51b2e437c67fc66bc7f4aff7e4505ce9f8bb76
    + ghcr.io/recyclarr/recyclarr:4.4.1@sha256:825ab392a0f99e8eaa6c0d1468eae83f9dab449eff7456f011a2fbfd82330bf8

@snoopy82481 snoopy82481 merged commit 5b13a61 into main Apr 12, 2023
@snoopy82481 snoopy82481 deleted the renovate/ghcr.io-recyclarr-recyclarr-4.x branch April 12, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes namespace directory renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant