onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

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

Closed bot-ross[bot] closed 3 months ago

bot-ross[bot] commented 3 months ago

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`](https://togithub.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#700---2024-06-27) [Compare Source](https://togithub.com/recyclarr/recyclarr/compare/v6.0.2...v7.0.0) This release contains **BREAKING CHANGES**. See the [v7.0 Upgrade Guide][breaking7] for required changes you may need to make. [breaking7]: https://recyclarr.dev/wiki/upgrade-guide/v7.0/ ##### 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](https://togithub.com/recyclarr/recyclarr/issues/223)). [NO_COLOR]: https://no-color.org/ ##### 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](https://togithub.com/recyclarr/recyclarr/issues/229)). - Docker: Support running the container in read-only mode ([#​231](https://togithub.com/recyclarr/recyclarr/issues/231)). - Sync: Sometimes CFs weren't deleted even with `delete_old_custom_formats` enabled ([#​237](https://togithub.com/recyclarr/recyclarr/issues/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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 3 months ago
--- kubernetes/main/apps/default/recyclarr/app Kustomization: flux-system/recyclarr HelmRelease: default/recyclarr

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

@@ -38,20 +38,19 @@

           reloader.stakater.com/auto: 'true'
         containers:
           app:
             args:
             - sync
             env:
-              COMPlus_EnableDiagnostics: '0'
               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: recyclarr-secret
             image:
               repository: ghcr.io/recyclarr/recyclarr
-              tag: 6.0.2@sha256:02add40feae0569401b5020528e06419b47046723d0bb4bef1e82325e9eefdad
+              tag: 7.0.0@sha256:71993e3c91789b973aeba934dd574789799dffad94c53d8280e6be4ad788d85b
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 10m
             securityContext:
bot-ross[bot] commented 3 months ago
--- HelmRelease: default/recyclarr CronJob: default/recyclarr

+++ HelmRelease: default/recyclarr CronJob: default/recyclarr

@@ -44,20 +44,18 @@

           dnsPolicy: ClusterFirst
           restartPolicy: Never
           containers:
           - args:
             - sync
             env:
-            - name: COMPlus_EnableDiagnostics
-              value: '0'
             - name: TZ
               value: America/New_York
             envFrom:
             - secretRef:
                 name: recyclarr-secret
-            image: ghcr.io/recyclarr/recyclarr:6.0.2@sha256:02add40feae0569401b5020528e06419b47046723d0bb4bef1e82325e9eefdad
+            image: ghcr.io/recyclarr/recyclarr:7.0.0@sha256:71993e3c91789b973aeba934dd574789799dffad94c53d8280e6be4ad788d85b
             name: app
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 10m