feat(container)!: Update image ghcr.io/booklore-app/booklore ( v1.18.5 ➔ v2.2.0 )#1206
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(container)!: Update image ghcr.io/booklore-app/booklore ( v1.18.5 ➔ v2.2.0 )#1206renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
--- HelmRelease: default/booklore Deployment: default/booklore
+++ HelmRelease: default/booklore Deployment: default/booklore
@@ -92,13 +92,13 @@
- -c
env:
- name: BOOKLORE_PORT
value: '6060'
- name: TZ
value: America/Los_Angeles
- image: ghcr.io/booklore-app/booklore:v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ image: ghcr.io/booklore-app/booklore:v2.2.0@sha256:346064cb1fef6149dad2d8a373ea5fd1a7e3b61c22540995e40e8452136e202b
name: nginx-config
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -122,13 +122,13 @@
- name: DATABASE_URL
value: jdbc:mariadb://localhost:3306/booklore
- name: DATABASE_USERNAME
value: booklore
- name: TZ
value: America/Los_Angeles
- image: ghcr.io/booklore-app/booklore:v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ image: ghcr.io/booklore-app/booklore:v2.2.0@sha256:346064cb1fef6149dad2d8a373ea5fd1a7e3b61c22540995e40e8452136e202b
livenessProbe:
httpGet:
path: /api/v1/healthcheck
port: 8080
name: booklore
readinessProbe:
@@ -165,13 +165,13 @@
- daemon off;
command:
- nginx
env:
- name: TZ
value: America/Los_Angeles
- image: ghcr.io/booklore-app/booklore:v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ image: ghcr.io/booklore-app/booklore:v2.2.0@sha256:346064cb1fef6149dad2d8a373ea5fd1a7e3b61c22540995e40e8452136e202b
livenessProbe:
httpGet:
path: /
port: 6060
name: nginx
readinessProbe: |
--- kubernetes/apps/default/booklore/app Kustomization: default/booklore HelmRelease: default/booklore
+++ kubernetes/apps/default/booklore/app Kustomization: default/booklore HelmRelease: default/booklore
@@ -39,13 +39,13 @@
DATABASE_PASSWORD: booklore
DATABASE_URL: jdbc:mariadb://localhost:3306/booklore
DATABASE_USERNAME: booklore
TZ: America/Los_Angeles
image:
repository: ghcr.io/booklore-app/booklore
- tag: v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ tag: v2.2.0@sha256:346064cb1fef6149dad2d8a373ea5fd1a7e3b61c22540995e40e8452136e202b
probes:
liveness:
custom: true
enabled: true
spec:
httpGet:
@@ -81,13 +81,13 @@
command:
- nginx
env:
TZ: America/Los_Angeles
image:
repository: ghcr.io/booklore-app/booklore
- tag: v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ tag: v2.2.0@sha256:346064cb1fef6149dad2d8a373ea5fd1a7e3b61c22540995e40e8452136e202b
probes:
liveness:
custom: true
enabled: true
spec:
httpGet:
@@ -151,13 +151,13 @@
- -c
env:
BOOKLORE_PORT: 6060
TZ: America/Los_Angeles
image:
repository: ghcr.io/booklore-app/booklore
- tag: v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ tag: v2.2.0@sha256:346064cb1fef6149dad2d8a373ea5fd1a7e3b61c22540995e40e8452136e202b
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
fsGroup: 101 |
8fb8ba8 to
95e8f67
Compare
95e8f67 to
2098f13
Compare
c88cc07 to
aca0b08
Compare
2098f13 to
3043bb9
Compare
3043bb9 to
7ee81df
Compare
7ee81df to
d4286e2
Compare
d4286e2 to
e7b73cb
Compare
e7b73cb to
b6fd87d
Compare
b6fd87d to
cb89778
Compare
cb89778 to
ed28f70
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.18.5→v2.2.0Release Notes
booklore-app/booklore (ghcr.io/booklore-app/booklore)
v2.2.0Compare Source
🌟 What's New in v2.2.0
This release introduces (or brings back) two new library organization modes: Book per File and Book per Folder, giving you explicit control over how Booklore groups files into books during scanning.
When Booklore first started, the philosophy was simple: don't worry about how files are organized on disk, just scan everything and figure it out. This worked well when libraries only contained single-file formats like EPUB and PDF. But as support grew for multi-format books and multi-file audiobooks, that approach started to break down. The existing Auto-detect mode uses fuzzy filename matching and heuristics to guess how files should be grouped, and while it works in many cases, it has some real problems: files can get missed during scans, multi-file audiobooks sometimes show up as separate books (one per file), and the grouping behavior is unpredictable since it depends on how your files happen to be named.
Rather than continuing to patch Auto-detect, I'm introducing two new modes that are simple, predictable, and thoroughly-tested:
Book per File: Every file becomes its own book. One file, one book, no guessing. This is now the default for new libraries.
Book per Folder: Files in the same folder are grouped into a single book. Great for organized libraries with an
Author/Title/structure, and it handles multi-format books and folder-based audiobooks naturally. If you have a folder with an EPUB, a MOBI, and anaudiobook/subfolder, they all become one book.Auto-detect is not going away. Existing libraries using it will continue to work as before. But it's now marked as legacy, and I strongly recommend switching to one of the new modes. They're simpler, more reliable, and will be the focus of ongoing development and support going forward.
You can set the organization mode when creating a new library, but cannot change it on an existing library. For a detailed breakdown of each mode with examples, check out the documentation.
🚀 New Features
✨ Enhancements
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.2.0ghcr.io/booklore-app/booklore:v2.2.0Full Changelog: booklore-app/booklore@v2.1.0...v2.2.0
v2.1.0Compare Source
🌟 What's New in v2.1.0
🚀 New Features
✨ Enhancements
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.1.0ghcr.io/booklore-app/booklore:v2.1.0Full Changelog: booklore-app/booklore@v2.0.6...v2.1.0
v2.0.6Compare Source
🌟 What's New in v2.0.6
The big one here is a complete OIDC overhaul. Token exchange has moved server-side (BFF pattern), ID tokens are now fully validated (issuer, audience, nonce, at_hash, expiration, JWKS signature), and there's proper CSRF state protection with one-time-use tokens. Backchannel logout lets your provider revoke Booklore sessions remotely, and a new group claim mapping system automatically assigns permissions and library access based on your OIDC groups. Auto-provisioning, local account linking, avatar sync, per-user concurrency locks, session tracking, and an admin diagnostic tool round it out.
Beyond OIDC: drag-and-drop author reordering, audiobook chapters tab, embeddable field indicators in the metadata editor, new stats insights (golden era, rarity score), clickable read status icons on book cards, and Hardcover edition-specific metadata lookups.
🚀 New Features
✨ Enhancements
🎨 UI Tweaks
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
📦 Dependencies
🐳 Docker Images
booklore/booklore:v2.0.6ghcr.io/booklore-app/booklore:v2.0.6Full Changelog: booklore-app/booklore@v2.0.5...v2.0.6
v2.0.5Compare Source
🌟 What's New in v2.0.5
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
📦 Dependencies
⚙️ CI/CD
📖 Documentation
🐳 Docker Images
booklore/booklore:v2.0.5ghcr.io/booklore-app/booklore:v2.0.5Full Changelog: booklore-app/booklore@v2.0.4...v2.0.5
v2.0.4Compare Source
🌟 What's New in v2.0.4
🚀 New Features
✨ Enhancements
🎨 UI Tweaks
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
📦 Dependencies
📖 Documentation
🐳 Docker Images
booklore/booklore:v2.0.4ghcr.io/booklore-app/booklore:v2.0.4Full Changelog: booklore-app/booklore@v2.0.3...v2.0.4
v2.0.3Compare Source
🌟 What's New in v2.0.3
✨ Enhancements
🎨 UI Tweaks
🐛 Bug Fixes
📦 Dependencies
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.0.3ghcr.io/booklore-app/booklore:v2.0.3Full Changelog: booklore-app/booklore@v2.0.2...v2.0.3
v2.0.2Compare Source
🌟 What's New in v2.0.2
✨ Enhancements
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.0.2ghcr.io/booklore-app/booklore:v2.0.2Full Changelog: booklore-app/booklore@v2.0.1...v2.0.2
v2.0.1Compare Source
🌟 What's New in v2.0.1
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.0.1ghcr.io/booklore-app/booklore:v2.0.1Full Changelog: booklore-app/booklore@v2.0.0...v2.0.1
v2.0.0Compare Source
🌟 What's New in v2.0.0
This is the biggest Booklore release yet, with nearly 200 commits touching every part of the application:
.metadata.jsonsidecar files alongside your books for portable metadata storage.🚀 New Features
✨ Enhancements
🎨 UI Tweaks
🐛 Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.