feat(audiobookshelf): update image docker.io/advplyr/audiobookshelf 2.34.0 → 2.35.0 (#48316)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | minor | `4143292` → `89276ff` | --- > [!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.35.0`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.35.0) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.34.0...v2.35.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 - Access token refresh grace period (fixes frequently needing to re-login) [#​4630](https://redirect.github.com/advplyr/audiobookshelf/issues/4630) by [@​nichwall](https://redirect.github.com/nichwall) in [#​5004](https://redirect.github.com/advplyr/audiobookshelf/issues/5004) ##### Fixed - Listening sessions from Android app showing device name as `Abs iOS` - RSS feeds serving m4b files with incorrect Content-Type [#​5041](https://redirect.github.com/advplyr/audiobookshelf/issues/5041) by [@​brandonfhall](https://redirect.github.com/brandonfhall) in [#​5221](https://redirect.github.com/advplyr/audiobookshelf/issues/5221) ##### Changed - Book & podcast descriptions from audio files are sanitized - `cancel_scan` and `set_log_listener` socket events validate account type and log level - More strings translated - Belarusian by [@​pavel-miniutka](https://redirect.github.com/pavel-miniutka) - Polish by [@​TheMatrixan](https://redirect.github.com/TheMatrixan) #### New Contributors - [@​brandonfhall](https://redirect.github.com/brandonfhall) made their first contribution in [#​5221](https://redirect.github.com/advplyr/audiobookshelf/pull/5221) **Full Changelog**: <https://github.com/advplyr/audiobookshelf/compare/v2.34.0...v2.35.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.34.0
|
||||
appVersion: 2.35.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -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.4.0
|
||||
version: 13.5.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/advplyr/audiobookshelf
|
||||
tag: 2.34.0@sha256:4143292c530f6ac6700afd13360c04f477e4f1a81c1c97c4224b1c7e4330c5c4
|
||||
tag: 2.35.0@sha256:89276ff2e0b3d2f07dd334b641f27a34ab7f02e1047c60b7b8a30126cb0813a5
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user