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 <details> <summary>advplyr/audiobookshelf (docker.io/advplyr/audiobookshelf)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
image:
|
|
repository: docker.io/advplyr/audiobookshelf
|
|
tag: 2.19.1@sha256:c6dba58fe5437df4cec06638e9b121d69f88d8da4c92b606a4ffcccef3632b32
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10223
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/ping"
|
|
readiness:
|
|
path: "/ping"
|
|
startup:
|
|
path: "/ping"
|
|
env:
|
|
AUDIOBOOKSHELF_UID: "{{ .Values.securityContext.container.PUID }}"
|
|
AUDIOBOOKSHELF_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
TOKEN_SECRET:
|
|
secretKeyRef:
|
|
name: secrets
|
|
key: TOKEN_SECRET
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
audiobooks:
|
|
enabled: true
|
|
mountPath: /audiobooks
|
|
metadata:
|
|
enabled: true
|
|
mountPath: /metadata
|
|
portal:
|
|
open:
|
|
enabled: true
|