feat(audiobookshelf): update image docker.io/advplyr/audiobookshelf 2.33.2 → 2.34.0 (#47622)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | minor | `a44ed89` → `4143292` | --- > [!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.34.0`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.34.0) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.33.2...v2.34.0) ##### 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. ##### Added - Japanese language and Japan as podcast search region by [@​na3shkw](https://redirect.github.com/na3shkw) in [#​5211](https://redirect.github.com/advplyr/audiobookshelf/issues/5211) - Autocomplete attributes on login and setup fields for password manager support by [@​meek2100](https://redirect.github.com/meek2100) in [#​5089](https://redirect.github.com/advplyr/audiobookshelf/issues/5089) ##### Fixed - Recent episodes not updating from cache when media progress changes in [#​5159](https://redirect.github.com/advplyr/audiobookshelf/issues/5159) - Error logging when a podcast's auto-download schedule has an invalid cron expression ##### Changed - Public media item shares: use start time passed in query parameter for existing sessions by [@​pjkottke](https://redirect.github.com/pjkottke) in [#​5163](https://redirect.github.com/advplyr/audiobookshelf/issues/5163) - Podcast episode downloads use SSRF filtering on the HTTP request (matches other external requests) - Podcast create and update validate the auto-download schedule cron expression and sanitizes the HTML description - Playlists, collections, and library item batch API routes enforce library and per-item access - More strings translated - Belarusian by [@​pavel-miniutka](https://redirect.github.com/pavel-miniutka) - Hungarian by [@​ugyes](https://redirect.github.com/ugyes) - Japanese by [@​na3shkw](https://redirect.github.com/na3shkw) ##### Internal - ApiCacheManager test coverage for recent-episodes cache invalidation #### New Contributors - [@​pjkottke](https://redirect.github.com/pjkottke) made their first contribution in [#​5163](https://redirect.github.com/advplyr/audiobookshelf/pull/5163) - [@​meek2100](https://redirect.github.com/meek2100) made their first contribution in [#​5089](https://redirect.github.com/advplyr/audiobookshelf/pull/5089) - [@​na3shkw](https://redirect.github.com/na3shkw) made their first contribution in [#​5211](https://redirect.github.com/advplyr/audiobookshelf/pull/5211) **Full Changelog**: <https://github.com/advplyr/audiobookshelf/compare/v2.33.2...v2.34.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9hdWRpb2Jvb2tzaGVsZiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.2
|
||||
appVersion: 2.34.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.6
|
||||
@@ -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.2
|
||||
version: 13.2.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/advplyr/audiobookshelf
|
||||
tag: 2.33.2@sha256:a44ed89b3e845faa1f7d353f2cc89b2fcd8011737dd14075fa963cf9468da3a5
|
||||
tag: 2.34.0@sha256:4143292c530f6ac6700afd13360c04f477e4f1a81c1c97c4224b1c7e4330c5c4
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user