chore(helm): update image docker.io/advplyr/audiobookshelf 2.16.0 → 2.16.1 (#28508)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | patch | `aa68163` -> `5825644` | 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.1`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.16.1) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.16.0...v2.16.1) ##### Fixed - Some libraries created with older versions of the server unable to update library settings [#​3559](https://redirect.github.com/advplyr/audiobookshelf/issues/3559) - Server crash when downloading files [#​3344](https://redirect.github.com/advplyr/audiobookshelf/issues/3344) by [@​mikiher](https://redirect.github.com/mikiher) in [#​3553](https://redirect.github.com/advplyr/audiobookshelf/issues/3553) ##### Changed - More strings translated - Chinese (Simplified) by [@​springsunx](https://redirect.github.com/springsunx) - Croatian by [@​biuklija](https://redirect.github.com/biuklija) - German by [@​Vito0912](https://redirect.github.com/Vito0912) - Hungarian by [@​nagyfrankie](https://redirect.github.com/nagyfrankie) - Russian by [@​Nab0y](https://redirect.github.com/Nab0y) **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.16.0...v2.16.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.16.0
|
||||
appVersion: 2.16.1
|
||||
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.8.0
|
||||
version: 11.8.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/advplyr/audiobookshelf
|
||||
tag: 2.16.0@sha256:aa68163c1c970d80cd471ef1bc2fd89294a25b88ce254fab8ed4f7ee7bc4d6f2
|
||||
tag: 2.16.1@sha256:5825644df5bb91b1da092edc2b49473e74ae8e2f7f35332fb6489a08c9694ccc
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user