From 27b330182f139695bbe5e8b002a872fa84872052 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 12 Feb 2025 14:23:40 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/advpl?= =?UTF-8?q?yr/audiobookshelf=202.19.0=20=E2=86=92=202.19.1=20(#31960)?= 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) | patch | `46f36b2` -> `c6dba58` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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.19.1`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.19.1) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.19.0...v2.19.1) ##### Fixed - Security issue for remote authentication bypass by [@​mikiher](https://redirect.github.com/mikiher) in [#​3963](https://redirect.github.com/advplyr/audiobookshelf/issues/3963) (thanks [@​swiftbird07](https://redirect.github.com/swiftbird07)) - Batch update after mapping empty fields shows no update necessary [#​3938](https://redirect.github.com/advplyr/audiobookshelf/issues/3938) - Users with update permissions unable to remove books from collections [#​3947](https://redirect.github.com/advplyr/audiobookshelf/issues/3947) - Server crash when feed cover image is requested and doesn't exist - UI/UX: Book/episode edit modals: Next/prev buttons don't update contents of rich textarea when focused [#​3951](https://redirect.github.com/advplyr/audiobookshelf/issues/3951) in [#​3954](https://redirect.github.com/advplyr/audiobookshelf/issues/3954) - UI/UX: Episode edit modal: Next/prev buttons causes 500 error (when opened on home page) (see [#​3954](https://redirect.github.com/advplyr/audiobookshelf/issues/3954)) ##### Changed - Performance improvement: book library page queries for title and addedAt sort [#​2073](https://redirect.github.com/advplyr/audiobookshelf/issues/2073) by [@​mikiher](https://redirect.github.com/mikiher) in [#​3952](https://redirect.github.com/advplyr/audiobookshelf/issues/3952) - Requests for podcast feeds includes `'Accept-Encoding': 'gzip, compress, deflate'` header [#​3885](https://redirect.github.com/advplyr/audiobookshelf/issues/3885) by [@​Vynce](https://redirect.github.com/Vynce) in [#​3941](https://redirect.github.com/advplyr/audiobookshelf/issues/3941) - Better parsing of name strings with single name authors when using semicolon delimiter (and no commas) [#​3940](https://redirect.github.com/advplyr/audiobookshelf/issues/3940) - UI/UX: Trim whitespace on blur from text inputs in book/podcast/episode edit modals and batch edit page [#​3943](https://redirect.github.com/advplyr/audiobookshelf/issues/3943) in [#​3946](https://redirect.github.com/advplyr/audiobookshelf/issues/3946) - UI/UX: Book rich text description is now resizable [#​3928](https://redirect.github.com/advplyr/audiobookshelf/issues/3928) by [@​mikiher](https://redirect.github.com/mikiher) in [#​3929](https://redirect.github.com/advplyr/audiobookshelf/issues/3929) - UI/UX: Collection/Playlist and Batch Quick Match modals bg color consistent with other modals - UI/UX: View feed modal on feed config page now shows feed episodes in order of pubDate - More strings translated - Belarusian by [@​i-Nosferatu-i](https://redirect.github.com/i-Nosferatu-i) - Croatian by [@​biuklija](https://redirect.github.com/biuklija) - Dutch by [@​Pepsicola1995](https://redirect.github.com/Pepsicola1995) - German by [@​JBlond](https://redirect.github.com/JBlond) - Italian by [@​burghy86](https://redirect.github.com/burghy86) - Swedish by [@​Cotignac](https://redirect.github.com/Cotignac) ##### Internal - ROUTER_BASE_PATH env variable uses nullish coalescing operator by [@​devnoname120](https://redirect.github.com/devnoname120) in [#​3958](https://redirect.github.com/advplyr/audiobookshelf/issues/3958) #### New Contributors - [@​Vynce](https://redirect.github.com/Vynce) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/3941](https://redirect.github.com/advplyr/audiobookshelf/pull/3941) **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.19.0...v2.19.1
--- ### 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). Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- 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 6f912614fbb..1a7130304ca 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.19.0 +appVersion: 2.19.1 dependencies: - name: common version: 25.4.10 @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - https://hub.docker.com/r/advplyr/audiobookshelf type: application -version: 11.14.0 +version: 11.14.1 diff --git a/charts/stable/audiobookshelf/values.yaml b/charts/stable/audiobookshelf/values.yaml index 487e40f5e9b..abcc70e7aa9 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.19.0@sha256:46f36b2f533e30347ae6d1e35ede6dc805a8d82211e26c4eee1f8f99cc245d48 + tag: 2.19.1@sha256:c6dba58fe5437df4cec06638e9b121d69f88d8da4c92b606a4ffcccef3632b32 pullPolicy: IfNotPresent securityContext: container: