mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 05:11:23 -03:00
chore(helm): update image docker.io/gotson/komga 1.23.4 → 1.23.5 (#40537)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) | patch | `ccacf59` -> `85f0be8` | --- > [!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>gotson/komga (docker.io/gotson/komga)</summary> ### [`v1.23.5`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1235-2025-10-08) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.23.4...1.23.5) #### 🚀 Features - support local artwork in gif format ([f19d7aa](https://redirect.github.com/gotson/komga/commits/f19d7aa)), closes [#​1853](https://redirect.github.com/gotson/komga/issues/1853) #### 🐛 Fixes **api** - empty content when x-api-key is sent alongside session ([5a5f8d7](https://redirect.github.com/gotson/komga/commits/5a5f8d7)), closes [#​2099](https://redirect.github.com/gotson/komga/issues/2099) - relax JSON deserializer ([eb8bdfc](https://redirect.github.com/gotson/komga/commits/eb8bdfc)) - add id field in HistoricalEventDto ([5e3ca4d](https://redirect.github.com/gotson/komga/commits/5e3ca4d)) #### 🏎 Perf **api** - remove no-transform cache-control from response header ([43c1018](https://redirect.github.com/gotson/komga/commits/43c1018)), closes [#​2091](https://redirect.github.com/gotson/komga/issues/2091) #### 🔄️ Changes - add more logs when epub extension is missing ([730b093](https://redirect.github.com/gotson/komga/commits/730b093)) - add more logs to koreader sync controller ([2f9b4e7](https://redirect.github.com/gotson/komga/commits/2f9b4e7)) - make dslRO transaction aware ([69ba569](https://redirect.github.com/gotson/komga/commits/69ba569)) #### 🛠 Build **webui** - update Browserslist db ([e842a52](https://redirect.github.com/gotson/komga/commits/e842a52)) #### 🌐 Translation **komga-tray** - translated using Weblate (Portuguese (Brazil)) ([2259e4b](https://redirect.github.com/gotson/komga/commits/2259e4b)) **webui** - translated using Weblate (Slovak) ([f75ad77](https://redirect.github.com/gotson/komga/commits/f75ad77)) - translated using Weblate (Croatian) ([f2913d1](https://redirect.github.com/gotson/komga/commits/f2913d1)) - translated using Weblate (Czech) ([0b3307c](https://redirect.github.com/gotson/komga/commits/0b3307c)) - translated using Weblate (Portuguese (Brazil)) ([1213309](https://redirect.github.com/gotson/komga/commits/1213309)) #### ⚙️ Dependencies **ci** - bump peter-evans/dockerhub-description from 4.0.2 to 5.0.0 ([bdca990](https://redirect.github.com/gotson/komga/commits/bdca990)) - bump gradle/actions from 4 to 5 ([8081439](https://redirect.github.com/gotson/komga/commits/8081439)) - bump peter-evans/repository-dispatch from 3 to 4 ([80c604e](https://redirect.github.com/gotson/komga/commits/80c604e)) - bump hydraulic-software/conveyor from 19.0 to 20.0 ([e0b583f](https://redirect.github.com/gotson/komga/commits/e0b583f)) **webui** - bump axios from 1.8.2 to 1.12.0 in /komga-webui ([d965758](https://redirect.github.com/gotson/komga/commits/d965758)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.23.4
|
||||
appVersion: 1.23.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.22.0
|
||||
@@ -37,9 +37,10 @@ maintainers:
|
||||
name: komga
|
||||
sources:
|
||||
- https://github.com/gotson/komga
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/komga
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/komga
|
||||
- https://hub.docker.com/r/gotson/komga
|
||||
- https://komga.org/
|
||||
type: application
|
||||
version: 16.9.0
|
||||
version: 16.9.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/gotson/komga
|
||||
tag: 1.23.4@sha256:ccacf59fdbe4e9d12c67429af8fa99a29eeae0e262dad794835a3aeacbee1e19
|
||||
tag: 1.23.5@sha256:85f0be8920742341217f2b2bdafef64da1f6062ae472dcf74426a9fa549c8a05
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user