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 #209

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 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 - "on saturday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Jan 4, 2025

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

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

@@ -39,13 +39,13 @@

               AUDIOBOOKSHELF_UID: 105000
               CONFIG_PATH: /config
               METADATA_PATH: /config/metadata
               TZ: America/Toronto
             image:
               repository: ghcr.io/advplyr/audiobookshelf
-              tag: 2.17.5
+              tag: 2.17.7
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

Copy link

github-actions bot commented Jan 4, 2025

--- HelmRelease: media/audiobookshelf Deployment: media/audiobookshelf

+++ HelmRelease: media/audiobookshelf Deployment: media/audiobookshelf

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

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

@srliao srliao merged commit 864fa88 into main Jan 6, 2025
3 checks passed
@srliao srliao deleted the renovate/ghcr.io-advplyr-audiobookshelf-2.x branch January 6, 2025 04:31
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.

1 participant