From 83e65878e51cef46486d6d4e05aa063920d655c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 24 Jan 2026 18:42:30 +0000 Subject: [PATCH] chore(deps): update ghcr.io/calibrain/shelfmark docker tag to v1.0.2 (#3473) 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/calibrain/shelfmark](https://github.com/calibrain/shelfmark) | patch | `v1.0.1` → `v1.0.2` | --- ### Release Notes
calibrain/shelfmark (ghcr.io/calibrain/shelfmark) ### [`v1.0.2`](https://github.com/calibrain/shelfmark/releases/tag/v1.0.2) [Compare Source](https://github.com/calibrain/shelfmark/compare/v1.0.2...v1.0.2) ##### New - Booklore - Upload books directly to Booklore library via API connection - rTorrent download client support ([#​463](https://github.com/calibrain/shelfmark/issues/463) from [@​veverkap](https://github.com/veverkap)) - Reverse proxy authentication support ([#​455](https://github.com/calibrain/shelfmark/issues/455) from [@​jthoward64](https://github.com/jthoward64)) - Remote path mappings - configurable for each download client - Various search improvements: - Multi-language search - automatically uses localised book titles when searching AA and Prowlarr. Currently requires Hardcover. - Improved search queries - Heuristic based query creation to simplify book titles and author names. Uses series names and subtitles to strip out non-unique elements, as well as common punctuation and labels. - Manual override search option for universal mode - Prowlarr now uses book title only for search queries - Base URL option for reverse proxy setups - Full environment variable support and documentation ##### Fixes and improvements - Refactor of the post-download processing pipeline - Deluge configuration now handled via webUI auth details - Improved qBittorrent API communication - Improved URL normalization for configured external apps - Simplified handling of magnet/hashes when starting a download - Improved file path searching after successful external download - Fixed processing of audiobook files over 100+ parts - Fixed NZB downloads not deleting on completion - Fix SABnzbd existing download search behavior ### [`v1.0.2`](https://github.com/calibrain/shelfmark/releases/tag/v1.0.2) [Compare Source](https://github.com/calibrain/shelfmark/compare/v1.0.1...v1.0.2) ##### New - Booklore - Upload books directly to Booklore library via API connection - rTorrent download client support ([#​463](https://github.com/calibrain/shelfmark/issues/463) from [@​veverkap](https://github.com/veverkap)) - Reverse proxy authentication support ([#​455](https://github.com/calibrain/shelfmark/issues/455) from [@​jthoward64](https://github.com/jthoward64)) - Remote path mappings - configurable for each download client - Various search improvements: - Multi-language search - automatically uses localised book titles when searching AA and Prowlarr. Currently requires Hardcover. - Improved search queries - Heuristic based query creation to simplify book titles and author names. Uses series names and subtitles to strip out non-unique elements, as well as common punctuation and labels. - Manual override search option for universal mode - Prowlarr now uses book title only for search queries - Base URL option for reverse proxy setups - Full environment variable support and documentation ##### Fixes and improvements - Refactor of the post-download processing pipeline - Deluge configuration now handled via webUI auth details - Improved qBittorrent API communication - Improved URL normalization for configured external apps - Simplified handling of magnet/hashes when starting a download - Improved file path searching after successful external download - Fixed processing of audiobook files over 100+ parts - Fixed NZB downloads not deleting on completion - Fix SABnzbd existing download search behavior
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3473 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/shelfmark/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/shelfmark/values.yaml b/clusters/cl01tl/helm/shelfmark/values.yaml index 6fd1d2665..60a369253 100644 --- a/clusters/cl01tl/helm/shelfmark/values.yaml +++ b/clusters/cl01tl/helm/shelfmark/values.yaml @@ -9,7 +9,7 @@ shelfmark: main: image: repository: ghcr.io/calibrain/shelfmark - tag: v1.0.1 + tag: v1.0.2 pullPolicy: IfNotPresent env: - name: FLASK_PORT