fix(audiobookshelf): update image docker.io/advplyr/audiobookshelf 2.33.1 → 2.33.2 (#47256)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | patch | `a4a5841` → `a44ed89` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>advplyr/audiobookshelf (docker.io/advplyr/audiobookshelf)</summary> ### [`v2.33.2`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.33.2) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.33.1...v2.33.2) ##### Important: New authentication system was added in [v2.26.0](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.26.0). See <https://redirect.github.com/advplyr/audiobookshelf/discussions/4460> for details. ##### Fixed - Matroska audiobooks (`.mka`) with the Opus codec failing to play in web client by [@​rktjmp](https://redirect.github.com/rktjmp) in [#​5115](https://redirect.github.com/advplyr/audiobookshelf/issues/5115) - UI/UX: Share player not using libraries cover aspect ratio setting - Backup uploads leaving temporary files behind when the uploaded file failed validation - Path traversal check on the filesystem path-exists endpoint not handling all edge cases ##### Changed - Bulk download endpoint now ensures all requested items belong to the library being requested - Backup load and upload now validate the backup `details` entry exists and is within a reasonable size limit - Podcast create endpoint validates that the podcast path is inside the selected library folder - Author and library item cover image endpoints now clamp width/height query params to a maximum of 4096 - Podcast episode subtitles parsed from RSS feeds are now sanitized for HTML - `author_updated`/`author_added` socket events emitted when updating authors in the book details edit modal by [@​mikiher](https://redirect.github.com/mikiher) in [#​5158](https://redirect.github.com/advplyr/audiobookshelf/issues/5158) - `item_removed` socket event payload now includes `libraryId` so clients can ignore events for other libraries by [@​mikiher](https://redirect.github.com/mikiher) in [#​5160](https://redirect.github.com/advplyr/audiobookshelf/issues/5160) - More strings translated - Belarusian by [@​pavel-miniutka](https://redirect.github.com/pavel-miniutka) - Bulgarian by [@​lembata](https://redirect.github.com/lembata) - German by [@​JBlond](https://redirect.github.com/JBlond) [@​LaurinSorgend](https://redirect.github.com/LaurinSorgend) - Italian by [@​tizio04](https://redirect.github.com/tizio04) - Russian by [@​Hopelite](https://redirect.github.com/Hopelite) [@​vmakeev](https://redirect.github.com/vmakeev) - Spanish by [@​cyphra](https://redirect.github.com/cyphra) #### New Contributors - [@​rktjmp](https://redirect.github.com/rktjmp) made their first contribution in [#​5115](https://redirect.github.com/advplyr/audiobookshelf/pull/5115) **Full Changelog**: <https://github.com/advplyr/audiobookshelf/compare/v2.33.1...v2.33.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9hdWRpb2Jvb2tzaGVsZiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.33.1
|
||||
appVersion: 2.33.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.0
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/audiobookshelf
|
||||
- https://hub.docker.com/r/advplyr/audiobookshelf
|
||||
type: application
|
||||
version: 13.1.0
|
||||
version: 13.1.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/advplyr/audiobookshelf
|
||||
tag: 2.33.1@sha256:a4a5841bba093d81e5f4ad1eaedb4da3fda6dbb2528c552349da50ad1f7ae708
|
||||
tag: 2.33.2@sha256:a44ed89b3e845faa1f7d353f2cc89b2fcd8011737dd14075fa963cf9468da3a5
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user