chore(helm): update image docker.io/advplyr/audiobookshelf 2.17.1 → 2.17.2 (#29681)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | patch | `c16dc18` -> `9e0a204` | --- > [!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.17.2`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.17.2) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.17.1...v2.17.2) ##### Fixed - Unable to edit book series sequence [#​3636](https://redirect.github.com/advplyr/audiobookshelf/issues/3636) - iOS unable to select m4b files in file picker [#​2690](https://redirect.github.com/advplyr/audiobookshelf/issues/2690) by [@​sevenlayercookie](https://redirect.github.com/sevenlayercookie) in [#​3632](https://redirect.github.com/advplyr/audiobookshelf/issues/3632) - Servers on v2.10.1 and below unable to upgrade to v2.17.0 and up (fixed migration file) ##### Changed - Persist podcast episode table sort and filter options in browser local storage [#​1321](https://redirect.github.com/advplyr/audiobookshelf/issues/1321) - UI/UX: Upload page cleaned up for mobile screen sizes - More strings translated - Arabic by [@​Terminal-Grasshopper](https://redirect.github.com/Terminal-Grasshopper) - Italian by [@​burghy86](https://redirect.github.com/burghy86) ##### Internal - PR Template by [@​nichwall](https://redirect.github.com/nichwall) in [#​3603](https://redirect.github.com/advplyr/audiobookshelf/issues/3603) #### New Contributors - [@​sevenlayercookie](https://redirect.github.com/sevenlayercookie) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/3632](https://redirect.github.com/advplyr/audiobookshelf/pull/3632) **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.17.1...v2.17.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.17.1
|
||||
appVersion: 2.17.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.7
|
||||
@@ -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.9.1
|
||||
version: 11.9.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/advplyr/audiobookshelf
|
||||
tag: 2.17.1@sha256:c16dc18875c0796b2a3094a008fd170c5c55bd430a8657a10d6d500f2e06d89b
|
||||
tag: 2.17.2@sha256:9e0a204b39212726cd6739a05bb81ce1b4f48a0d238c8a977a6192adf59cc55f
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user