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 image ghcr.io/advplyr/audiobookshelf to v2.17.7 #601

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/advplyr/audiobookshelf patch 2.17.5 -> 2.17.7

Release Notes

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

v2.17.7

Compare Source

Fixed
  • Feed episode IDs changing anytime the feed is refreshed #​3757. See #​3772
  • Feed not being refreshed in some cases. See #​3772
  • Share media player not using the media session API #​3768. See #​3769
  • UI/UX: User stats heatmap day color tints using entire listening history as range instead of just the last year
  • UI/UX: User stats heatmap caption incorrect. See #​3773
Changed
  • Performance update for library page queries by @​mikiher in #​3767
  • Migrate to new Collection and Playlist models and remove old. See #​3761 #​3766
  • Support for EXP_PROXY_SUPPORT env variable as a workaround to #​1313 by @​maxlajoie99 in #​3770
  • UI/UX: Remove unnecessary toasts when creating and adding/removing items from playlists and collections
  • UI/UX: Accessibility update for book, author and series cards to use div elements instead of article #​2268
  • More strings translated

New Contributors

Full Changelog: advplyr/audiobookshelf@v2.17.6...v2.17.7

v2.17.6

Compare Source

Added
Fixed
  • Quick match w/ override enabled does not remove empty series or authors #​3743
  • Podcast download queue page not available as a tab on mobile screens #​3719
  • Downloading podcast episode when file extension is mp3 but enclosure type is not mp3 (workaround for incorrect RSS feed) #​3711
  • File watcher ignores dot files but still polls them #​3230
  • UI/UX: RSS feed preview config page cover image aspect ratio broken on Safari #​3748 by @​nichwall in #​3751
Changed

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Jan 5, 2025

--- HelmRelease: entertainment/audiobookshelf Deployment: entertainment/audiobookshelf

+++ HelmRelease: entertainment/audiobookshelf Deployment: entertainment/audiobookshelf

@@ -62,13 +62,13 @@

         - name: AUDIOBOOKSHELF_UID
           value: '568'
         - name: CONFIG_PATH
           value: /config
         - name: METADATA_PATH
           value: /config/metadata
-        image: ghcr.io/advplyr/audiobookshelf:2.17.5@sha256:aa88c9f4652872a2a72043511a87d17ec743b60f53e8024e9868ebec5aae59bd
+        image: ghcr.io/advplyr/audiobookshelf:2.17.7@sha256:7fa2fe64529955b20d916d62d96919d73b08fe8e3473c220d439da367117d171
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthcheck
             port: 80
           initialDelaySeconds: 0

Copy link

github-actions bot commented Jan 5, 2025

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

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

@@ -50,13 +50,13 @@

               AUDIOBOOKSHELF_GID: 568
               AUDIOBOOKSHELF_UID: 568
               CONFIG_PATH: /config
               METADATA_PATH: /config/metadata
             image:
               repository: ghcr.io/advplyr/audiobookshelf
-              tag: 2.17.5@sha256:aa88c9f4652872a2a72043511a87d17ec743b60f53e8024e9868ebec5aae59bd
+              tag: 2.17.7@sha256:7fa2fe64529955b20d916d62d96919d73b08fe8e3473c220d439da367117d171
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants