fix(booklore): update image ghcr.io/booklore-app/booklore v1.16.1 → v1.16.2 (#43274)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/booklore-app/booklore](https://redirect.github.com/booklore-app/booklore) | patch | `edf44e0` -> `a1a05bf` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary> ### [`v1.16.2`](https://redirect.github.com/booklore-app/booklore/releases/tag/v1.16.2) [Compare Source](https://redirect.github.com/booklore-app/booklore/compare/v1.16.1...v1.16.2) #### 🌟 What's New in v1.16.2 #### ✨ Enhancements - fix(ui): update tasks last run time to include timezone information ([#​2047](https://redirect.github.com/booklore-app/booklore/issues/2047)) by [@​CounterClops](https://redirect.github.com/CounterClops) - feat(api): add healthcheck endpoint for monitoring health from Docker/Podman ([#​2024](https://redirect.github.com/booklore-app/booklore/issues/2024)) by [@​davejlong](https://redirect.github.com/davejlong) - fix(metadata): cover no longer fails to extract with invalid zip files ([#​2012](https://redirect.github.com/booklore-app/booklore/issues/2012)) by [@​MightyHalfGinger](https://redirect.github.com/MightyHalfGinger) - fix(bookdrop): improve pattern extractor date extraction ([#​2032](https://redirect.github.com/booklore-app/booklore/issues/2032)) by [@​CounterClops](https://redirect.github.com/CounterClops) - feat(cover-search): trigger search automatically when form is valid after autofill ([#​2035](https://redirect.github.com/booklore-app/booklore/issues/2035)) by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) #### 🐛 Bug Fixes - fix(upload): truncate long filenames to safe length while preserving extension for bookdrop and additional files ([#​2059](https://redirect.github.com/booklore-app/booklore/issues/2059)) by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) - fix(cbz): exclude macOS metadata and hidden files from image extraction ([#​2056](https://redirect.github.com/booklore-app/booklore/issues/2056)) by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) - fix(upload): preserve original filename as title when metadata extraction returns temp file name ([#​2053](https://redirect.github.com/booklore-app/booklore/issues/2053)) by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) - fix(metadata-viewer): show only allowed other actions and localize amazon link ([#​2031](https://redirect.github.com/booklore-app/booklore/issues/2031)) by [@​xcashy](https://redirect.github.com/xcashy) - fix(metadata): add null handling for MetadataRefreshService and improve default initialization in MetadataRefreshOptions ([#​2034](https://redirect.github.com/booklore-app/booklore/issues/2034)) by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) #### 🛠️ Refactoring & Maintenance - refactor(api): remove unused imports/fields, pre-compile regex patterns, use EnumMap for enum keys ([#​2036](https://redirect.github.com/booklore-app/booklore/issues/2036)) by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) - Refine telemetry ([#​2054](https://redirect.github.com/booklore-app/booklore/issues/2054)) by [@​acx10](https://redirect.github.com/acx10) - Allow hash in file naming pattern ([#​2062](https://redirect.github.com/booklore-app/booklore/issues/2062)) by [@​acx10](https://redirect.github.com/acx10) #### 📖 Documentation - Change the official domain from booklore.dev to booklore.org ([#​2046](https://redirect.github.com/booklore-app/booklore/issues/2046)) by [@​acx10](https://redirect.github.com/acx10) ##### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v1.16.2` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.16.2` **Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.16.1...v1.16.2> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYm9va2xvcmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.16.1
|
||||
appVersion: 1.16.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -45,5 +45,5 @@ sources:
|
||||
- https://github.com/booklore-app/booklore
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/booklore
|
||||
type: application
|
||||
version: 1.9.2
|
||||
version: 1.9.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/booklore-app/booklore
|
||||
tag: v1.16.1@sha256:edf44e05cd33c2c19da139c8bf3ce302513e3d31e524be331989d64c67e92a96
|
||||
tag: v1.16.2@sha256:a1a05bf6e8c62a84e0b3d4ad70e179cce3ddbd4c1687269b32c2097ff5ee072f
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user