chore(deps): update container image advplyr/audiobookshelf to v2.15.0@91564c3 by renovate (#27634)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | minor | `2.14.0` -> `2.15.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>advplyr/audiobookshelf (advplyr/audiobookshelf)</summary> ### [`v2.15.0`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.15.0) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.14.0...v2.15.0) ##### Added - Book library filter for published decade [#​3448](https://redirect.github.com/advplyr/audiobookshelf/issues/3448) by [@​glorenzen](https://redirect.github.com/glorenzen) in [#​3489](https://redirect.github.com/advplyr/audiobookshelf/issues/3489) - Book library filter for missing chapters [#​3497](https://redirect.github.com/advplyr/audiobookshelf/issues/3497) - Database constraint for unique series names in series table w/ migration (fixes [#​3207](https://redirect.github.com/advplyr/audiobookshelf/issues/3207)) by [@​nichwall](https://redirect.github.com/nichwall) in [#​3417](https://redirect.github.com/advplyr/audiobookshelf/issues/3417) ##### Fixed - Unicode handling for author and series queries by [@​thatguy7](https://redirect.github.com/thatguy7) in [#​3491](https://redirect.github.com/advplyr/audiobookshelf/issues/3491) - Podcast episode batch mark as finished only showing for admin users [#​3496](https://redirect.github.com/advplyr/audiobookshelf/issues/3496) ##### Changed - Authors page lazy load and pagination by [@​mikiher](https://redirect.github.com/mikiher) in [#​3487](https://redirect.github.com/advplyr/audiobookshelf/issues/3487) - Added missing localization [#​3495](https://redirect.github.com/advplyr/audiobookshelf/issues/3495) by [@​nichwall](https://redirect.github.com/nichwall) in [#​3500](https://redirect.github.com/advplyr/audiobookshelf/issues/3500) - UI/UX: Author images use object-cover by [@​mikiher](https://redirect.github.com/mikiher) in [#​3492](https://redirect.github.com/advplyr/audiobookshelf/issues/3492) - API: /libraries/:id/authors accepts sorting, filtering and pagination query params by [@​mikiher](https://redirect.github.com/mikiher) in [#​3487](https://redirect.github.com/advplyr/audiobookshelf/issues/3487) - More strings translated - Bengali by [@​soaibsafi](https://redirect.github.com/soaibsafi) - Croatian by [@​biuklija](https://redirect.github.com/biuklija) - Dutch by [@​matieke](https://redirect.github.com/matieke) - German by [@​alexanderkuenzel](https://redirect.github.com/alexanderkuenzel) [@​Dalabad](https://redirect.github.com/Dalabad) - Lithuanian by [@​petras-sukys](https://redirect.github.com/petras-sukys) - Spanish by [@​diamondtipdr](https://redirect.github.com/diamondtipdr) ##### Internal - Use musl-based libnusqlite3 in Docker by [@​mikiher](https://redirect.github.com/mikiher) & [@​devnoname120](https://redirect.github.com/devnoname120) in [#​3488](https://redirect.github.com/advplyr/audiobookshelf/issues/3488) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
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.14.0
|
||||
appVersion: 2.15.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -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.6.0
|
||||
version: 11.7.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: advplyr/audiobookshelf
|
||||
tag: 2.14.0@sha256:000b7d673d921a03a9168a87c82ba37c5cf3348ba6958fedc794f2b8ea4b0bf9
|
||||
tag: 2.15.0@sha256:91564c31204f09b2a9be63e4d3a4d553087df775ece6c99dcd931b3c4a0ff951
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user