HomeOps icon indicating copy to clipboard operation
HomeOps copied to clipboard

feat(container): update ghcr.io/advplyr/audiobookshelf ( 2.14.0 → 2.15.0 )

Open unsc-oni-ancilla[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Update Change
ghcr.io/advplyr/audiobookshelf minor 2.14.0 -> 2.15.0

Release Notes

advplyr/audiobookshelf (ghcr.io/advplyr/audiobookshelf)

v2.15.0

Compare Source

Added
Fixed
  • Unicode handling for author and series queries by @​thatguy7 in #​3491
  • Podcast episode batch mark as finished only showing for admin users #​3496
Changed
Internal

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.

unsc-oni-ancilla[bot] avatar Oct 12 '24 22:10 unsc-oni-ancilla[bot]

--- kubernetes/apps/default/audiobookshelf/app Kustomization: flux-system/audiobookshelf HelmRelease: default/audiobookshelf

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

@@ -46,13 +46,13 @@

               AUDIOBOOKSHELF_UID: 568
               CONFIG_PATH: /config
               METADATA_PATH: /config/metadata
               TZ: America/New_York
             image:
               repository: ghcr.io/advplyr/audiobookshelf
-              tag: 2.14.0
+              tag: 2.15.0
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

github-actions[bot] avatar Oct 12 '24 22:10 github-actions[bot]

--- HelmRelease: default/audiobookshelf Deployment: default/audiobookshelf

+++ HelmRelease: default/audiobookshelf Deployment: default/audiobookshelf

@@ -48,13 +48,13 @@

         - name: CONFIG_PATH
           value: /config
         - name: METADATA_PATH
           value: /config/metadata
         - name: TZ
           value: America/New_York
-        image: ghcr.io/advplyr/audiobookshelf:2.14.0
+        image: ghcr.io/advplyr/audiobookshelf:2.15.0
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthcheck
             port: 80
           initialDelaySeconds: 0

github-actions[bot] avatar Oct 12 '24 22:10 github-actions[bot]