fix(booklore): update image ghcr.io/booklore-app/booklore v2.0.1 → v2.0.2 (#45555)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/booklore-app/booklore](https://redirect.github.com/booklore-app/booklore) | patch | `e5c5113` → `943cfda` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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> ### [`v2.0.2`](https://redirect.github.com/booklore-app/booklore/releases/tag/v2.0.2) [Compare Source](https://redirect.github.com/booklore-app/booklore/compare/v2.0.1...v2.0.2) #### 🌟 What's New in v2.0.2 #### ✨ Enhancements - Use square covers for audiobook-only libraries ([#​2945](https://redirect.github.com/booklore-app/booklore/issues/2945)) by [@​acx10](https://redirect.github.com/acx10) #### 🐛 Bug Fixes - Fix Kobo sync URLs missing port when Host header omits it ([#​2986](https://redirect.github.com/booklore-app/booklore/issues/2986)) by [@​acx10](https://redirect.github.com/acx10) - Allow any file format for supplementary file uploads ([#​2954](https://redirect.github.com/booklore-app/booklore/issues/2954)) by [@​acx10](https://redirect.github.com/acx10) - Fix wrong icon on bookdrop finalize confirmation button ([#​2951](https://redirect.github.com/booklore-app/booklore/issues/2951)) by [@​acx10](https://redirect.github.com/acx10) - Fix Docker build for Alpine 3.23 unrar removal ([#​2950](https://redirect.github.com/booklore-app/booklore/issues/2950)) by [@​acx10](https://redirect.github.com/acx10) - Fix finished date update on physical books ([#​2949](https://redirect.github.com/booklore-app/booklore/issues/2949)) by [@​acx10](https://redirect.github.com/acx10) - Fix CBR/RAR5 support via unrar CLI fallback ([#​2948](https://redirect.github.com/booklore-app/booklore/issues/2948)) by [@​acx10](https://redirect.github.com/acx10) - Fix metadata weights and provider fields DTO mismatch with UI ([#​2947](https://redirect.github.com/booklore-app/booklore/issues/2947)) by [@​acx10](https://redirect.github.com/acx10) - Fix off-center info button on physical book cards ([#​2946](https://redirect.github.com/booklore-app/booklore/issues/2946)) by [@​acx10](https://redirect.github.com/acx10) - Fix settings deserialization failure on upgrade ([#​2928](https://redirect.github.com/booklore-app/booklore/issues/2928)) by [@​acx10](https://redirect.github.com/acx10) - Fix i18n fallback for languages with empty translation strings ([#​2898](https://redirect.github.com/booklore-app/booklore/issues/2898)) by [@​acx10](https://redirect.github.com/acx10) #### 🛠️ Refactoring & Maintenance - refactor(misc): Harden request handling, tighten defaults, and pin CI deps ([#​2878](https://redirect.github.com/booklore-app/booklore/issues/2878)) by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) - Smarter AUTO\_DETECT for audiobook series folders and multi-part files ([#​2900](https://redirect.github.com/booklore-app/booklore/issues/2900)) by [@​acx10](https://redirect.github.com/acx10) #### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v2.0.2` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v2.0.2` **Full Changelog**: <https://github.com/booklore-app/booklore/compare/v2.0.1...v2.0.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYm9va2xvcmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.0.1
|
||||
appVersion: 2.0.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.32.5
|
||||
@@ -48,5 +48,5 @@ sources:
|
||||
- https://github.com/booklore-app/booklore
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/booklore
|
||||
type: application
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/booklore-app/booklore
|
||||
tag: v2.0.1@sha256:e5c51133c0c50e97004bf711a34521c698e4b27b6847e54fe304c08ff4aa8ee1
|
||||
tag: v2.0.2@sha256:943cfda807b724d27859b527c4a437092b7aa8544d17845e8767a1db65813c86
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user