mirror of
https://github.com/truecharts/charts.git
synced 2026-07-03 02:24:20 -03:00
fix(calibre-web): update image oci.trueforge.org/containerforge/calibre-web 0.6.25 → 0.6.26 (#44945)
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 <details> <summary>janeczku/calibre-web (oci.trueforge.org/containerforge/calibre-web)</summary> ### [`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. </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NhbGlicmUtd2ViIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user