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/szinn/lidarr ( 2.8.2.4493 → 2.9.6.4552 ) #3132

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

ishioni-bot[bot]
Copy link
Contributor

@ishioni-bot ishioni-bot bot commented Feb 3, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/szinn/lidarr (source) minor 2.8.2.4493 -> 2.9.6.4552

Release Notes

Lidarr/Lidarr (ghcr.io/szinn/lidarr)

v2.9.6.4552: 2.9.6.4552

Compare Source

To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Lidarr within an existing docker container. Doing so will prevent audio fingerprinting from working and break your Lidarr installation if you ever delete and re-create the container.

Changes:
  • 8e01ba5 Bump version to 2.9.6
  • 45e8ecf Fixed: Ignore special folders inside Blackhole watch folders
  • 3c4b438 Fixed: Health warning for downloading inside root folders [ #​5384 ]
  • 8fd79d7 New: Prefer newer Usenet releases
  • 477a799 Multiple Translations updated by Weblate
  • 51a38bc Fix logging message for directory watcher error
  • 917f705 Multiple Translations updated by Weblate
  • 5a1092b Prevent page crash on console.error being used with non-string values
  • ef2c636 New: reflink support for ZFS [ #​5369 ]
  • 1ffb82e Bump version to 2.9.5
See More
  • e2f8753 Improve messaging for no mediums on album details
  • 7390194 New: Add headers setting in webhook connection [ #​5242 ]
  • 396b2ae Bump SonarCloud azure extension for UI analysis to 3.X
  • 0216616 Bump SonarCloud azure extension to 3.X
  • 82e0b62 Fixed: Parsing of release names with colon in the title
  • 014f8a5 Multiple Translations updated by Weblate
  • 5cbb284 Bump version to 2.9.4
  • 554cf8e Multiple Translations updated by Weblate
  • 4ff6c71 Fixed: Listening on all IPv4 Addresses
  • 7cfcf01 Fixed: qBittorrent Ratio Limit Check
  • 17c5c66 Bump version to 2.9.3
  • 40dab8d Check if backup folder is writable on backup [ #​5348 ]
  • 39f0e4d Suggest adding IP to RPC whitelist for on failed Transmission auth
  • 35a46ec Bump version to 2.9.2
  • 79b29f3 Don't send session information to Sentry
  • 0e19c03 Update Sentry SDK add features
  • e6388ca Multiple Translations updated by Weblate
  • 47e504f Add translations for some download client settings
  • 1a40839 Add file-count for Transmission RPC
  • 25a80aa Avoid default category on existing Transmission configurations
  • 7255126 New: Labels support for Transmission 4.0
  • 166f87a Include exception message in LidarrAPI failure message [ #​5176 ]
  • babdf10 Bump version to 2.9.1
  • 19c2994 Skip spotify mapping tests
  • e420ee0 Bump NLog, IPAddressRange, Polly, ImageSharp, Npgsql, System.Memory and Ical.Net [ #​5333 ]
  • 78469a9 Bump MailKit to 4.8.0 and Microsoft.Data.SqlClient to 2.1.7 [ #​5332 ]
  • bc6df54 Automated API Docs update
  • 797e4c7 Replace URLs in translations with tokens
  • 1191417 Multiple Translations updated by Weblate
  • fd1719e Fixed: Artists without tags bypassing tags on Download Client [ #​5309, #​5318 ]
  • 4161270 Sync TimeSpanConverter with upstream [ #​5301 ]
  • 535caf1 Add return type for artist/album lookup endpoint [ #​5282 ]
  • eb3c7d6 Update React [ #​5264 ]
  • 4c603e2 Support Postgres with non-standard version string [ #​5267 ]
  • ec93c33 Console warnings for missing translations on development builds [ #​5239 ]
  • afb3fd5 Upgrade typescript-eslint packages to 8.181.1 [ #​5325 ]
  • 198a137 Upgrade TypeScript and core-js [ #​5306 ]
  • 44a5654 Log adding missing artist messages as info
  • 8aa0754 Upgrade Font Awesome to 6.7.1
  • c42e96b Upgrade babel to 7.26.0
  • f92935e Set minor version for core-js in babel/preset-env
  • 13bb8f5 Bump version to 2.9.0

This list of changes was auto generated.


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.

….6.4552 )

| datasource | package              | from       | to         |
| ---------- | -------------------- | ---------- | ---------- |
| docker     | ghcr.io/szinn/lidarr | 2.8.2.4493 | 2.9.6.4552 |
@ishioni-bot ishioni-bot bot requested a review from ishioni as a code owner February 3, 2025 13:07
@ishioni-bot ishioni-bot bot added dep/minor renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/kubernetes Changes made in the kubernetes directory labels Feb 3, 2025
@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Feb 3, 2025

--- kubernetes/apps/downloads/lidarr/app Kustomization: downloads/lidarr HelmRelease: downloads/lidarr

+++ kubernetes/apps/downloads/lidarr/app Kustomization: downloads/lidarr HelmRelease: downloads/lidarr

@@ -43,13 +43,13 @@

               TZ: Europe/Warsaw
             envFrom:
             - secretRef:
                 name: lidarr-secret
             image:
               repository: ghcr.io/szinn/lidarr
-              tag: 2.8.2.4493
+              tag: 2.9.6.4552
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Feb 3, 2025

--- HelmRelease: downloads/lidarr StatefulSet: downloads/lidarr

+++ HelmRelease: downloads/lidarr StatefulSet: downloads/lidarr

@@ -78,13 +78,13 @@

           value: '80'
         - name: TZ
           value: Europe/Warsaw
         envFrom:
         - secretRef:
             name: lidarr-secret
-        image: ghcr.io/szinn/lidarr:2.8.2.4493
+        image: ghcr.io/szinn/lidarr:2.9.6.4552
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Feb 3, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.08s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.27s
✅ YAML prettier 1 0 0.48s
✅ YAML yamllint 1 0 0.45s

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

@ishioni ishioni merged commit fc1be81 into master Feb 3, 2025
16 checks passed
@ishioni ishioni deleted the renovate/ghcr.io-szinn-lidarr-2.x branch February 3, 2025 14:43
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 directory renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant