chore(deps): update container image gotson/komga to v1.12.1@49837d4 by renovate (#25898)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gotson/komga](https://redirect.github.com/gotson/komga) | patch | `1.12.0` -> `1.12.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gotson/komga (gotson/komga)</summary> ### [`v1.12.1`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1121-2024-09-04) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.12.0...1.12.1) #### 🐛 Fixes **kobo** - better handling of missing port from Kobo Sync requests ([4cd838a](https://redirect.github.com/gotson/komga/commits/4cd838a)) - use the total progression sent by Kobo ([be37127](https://redirect.github.com/gotson/komga/commits/be37127)) - correctly propagate metadata update during kobo sync ([20e7c29](https://redirect.github.com/gotson/komga/commits/20e7c29)) - properly store total progression on state update ([fcde9c9](https://redirect.github.com/gotson/komga/commits/fcde9c9)) - properly mark book as read when finished on Kobo ([c3fc37a](https://redirect.github.com/gotson/komga/commits/c3fc37a)) **webui** - only show API key copy button if clipboard is available ([4351086](https://redirect.github.com/gotson/komga/commits/4351086)), closes [#​1675](https://redirect.github.com/gotson/komga/issues/1675) #### 🔄️ Changes - adjust loglevel for LoginListener ([2c260b1](https://redirect.github.com/gotson/komga/commits/2c260b1)) #### 🛠 Build **webui** - update Browserslist db ([63e1c0c](https://redirect.github.com/gotson/komga/commits/63e1c0c)) #### 📝 Documentation - add kobo sync in readme ([02e8d30](https://redirect.github.com/gotson/komga/commits/02e8d30)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC42Ny4yIiwidXBkYXRlZEluVmVyIjoiMzguNjcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.12.0
|
||||
appVersion: 1.12.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.14
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://hub.docker.com/r/gotson/komga
|
||||
- https://komga.org/
|
||||
type: application
|
||||
version: 15.2.1
|
||||
version: 15.2.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: gotson/komga
|
||||
tag: 1.12.0@sha256:991dec61de420112faf629f1a41fbb6a9edab997609498d74a1a4b7b412442e9
|
||||
tag: 1.12.1@sha256:49837d45c6ab713e15772784b44422a21a89bf3f78a30086c7f01483b3197c7b
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user