HomeOps
HomeOps copied to clipboard
feat(container): update ghcr.io/advplyr/audiobookshelf ( 2.14.0 → 2.15.0 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/advplyr/audiobookshelf | minor | 2.14.0 -> 2.15.0 |
Release Notes
advplyr/audiobookshelf (ghcr.io/advplyr/audiobookshelf)
v2.15.0
Added
- Book library filter for published decade #3448 by @glorenzen in #3489
- Book library filter for missing chapters #3497
- Database constraint for unique series names in series table w/ migration (fixes #3207) by @nichwall in #3417
Fixed
- Unicode handling for author and series queries by @thatguy7 in #3491
- Podcast episode batch mark as finished only showing for admin users #3496
Changed
- Authors page lazy load and pagination by @mikiher in #3487
- Added missing localization #3495 by @nichwall in #3500
- UI/UX: Author images use object-cover by @mikiher in #3492
- API: /libraries/:id/authors accepts sorting, filtering and pagination query params by @mikiher in #3487
- More strings translated
- Bengali by @soaibsafi
- Croatian by @biuklija
- Dutch by @matieke
- German by @alexanderkuenzel @Dalabad
- Lithuanian by @petras-sukys
- Spanish by @diamondtipdr
Internal
- Use musl-based libnusqlite3 in Docker by @mikiher & @devnoname120 in #3488
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
--- kubernetes/apps/default/audiobookshelf/app Kustomization: flux-system/audiobookshelf HelmRelease: default/audiobookshelf
+++ kubernetes/apps/default/audiobookshelf/app Kustomization: flux-system/audiobookshelf HelmRelease: default/audiobookshelf
@@ -46,13 +46,13 @@
AUDIOBOOKSHELF_UID: 568
CONFIG_PATH: /config
METADATA_PATH: /config/metadata
TZ: America/New_York
image:
repository: ghcr.io/advplyr/audiobookshelf
- tag: 2.14.0
+ tag: 2.15.0
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3
--- HelmRelease: default/audiobookshelf Deployment: default/audiobookshelf
+++ HelmRelease: default/audiobookshelf Deployment: default/audiobookshelf
@@ -48,13 +48,13 @@
- name: CONFIG_PATH
value: /config
- name: METADATA_PATH
value: /config/metadata
- name: TZ
value: America/New_York
- image: ghcr.io/advplyr/audiobookshelf:2.14.0
+ image: ghcr.io/advplyr/audiobookshelf:2.15.0
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthcheck
port: 80
initialDelaySeconds: 0