feat(booklore): update image ghcr.io/booklore-app/booklore v1.15.0 → v1.16.0 (#43155)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/booklore-app/booklore](https://redirect.github.com/booklore-app/booklore) | minor | `595ff4c` -> `1efc89c` | --- > [!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>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary> ### [`v1.16.0`](https://redirect.github.com/booklore-app/booklore/releases/tag/v1.16.0) [Compare Source](https://redirect.github.com/booklore-app/booklore/compare/v1.15.0...v1.16.0) #### 🌟 What's New in v1.16.0 #### 🚀 New Features - Introduce reading session tracking with visual insights ([#​1957](https://redirect.github.com/booklore-app/booklore/issues/1957)) by [@​acx10](https://redirect.github.com/acx10) - Introduce more granular permission controls and update the user management UI ([#​1965](https://redirect.github.com/booklore-app/booklore/issues/1965)) by [@​acx10](https://redirect.github.com/acx10) - Enhance EPUB reader with new themes and UI improvements ([#​1948](https://redirect.github.com/booklore-app/booklore/issues/1948)) by [@​acx10](https://redirect.github.com/acx10) #### ✨ Enhancements - feat(bookmark): improve bookmark feature by adding rename, note, color, priority functionalities ([#​1946](https://redirect.github.com/booklore-app/booklore/issues/1946)) by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) - Fix: Add missing kobo progress bar and stats ([#​1942](https://redirect.github.com/booklore-app/booklore/issues/1942)) by [@​pedronave](https://redirect.github.com/pedronave) - Fix/hardcover api key per user ([#​1943](https://redirect.github.com/booklore-app/booklore/issues/1943)) by [@​boludo00](https://redirect.github.com/boludo00) #### 🐛 Bug Fixes - fix(scans): prevent shelf associations from being cleared during metadata operations ([#​1947](https://redirect.github.com/booklore-app/booklore/issues/1947)) by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) ##### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v1.16.0` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.16.0` **Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.15.0...v1.16.0> ##### 📸 Screenshots:      </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYm9va2xvcmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.15.0
|
||||
appVersion: 1.16.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -45,5 +45,5 @@ sources:
|
||||
- https://github.com/booklore-app/booklore
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/booklore
|
||||
type: application
|
||||
version: 1.8.2
|
||||
version: 1.9.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/booklore-app/booklore
|
||||
tag: v1.15.0@sha256:595ff4c29ae2f4a4fae2c9fd45f0cb0a253dc4ceec242f3a55dba7c5ef51c07f
|
||||
tag: v1.16.0@sha256:1efc89c1ec87efa290943270a3b76130fe4dc8294177b287d4252d2aeff0ccbf
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user