From ccbf6de39d445a8712a9db2168cf0439243ae0bc Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 14 Feb 2026 20:28:21 +0100 Subject: [PATCH] =?UTF-8?q?fix(calibre-web):=20update=20image=20oci.truefo?= =?UTF-8?q?rge.org/containerforge/calibre-web=200.6.25=20=E2=86=92=200.6.2?= =?UTF-8?q?6=20(#44945)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/calibre-web](https://ghcr.io/trueforge-org/calibre-web) ([source](https://redirect.github.com/janeczku/calibre-web)) | patch | `bdf2062` → `3903179` | --- > [!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
janeczku/calibre-web (oci.trueforge.org/containerforge/calibre-web) ### [`v0.6.26`](https://redirect.github.com/janeczku/calibre-web/releases/tag/0.6.26): V 0.6.26 - Ismara [Compare Source](https://redirect.github.com/janeczku/calibre-web/compare/0.6.25...0.6.26) **New features:** - Enabled multi-edit of books in the book list - Added Instapaper configuration to Kobo sync - Renamed Google Books Metadata provider - Renamed environment variable `CACHE_DIR` to `CACHE_DIRECTORY` - Improved performance during certain search operations ([#​3476](https://redirect.github.com/janeczku/calibre-web/issues/3476)) - Added Books button to EPUB reader to return to Calibre-Web - Added page count display in EPUB reader (e.g. `1/1234` locations) * Added an additional EPUB reader theme **Bug Fixes:** - Fixed compatibility with **Calibre 9** - Added `certifi` to requirements on macOS (fixes [#​3385](https://redirect.github.com/janeczku/calibre-web/issues/3385)) - Fixed read status not updating when a book is archived and a custom column is used - Fixed Caliblur theme display issues - Added missing texts to the Caliblur theme - Fixed language icon in Caliblur theme - Fixed issue where the console remains open when started on Windows via console, allowing Calibre-Web to be stopped even after an in-app restart - Fixed inability to download books from Calibre-Web OPDS in Readest 0.9.95 (iOS & macOS) - Replaced archive icon with an open folder instead of a trashcan - Fixed exclusion of shelves in advanced search - Fixed support for route `kobo/auth/refresh` - Fixed public registration not applying default allowed/denied tags to new users ([#​3522](https://redirect.github.com/janeczku/calibre-web/issues/3522)) - Removed invalid `sort_param` GET parameter ([#​3447](https://redirect.github.com/janeczku/calibre-web/issues/3447)) - Generated valid session cookie paths (fixes [#​3459](https://redirect.github.com/janeczku/calibre-web/issues/3459)) - Fixed mass removal of books from shelves ([#​3520](https://redirect.github.com/janeczku/calibre-web/issues/3520)) \*\* Security \*\* - Prevented exposure of sensitive information in `config_sql.py` — API keys are no longer exported.
--- ### 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/calibre-web/Chart.yaml | 4 ++-- charts/stable/calibre-web/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index 8cea767b026..cce90981625 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.6.25 +appVersion: 0.6.26 dependencies: - name: common version: 28.29.49 @@ -42,5 +42,5 @@ sources: - https://github.com/trueforge-org/containers/tree/main/apps/calibre-web - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/calibre-web type: application -version: 21.14.21 +version: 21.14.22 diff --git a/charts/stable/calibre-web/values.yaml b/charts/stable/calibre-web/values.yaml index d235802da31..e01b9dc9fee 100644 --- a/charts/stable/calibre-web/values.yaml +++ b/charts/stable/calibre-web/values.yaml @@ -1,7 +1,7 @@ image: repository: oci.trueforge.org/containerforge/calibre-web pullPolicy: IfNotPresent - tag: "0.6.25@sha256:bdf2062986e0ab887930e4c1ce17723b720839a3387878425c3fc1e140b25d8e" + tag: "0.6.26@sha256:3903179735a75d5920145aa06f679e50d340a9d0a1f061e9378f808b67efa6c8" securityContext: container: readOnlyRootFilesystem: false