chore(helm): update image docker.io/advplyr/audiobookshelf 2.15.1 → 2.16.0 (#28460)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | minor | `9096480` -> `aa68163` | 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.16.0`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.16.0) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.15.1...v2.16.0) ##### Added - Library setting to control when to mark items as finished (time remaining or percentage) [#​837](https://redirect.github.com/advplyr/audiobookshelf/issues/837) - User permission to allow users to create ereaders [#​1982](https://redirect.github.com/advplyr/audiobookshelf/issues/1982) by [@​laustindasauce](https://redirect.github.com/laustindasauce) in [#​3531](https://redirect.github.com/advplyr/audiobookshelf/issues/3531) ##### Fixed - Incorrect version shown as latest version when update is available ##### Changed - Embed metadata tool embeds `grouping` tag as semicolon delimited & support for parsing multiple series in `grouping` tag [#​3473](https://redirect.github.com/advplyr/audiobookshelf/issues/3473) - Improve performance w/ db migration for indexes (fixes [#​3259](https://redirect.github.com/advplyr/audiobookshelf/issues/3259) [#​3525](https://redirect.github.com/advplyr/audiobookshelf/issues/3525) [#​3237](https://redirect.github.com/advplyr/audiobookshelf/issues/3237)) by [@​nichwall](https://redirect.github.com/nichwall) in [#​3536](https://redirect.github.com/advplyr/audiobookshelf/issues/3536) - Localization for missing strings [#​3544](https://redirect.github.com/advplyr/audiobookshelf/issues/3544) - More strings translated - Croatian by [@​biuklija](https://redirect.github.com/biuklija) - Czech by [@​kuci-JK](https://redirect.github.com/kuci-JK) [@​Plazec](https://redirect.github.com/Plazec) - Dutch by [@​matieke](https://redirect.github.com/matieke) - German by [@​unbekannt3](https://redirect.github.com/unbekannt3) - Polish by [@​ahetek](https://redirect.github.com/ahetek) - Simplified Chinese by [@​springsunx](https://redirect.github.com/springsunx) #### New Contributors - [@​laustindasauce](https://redirect.github.com/laustindasauce) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/3531](https://redirect.github.com/advplyr/audiobookshelf/pull/3531) **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.15.1...v2.16.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.15.1
|
||||
appVersion: 2.16.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.5
|
||||
@@ -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.7.2
|
||||
version: 11.8.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/advplyr/audiobookshelf
|
||||
tag: 2.15.1@sha256:9096480cb2b8cbfb3da155ea3cea5e9bfd4f3c2aae6196225c5b26d31bad1a99
|
||||
tag: 2.16.0@sha256:aa68163c1c970d80cd471ef1bc2fd89294a25b88ce254fab8ed4f7ee7bc4d6f2
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user