chore(helm): update image docker.io/advplyr/audiobookshelf 2.19.4 → 2.19.5 (#32493)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | patch | `e12511a` -> `4d383bf` | --- > [!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.5`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.19.5) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.19.4...v2.19.5) ##### Fixed - Caching issue with library items page [#​4018](https://redirect.github.com/advplyr/audiobookshelf/issues/4018) by [@​mikiher](https://redirect.github.com/mikiher) in [#​4020](https://redirect.github.com/advplyr/audiobookshelf/issues/4020) - UI/UX: Long podcast author overflows in player by [@​smithmd](https://redirect.github.com/smithmd) in [#​3944](https://redirect.github.com/advplyr/audiobookshelf/issues/3944) - API: Get podcast library items endpoint when not including a limit query param [#​4014](https://redirect.github.com/advplyr/audiobookshelf/issues/4014) - API: Library delete, update and delete items with issues allowing calls from non-admin users by [@​Alexshch09](https://redirect.github.com/Alexshch09) in [#​4027](https://redirect.github.com/advplyr/audiobookshelf/issues/4027) ##### Changed - Improved scanner ignore logic [#​2399](https://redirect.github.com/advplyr/audiobookshelf/issues/2399) [#​1641](https://redirect.github.com/advplyr/audiobookshelf/issues/1641) by [@​nichwall](https://redirect.github.com/nichwall) in [#​4031](https://redirect.github.com/advplyr/audiobookshelf/issues/4031) - Custom metadata provider requests log the url [#​4004](https://redirect.github.com/advplyr/audiobookshelf/issues/4004) by [@​nichwall](https://redirect.github.com/nichwall) in [#​4034](https://redirect.github.com/advplyr/audiobookshelf/issues/4034) - UI/UX: Removing all items with issues redirects to library page [#​4022](https://redirect.github.com/advplyr/audiobookshelf/issues/4022) by [@​mikiher](https://redirect.github.com/mikiher) in [#​4037](https://redirect.github.com/advplyr/audiobookshelf/issues/4037) - More strings translated - Belarusian by [@​i-Nosferatu-i](https://redirect.github.com/i-Nosferatu-i) - Croatian by [@​milotype](https://redirect.github.com/milotype) [@​biuklija](https://redirect.github.com/biuklija) - Czech by [@​mickeynos](https://redirect.github.com/mickeynos) - German by [@​Vito0912](https://redirect.github.com/Vito0912) - Italian by [@​burghy86](https://redirect.github.com/burghy86) - Polish by [@​mraczka](https://redirect.github.com/mraczka) - Swedish by [@​Cotignac](https://redirect.github.com/Cotignac) - Ukrainian by [@​Maksim2005UA](https://redirect.github.com/Maksim2005UA) #### New Contributors - [@​smithmd](https://redirect.github.com/smithmd) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/3944](https://redirect.github.com/advplyr/audiobookshelf/pull/3944) - [@​Alexshch09](https://redirect.github.com/Alexshch09) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/4027](https://redirect.github.com/advplyr/audiobookshelf/pull/4027) **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.19.4...v2.19.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.19.4
|
||||
appVersion: 2.19.5
|
||||
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.4
|
||||
version: 11.14.5
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/advplyr/audiobookshelf
|
||||
tag: 2.19.4@sha256:e12511a64b9a7af3657889995f016f8757640169d174a83ce631cbf505a5dbca
|
||||
tag: 2.19.5@sha256:4d383bfd61135492ab3c52fe98550b9640e7d0791ed2a5e81c98e4087f5086d0
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user