chore(helm): update image advplyr/audiobookshelf 2.15.0 → 2.15.1 (#27998)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [advplyr/audiobookshelf](https://redirect.github.com/advplyr/audiobookshelf) | patch | `91564c3` -> `9096480` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>advplyr/audiobookshelf (advplyr/audiobookshelf)</summary> ### [`v2.15.1`](https://redirect.github.com/advplyr/audiobookshelf/releases/tag/v2.15.1) [Compare Source](https://redirect.github.com/advplyr/audiobookshelf/compare/v2.15.0...v2.15.1) ##### Fixed - Potential database corruptions from NOCASE indexes (migration) [#​3276](https://redirect.github.com/advplyr/audiobookshelf/issues/3276) by [@​mikiher](https://redirect.github.com/mikiher) in [#​3533](https://redirect.github.com/advplyr/audiobookshelf/issues/3533) - Next/previous chapter behavior on public share player by [@​mikiher](https://redirect.github.com/mikiher) in [#​3508](https://redirect.github.com/advplyr/audiobookshelf/issues/3508) - Ignore dot files in migrations folder [#​3510](https://redirect.github.com/advplyr/audiobookshelf/issues/3510) - Book library published decade filter by [@​glorenzen](https://redirect.github.com/glorenzen) in [#​3518](https://redirect.github.com/advplyr/audiobookshelf/issues/3518) - Extracting cover image from audio file with multiple images [#​2316](https://redirect.github.com/advplyr/audiobookshelf/issues/2316) by [@​asoluter](https://redirect.github.com/asoluter) in [#​3529](https://redirect.github.com/advplyr/audiobookshelf/issues/3529) ##### Changed - Localization for missing strings [#​3513](https://redirect.github.com/advplyr/audiobookshelf/issues/3513) by [@​nichwall](https://redirect.github.com/nichwall) in [#​3520](https://redirect.github.com/advplyr/audiobookshelf/issues/3520) - More strings translated - Croatian by [@​biuklija](https://redirect.github.com/biuklija) - Dutch by [@​matieke](https://redirect.github.com/matieke) - German by [@​alexanderkuenzel](https://redirect.github.com/alexanderkuenzel) [@​Vito0912](https://redirect.github.com/Vito0912) [@​Dalabad](https://redirect.github.com/Dalabad) - Italian by [@​burghy86](https://redirect.github.com/burghy86) - Polish by [@​ahetek](https://redirect.github.com/ahetek) - Simplified Chinese by [@​springsunx](https://redirect.github.com/springsunx) - Spanish by [@​apineiro97](https://redirect.github.com/apineiro97) [@​diamondtipdr](https://redirect.github.com/diamondtipdr) ##### Internal - Readme: add client_max_body_size parameter in nginx config by [@​koralowiec](https://redirect.github.com/koralowiec) in [#​3514](https://redirect.github.com/advplyr/audiobookshelf/issues/3514) - Fixes and cleanup for subdirectory serving support by [@​mikiher](https://redirect.github.com/mikiher) in [#​3521](https://redirect.github.com/advplyr/audiobookshelf/issues/3521) [#​3530](https://redirect.github.com/advplyr/audiobookshelf/issues/3530) #### New Contributors - [@​koralowiec](https://redirect.github.com/koralowiec) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/3514](https://redirect.github.com/advplyr/audiobookshelf/pull/3514) - [@​asoluter](https://redirect.github.com/asoluter) made their first contribution in [https://github.com/advplyr/audiobookshelf/pull/3529](https://redirect.github.com/advplyr/audiobookshelf/pull/3529) **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.15.0...v2.15.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.0
|
||||
appVersion: 2.15.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.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.7.0
|
||||
version: 11.7.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: advplyr/audiobookshelf
|
||||
tag: 2.15.0@sha256:91564c31204f09b2a9be63e4d3a4d553087df775ece6c99dcd931b3c4a0ff951
|
||||
tag: 2.15.1@sha256:9096480cb2b8cbfb3da155ea3cea5e9bfd4f3c2aae6196225c5b26d31bad1a99
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user