fix(komga): update image docker.io/gotson/komga 1.24.3 → 1.24.4 (#47456)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) | patch | `5170335` → `dae6302` | --- > [!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>gotson/komga (docker.io/gotson/komga)</summary> ### [`v1.24.4`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1244-2026-04-24) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.24.3...1.24.4) #### 🐛 Fixes **api** - omit UserDto.ageRestriction instead of returning null ([e3a8cc6](https://redirect.github.com/gotson/komga/commits/e3a8cc6)) **epub** - some TOC may not be parsed correctly ([5fc0b7e](https://redirect.github.com/gotson/komga/commits/5fc0b7e)) **kobo** - proxy raw request body to kobo store ([4a7d9a6](https://redirect.github.com/gotson/komga/commits/4a7d9a6)), closes [#​2289](https://redirect.github.com/gotson/komga/issues/2289) **koreader** - also accept application/json on Accept header ([ddfe65d](https://redirect.github.com/gotson/komga/commits/ddfe65d)) **opds2** - incorrect latest series navigation links ([717ef82](https://redirect.github.com/gotson/komga/commits/717ef82)), closes [#​2285](https://redirect.github.com/gotson/komga/issues/2285) - auth logo issue when using base url ([7c00661](https://redirect.github.com/gotson/komga/commits/7c00661)), closes [#​2285](https://redirect.github.com/gotson/komga/issues/2285) #### 🛠 Build **docker** - update base image to Ubuntu 26.04 for amd64 and arm64 ([5d14057](https://redirect.github.com/gotson/komga/commits/5d14057)) **webui** - update Browserslist db ([7e0d680](https://redirect.github.com/gotson/komga/commits/7e0d680)) **unscoped** - update homebrew action ([6c2621b](https://redirect.github.com/gotson/komga/commits/6c2621b)) #### ⚙️ Dependencies **ci** - bump gradle/actions from 5 to 6 ([3ca9806](https://redirect.github.com/gotson/komga/commits/3ca9806)) **webui** - bump [@​xmldom/xmldom](https://redirect.github.com/xmldom/xmldom) from 0.8.12 to 0.8.13 in /komga-webui ([bb60a79](https://redirect.github.com/gotson/komga/commits/bb60a79)) - bump axios from 1.13.5 to 1.15.0 in /komga-webui ([85edd8b](https://redirect.github.com/gotson/komga/commits/85edd8b)) - bump follow-redirects in /komga-webui ([63de6aa](https://redirect.github.com/gotson/komga/commits/63de6aa)) - bump lodash from 4.17.23 to 4.18.1 in /komga-webui ([b77554f](https://redirect.github.com/gotson/komga/commits/b77554f)) - bump [@​xmldom/xmldom](https://redirect.github.com/xmldom/xmldom) from 0.8.10 to 0.8.12 in /komga-webui ([5620e3f](https://redirect.github.com/gotson/komga/commits/5620e3f)) - bump brace-expansion from 1.1.12 to 1.1.13 in /komga-webui ([263d3dd](https://redirect.github.com/gotson/komga/commits/263d3dd)) **unscoped** - bump gradle-git-properties plugin from 2.5.2 to 2.5.7 ([dd9c3fa](https://redirect.github.com/gotson/komga/commits/dd9c3fa)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rb21nYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.24.3
|
||||
appVersion: 1.24.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.6
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://hub.docker.com/r/gotson/komga
|
||||
- https://komga.org/
|
||||
type: application
|
||||
version: 17.1.1
|
||||
version: 17.1.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/gotson/komga
|
||||
tag: 1.24.3@sha256:517033528928003d730e6d3ae99c74470e23938e3f3954924a60dd069bd28c5a
|
||||
tag: 1.24.4@sha256:dae630271561b642d47c9723803ec77900d1f0a803fbe6a42da69db5b21ebaeb
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user