chore(deps): update container image gotson/komga to v1.11.2@4724a28 by renovate (#24272)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gotson/komga](https://togithub.com/gotson/komga) | patch | `1.11.1` -> `1.11.2` | --- > [!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.2`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#1112-2024-07-25) [Compare Source](https://togithub.com/gotson/komga/compare/1.11.1...1.11.2) #### 🐛 Fixes **docker** - native libraries would not load on aarch64 ([16e8b97](https://togithub.com/gotson/komga/commits/16e8b97)) **unscoped** - do not share IndexWriterConfig instances across IndexWriters ([90db07c](https://togithub.com/gotson/komga/commits/90db07c)), closes [#​1603](https://togithub.com/gotson/komga/issues/1603) #### 🔄️ Changes - replace task executor type with interface ([19b846b](https://togithub.com/gotson/komga/commits/19b846b)) #### 🛠 Build **benchmark** - fix properties following gradle change ([1236594](https://togithub.com/gotson/komga/commits/1236594)) #### 🌐 Translation **komga-tray** - added translation using Weblate (Chinese (Simplified)) ([c66db8e](https://togithub.com/gotson/komga/commits/c66db8e)) - translated using Weblate (Swedish) ([5e7c42c](https://togithub.com/gotson/komga/commits/5e7c42c)) - added translation using Weblate (Croatian) ([d9a8cc6](https://togithub.com/gotson/komga/commits/d9a8cc6)) - translated using Weblate (Czech) ([57bbe5e](https://togithub.com/gotson/komga/commits/57bbe5e)) **webui** - translated using Weblate (Chinese (Simplified)) ([5d4fc14](https://togithub.com/gotson/komga/commits/5d4fc14)) - translated using Weblate (Korean) ([8182d50](https://togithub.com/gotson/komga/commits/8182d50)) - translated using Weblate (Hungarian) ([a844587](https://togithub.com/gotson/komga/commits/a844587)) - translated using Weblate (Croatian) ([0ddb3d8](https://togithub.com/gotson/komga/commits/0ddb3d8)) - translated using Weblate (Czech) ([c4a428f](https://togithub.com/gotson/komga/commits/c4a428f)) - translated using Weblate (Russian) ([a9eadae](https://togithub.com/gotson/komga/commits/a9eadae)) - translated using Weblate (German) ([7ea825d](https://togithub.com/gotson/komga/commits/7ea825d)) - translated using Weblate (Thai) ([3da499e](https://togithub.com/gotson/komga/commits/3da499e)) #### ⚙️ Dependencies **ci** - bump hydraulic-software/conveyor from 14.2 to 14.3 ([4d8b7d4](https://togithub.com/gotson/komga/commits/4d8b7d4)) - bump hydraulic-software/conveyor from 14.1 to 14.2 ([d7ee49c](https://togithub.com/gotson/komga/commits/d7ee49c)) **webui** - bump braces from 3.0.2 to 3.0.3 in /komga-webui ([fbc7ce1](https://togithub.com/gotson/komga/commits/fbc7ce1)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
1a5e475f11
commit
3902d63882
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.11.1
|
||||
appVersion: 1.11.2
|
||||
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.3
|
||||
version: 15.1.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: gotson/komga
|
||||
tag: 1.11.1@sha256:a21459c33136d2d65336e15683e8dba8330dece8747036edaae02d6ebc0fabbe
|
||||
tag: 1.11.2@sha256:4724a2848c13ed79ea452a3267efe2ae39596c866de3b6d87da3a50d9f795ed5
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue