mirror of
https://github.com/truecharts/charts.git
synced 2026-07-17 12:51:21 -03:00
chore(deps): update container image gotson/komga to v1.11.3@dda1dbd by renovate (#25532)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gotson/komga](https://togithub.com/gotson/komga) | patch | `1.11.2` -> `1.11.3` | --- > [!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.11.3`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#1113-2024-08-26) [Compare Source](https://togithub.com/gotson/komga/compare/1.11.2...1.11.3) #### 🐛 Fixes **api** - some metrics are not updated ([da35140](https://togithub.com/gotson/komga/commits/da35140)), closes [#​1643](https://togithub.com/gotson/komga/issues/1643) - known page hash cannot be sorted by file size ([bf71f8e](https://togithub.com/gotson/komga/commits/bf71f8e)), closes [#​1610](https://togithub.com/gotson/komga/issues/1610) **docker** - broken Dockerfile ([796a4ed](https://togithub.com/gotson/komga/commits/796a4ed)) **komga-tray** - libheif.dll had no avif support ([f743aae](https://togithub.com/gotson/komga/commits/f743aae)), closes [#​1624](https://togithub.com/gotson/komga/issues/1624) **webui** - footer text displayed over book content ([6794e24](https://togithub.com/gotson/komga/commits/6794e24)), closes [#​1489](https://togithub.com/gotson/komga/issues/1489) - auto-scroll upward does not work when dragging elements ([835bff4](https://togithub.com/gotson/komga/commits/835bff4)), closes [#​1652](https://togithub.com/gotson/komga/issues/1652) #### 🏎 Perf - faster zip entry extraction ([eeb5898](https://togithub.com/gotson/komga/commits/eeb5898)) #### 🔄️ Changes - better logging for sqlite pools ([6a51f34](https://togithub.com/gotson/komga/commits/6a51f34)) #### 🛠 Build **webui** - update Browserslist db ([eec2474](https://togithub.com/gotson/komga/commits/eec2474)) **unscoped** - add browserlist update action ([b93459a](https://togithub.com/gotson/komga/commits/b93459a)) #### ⚙️ Dependencies **ci** - bump gradle/actions from 3 to 4 ([6482b34](https://togithub.com/gotson/komga/commits/6482b34)) **webui** - bump axios from 1.6.0 to 1.7.4 in /komga-webui ([f177fab](https://togithub.com/gotson/komga/commits/f177fab)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41My4wIiwidXBkYXRlZEluVmVyIjoiMzguNTMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
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.11.2
|
||||
appVersion: 1.11.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://hub.docker.com/r/gotson/komga
|
||||
- https://komga.org/
|
||||
type: application
|
||||
version: 15.1.4
|
||||
version: 15.1.5
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: gotson/komga
|
||||
tag: 1.11.2@sha256:4724a2848c13ed79ea452a3267efe2ae39596c866de3b6d87da3a50d9f795ed5
|
||||
tag: 1.11.3@sha256:dda1dbde2c722161ba95ad76dadb4be604c34da902563644a4ca345823f48777
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user