From a700891412eea391437e62aa52105287556ff718 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 31 Dec 2025 05:59:58 +0100 Subject: [PATCH] =?UTF-8?q?fix(booklore):=20update=20image=20ghcr.io/bookl?= =?UTF-8?q?ore-app/booklore=20v1.16.1=20=E2=86=92=20v1.16.2=20(#43274)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
booklore-app/booklore (ghcr.io/booklore-app/booklore) ### [`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**:
--- ### 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. --- - [ ] 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). --- charts/stable/booklore/Chart.yaml | 4 ++-- charts/stable/booklore/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/booklore/Chart.yaml b/charts/stable/booklore/Chart.yaml index d0ddfaeca27..e7e7d26b18d 100644 --- a/charts/stable/booklore/Chart.yaml +++ b/charts/stable/booklore/Chart.yaml @@ -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 diff --git a/charts/stable/booklore/values.yaml b/charts/stable/booklore/values.yaml index 4dea3026fba..94d4f2f02c4 100644 --- a/charts/stable/booklore/values.yaml +++ b/charts/stable/booklore/values.yaml @@ -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: