From c41db46fcb8082811b67a4c322115c6af7637084 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 18 May 2025 16:48:18 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/advpl?= =?UTF-8?q?yr/audiobookshelf=202.21.0=20=E2=86=92=202.23.0=20(#35445)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | minor | `e9b8f06` -> `2d8bee3` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
advplyr/audiobookshelf (docker.io/advplyr/audiobookshelf) ### [`v2.23.0`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.23.0) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.22.0...v2.23.0) ##### Added - Support for searching episode titles in podcast libraries [#​3301](https://redirect.github.com/advplyr/audiobookshelf/issues/3301) in [#​4293](https://redirect.github.com/advplyr/audiobookshelf/issues/4293) - Support listening on unix socket [#​3819](https://redirect.github.com/advplyr/audiobookshelf/issues/3819) by [@​balki](https://redirect.github.com/balki) in [#​4166](https://redirect.github.com/advplyr/audiobookshelf/issues/4166) ##### Fixed - Docker image not including nunicode in [#​4299](https://redirect.github.com/advplyr/audiobookshelf/issues/4299) ##### Changed - More strings translated - Arabic by [@​UsamaFoad](https://redirect.github.com/UsamaFoad) - Catalan by [@​fitojb](https://redirect.github.com/fitojb) - Croatian by [@​biuklija](https://redirect.github.com/biuklija) - German by [@​cebo29](https://redirect.github.com/cebo29) - Russian by [@​renesat](https://redirect.github.com/renesat) - Slovak by [@​pecer](https://redirect.github.com/pecer) - Slovenian by [@​thehijacker](https://redirect.github.com/thehijacker) - Spanish by [@​fitojb](https://redirect.github.com/fitojb) - Ukrainian by [@​Maksim2005UA](https://redirect.github.com/Maksim2005UA) #### New Contributors - [@​balki](https://redirect.github.com/balki) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/4166](https://redirect.github.com/advplyr/audiobookshelf/pull/4166) **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.22.0...v2.23.0 ### [`v2.22.0`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.22.0) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.21.0...v2.22.0) ##### Added - Audiobook chapter lookup support for removing Audible intro/outro branding [#​4152](https://redirect.github.com/advplyr/audiobookshelf/issues/4152) by [@​Vito0912](https://redirect.github.com/Vito0912) in [#​4226](https://redirect.github.com/advplyr/audiobookshelf/issues/4226) - API: New endpoint for direct playing audio files using session ID (now preferred method see [#​4263](https://redirect.github.com/advplyr/audiobookshelf/issues/4263)) [#​4259](https://redirect.github.com/advplyr/audiobookshelf/issues/4259) in [#​4263](https://redirect.github.com/advplyr/audiobookshelf/issues/4263) ##### Fixed - Server crash when updating the "Ignore prefixes when sorting" setting [#​4221](https://redirect.github.com/advplyr/audiobookshelf/issues/4221) in [#​4234](https://redirect.github.com/advplyr/audiobookshelf/issues/4234) - .ignore file causing ignores outside the directory by [@​nschum](https://redirect.github.com/nschum) in [#​4261](https://redirect.github.com/advplyr/audiobookshelf/issues/4261) - Users without access to any book in a series still able to find the series in search results [#​3736](https://redirect.github.com/advplyr/audiobookshelf/issues/3736) - UI/UX: Share audio player track bar tooltip overflowing page (now hidden on mobile) in [#​4241](https://redirect.github.com/advplyr/audiobookshelf/issues/4241) - API: Library stats endpoint returning null instead of 0 for some stats [#​4251](https://redirect.github.com/advplyr/audiobookshelf/issues/4251) ##### Changed - Audiobook m4b encoder uses smarter presets for codec, bitrate and channels [#​4169](https://redirect.github.com/advplyr/audiobookshelf/issues/4169) [#​1257](https://redirect.github.com/advplyr/audiobookshelf/issues/1257) in [#​4253](https://redirect.github.com/advplyr/audiobookshelf/issues/4253) - Improve Year in Review display logic by [@​josh-vin](https://redirect.github.com/josh-vin) in [#​4240](https://redirect.github.com/advplyr/audiobookshelf/issues/4240) - Improve file watcher to re-scan library items when non-media file only updates are made [#​4245](https://redirect.github.com/advplyr/audiobookshelf/issues/4245) in [#​4249](https://redirect.github.com/advplyr/audiobookshelf/issues/4249) - Podcast episode table uses a secondary sort when sorting [#​4262](https://redirect.github.com/advplyr/audiobookshelf/issues/4262) in [#​4270](https://redirect.github.com/advplyr/audiobookshelf/issues/4270) - M4b encoder option is now shown for all audiobooks (previously hidden for single file m4b audiobooks) in [#​4274](https://redirect.github.com/advplyr/audiobookshelf/issues/4274) - UI/UX: Audiobook tools page revamped in [#​4253](https://redirect.github.com/advplyr/audiobookshelf/issues/4253) - UI/UX: Authentication config page shows "restart server" message when OIDC is enabled [#​4064](https://redirect.github.com/advplyr/audiobookshelf/issues/4064) - API: HLS stream endpoint no longer requires user token in URL in [#​4266](https://redirect.github.com/advplyr/audiobookshelf/issues/4266) - More strings translated - Catalan by [@​fitojb](https://redirect.github.com/fitojb) - Finnish by [@​SUPERHAMSTERI](https://redirect.github.com/SUPERHAMSTERI) - German by [@​Azorimor](https://redirect.github.com/Azorimor) - Italian by [@​burghy86](https://redirect.github.com/burghy86) - Russian by [@​thatguy7](https://redirect.github.com/thatguy7) - Slovak by [@​pecer](https://redirect.github.com/pecer) [@​jborza](https://redirect.github.com/jborza) - Slovenian by [@​thehijacker](https://redirect.github.com/thehijacker) - Spanish by [@​fitojb](https://redirect.github.com/fitojb) - Ukrainian by [@​Maksim2005UA](https://redirect.github.com/Maksim2005UA) ##### Internal - Reduce docker image size by [@​pinjeff](https://redirect.github.com/pinjeff) in [#​4150](https://redirect.github.com/advplyr/audiobookshelf/issues/4150) #### New Contributors - [@​josh-vin](https://redirect.github.com/josh-vin) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/4240](https://redirect.github.com/advplyr/audiobookshelf/pull/4240) - [@​nschum](https://redirect.github.com/nschum) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/4261](https://redirect.github.com/advplyr/audiobookshelf/pull/4261) - [@​pinjeff](https://redirect.github.com/pinjeff) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/4150](https://redirect.github.com/advplyr/audiobookshelf/pull/4150) **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.21.0...v2.22.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/audiobookshelf/Chart.yaml | 4 ++-- charts/stable/audiobookshelf/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index afc708ee99b..d981cf70e10 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.21.0 +appVersion: 2.23.0 dependencies: - name: common version: 25.4.10 @@ -35,5 +35,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - https://hub.docker.com/r/advplyr/audiobookshelf type: application -version: 11.17.0 +version: 11.18.0 diff --git a/charts/stable/audiobookshelf/values.yaml b/charts/stable/audiobookshelf/values.yaml index b22e9e7d644..e7cb2b81a8e 100644 --- a/charts/stable/audiobookshelf/values.yaml +++ b/charts/stable/audiobookshelf/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.io/advplyr/audiobookshelf - tag: 2.21.0@sha256:e9b8f06b77e2fd5b5e5e94b872c16a965923cef8e7441b5bc0abca5c29c0a035 + tag: 2.23.0@sha256:2d8bee3e87e860d67e11e13b5c42d97cb1fe071de53dea5502b3a9292e75e024 pullPolicy: IfNotPresent securityContext: container: