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
([#&#8203;2945](https://redirect.github.com/booklore-app/booklore/issues/2945))
by [@&#8203;acx10](https://redirect.github.com/acx10)

#### 🐛 Bug Fixes

- Fix Kobo sync URLs missing port when Host header omits it
([#&#8203;2986](https://redirect.github.com/booklore-app/booklore/issues/2986))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Allow any file format for supplementary file uploads
([#&#8203;2954](https://redirect.github.com/booklore-app/booklore/issues/2954))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix wrong icon on bookdrop finalize confirmation button
([#&#8203;2951](https://redirect.github.com/booklore-app/booklore/issues/2951))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix Docker build for Alpine 3.23 unrar removal
([#&#8203;2950](https://redirect.github.com/booklore-app/booklore/issues/2950))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix finished date update on physical books
([#&#8203;2949](https://redirect.github.com/booklore-app/booklore/issues/2949))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix CBR/RAR5 support via unrar CLI fallback
([#&#8203;2948](https://redirect.github.com/booklore-app/booklore/issues/2948))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix metadata weights and provider fields DTO mismatch with UI
([#&#8203;2947](https://redirect.github.com/booklore-app/booklore/issues/2947))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix off-center info button on physical book cards
([#&#8203;2946](https://redirect.github.com/booklore-app/booklore/issues/2946))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix settings deserialization failure on upgrade
([#&#8203;2928](https://redirect.github.com/booklore-app/booklore/issues/2928))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix i18n fallback for languages with empty translation strings
([#&#8203;2898](https://redirect.github.com/booklore-app/booklore/issues/2898))
by [@&#8203;acx10](https://redirect.github.com/acx10)

#### 🛠️ Refactoring & Maintenance

- refactor(misc): Harden request handling, tighten defaults, and pin CI
deps
([#&#8203;2878](https://redirect.github.com/booklore-app/booklore/issues/2878))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- Smarter AUTO\_DETECT for audiobook series folders and multi-part files
([#&#8203;2900](https://redirect.github.com/booklore-app/booklore/issues/2900))
by [@&#8203;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:
TrueCharts Bot
2026-02-25 21:15:36 +01:00
committed by GitHub
parent 946aa520ba
commit e95e3d5d5a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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: