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

fix(container): update ghcr.io/buroa/radarr-develop (5.15.0.9412 → 5.15.1.9463) #3057

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Nov 19, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/buroa/radarr-develop (source) patch 5.15.0.9412 -> 5.15.1.9463

Release Notes

Radarr/Radarr (ghcr.io/buroa/radarr-develop)

v5.15.1.9463: 5.15.1.9463

Compare Source

To receive further Pre-Release or final 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 Radarr within an existing docker container.

Changes:

  • 179637f Fixed: Release dates for Discover Movie posters
  • 09b4bf1 Multiple Translations updated by Weblate
  • ea86d14 Fixed: Normalize unicode characters when comparing paths for equality
  • 2429dd9 Allow GetFileSize to follow symlinks
  • a752476 Fixed: Allow files to be moved from Torrent Blackhole even when remove is disabled
  • 50ce480 Pin ReportGenerator in Azure Pipelines for .NET 6
  • 0ef6e56 Multiple Translations updated by Weblate
  • 12d5014 New: Track Kometa metadata files [ #​10059, #​10419, #​10311 ]
  • c8301d4 Fix translation token for Mount Health Check
  • b1df9b2 Automated API Docs update
See More
  • ff09da3 New: Filter queue by status [ #​10648 ]
  • 3b9bd69 New: Favorite folders in Manual Import [ #​10630 ]
  • 9ab3e6b Multiple Translations updated by Weblate
  • 86f4f86 Fixed: Filtering queue by multiple qualities [ #​10647 ]
  • 40d95a0 Sync coding style with upstream for join methods [ #​10637 ]
  • ca72483 Rename Manage Custom Formats to Manage Formats [ #​10629 ]
  • 10e3964 New: Use instance name in PWA manifest [ #​10625 ]
  • b22a86e New: Include source path with Webhook import event movie file [ #​10635 ]
  • 5976d66 New: Reject files during import that have no audio tracks [ #​10643 ]
  • b4eff4d Show a movie path as example in Mount Health Check [ #​10649 ]
  • 1414a09 New: Add individual edit to Manage Custom Formats
  • b30efd0 Use current time for cache break in development
  • def6950 Fixed: Use download client name for history column
  • f23c2db Increase retries for DebouncerFixture
  • 186e9cd Bump version to 5.15.1
  • 394f34e Fixed: Root folder existence for import lists and movie collections
  • d9f5082 Multiple Translations updated by Weblate
  • b550580 Fix file browser translations
  • 48a79eb Fixed: Loading queue with pending releases for deleted movies
  • b42f7e0 Fixed: Cleaning the French preposition 'à' from titles
  • 8f507ac Fixed: Parse "Català" and "Catalán" as Catalan
  • 06d54e0 Update JetBrains logos [ #​10603 ]
  • 3708d58 Fixed: Custom filtering movies by year [ #​10610 ]
  • 0049ccd Inherit trigger from pushed command models [ #​10592 ]
  • ab8a2d1 Improve message for grab errors due to no matching tags [ #​10593 ]
  • 25bb52b Use OperatingSystem class to get OS information
  • 63c6f70 Fixed: Changing movies to another root folder without moving files
  • 79cd626 Fixed: Status check for completed directories in Deluge
  • 879c872 Cleanse exceptions in event logs
  • d4993cf Bump version to 5.15.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 this update again.


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

This PR has been generated by Renovate Bot.

…15.1.9463)

Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
@bot-blake bot-blake bot requested a review from buroa as a code owner November 19, 2024 09:06
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Nov 19, 2024
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Nov 19, 2024

--- HelmRelease: media/radarr Deployment: media/radarr

+++ HelmRelease: media/radarr Deployment: media/radarr

@@ -87,13 +87,13 @@

           value: develop
         - name: TZ
           value: America/Chicago
         envFrom:
         - secretRef:
             name: radarr-secret
-        image: ghcr.io/buroa/radarr-develop:5.15.0.9412@sha256:e1624aeec3060513ec6ae4b35f63c65bd050d50593bbf466dcac5ae9e9c74626
+        image: ghcr.io/buroa/radarr-develop:5.15.1.9463@sha256:9dc314f546e8f0bd7f5ba532615ecb47a6e91ec9b459bfb90879ead4d59976a5
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 7878
           initialDelaySeconds: 0

@bot-blake
Copy link
Contributor Author

bot-blake bot commented Nov 19, 2024

--- kubernetes/apps/media/radarr/app Kustomization: flux-system/radarr HelmRelease: media/radarr

+++ kubernetes/apps/media/radarr/app Kustomization: flux-system/radarr HelmRelease: media/radarr

@@ -44,13 +44,13 @@

               TZ: America/Chicago
             envFrom:
             - secretRef:
                 name: radarr-secret
             image:
               repository: ghcr.io/buroa/radarr-develop
-              tag: 5.15.0.9412@sha256:e1624aeec3060513ec6ae4b35f63c65bd050d50593bbf466dcac5ae9e9c74626
+              tag: 5.15.1.9463@sha256:9dc314f546e8f0bd7f5ba532615ecb47a6e91ec9b459bfb90879ead4d59976a5
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@buroa buroa merged commit dd0eefb into master Nov 19, 2024
8 checks passed
@buroa buroa deleted the renovate/ghcr.io-buroa-radarr-develop-5.x branch November 19, 2024 11:26
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 type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant