mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 09:41:26 -03:00
chore(container): update image gotson/komga to v1 by renovate (#27701)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gotson/komga](https://redirect.github.com/gotson/komga) | patch | `243e6c3` -> `6e9336c` | --- > [!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 (gotson/komga)</summary> ### [`v1.14.1`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1141-2024-10-15) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.14.0...1.14.1) #### 🐛 Fixes **api** - file system listing does not respect showFiles=false ([836cfa4](https://redirect.github.com/gotson/komga/commits/836cfa4)), closes [#​1721](https://redirect.github.com/gotson/komga/issues/1721) **kobo** - better display of fixed layout books ([406274d](https://redirect.github.com/gotson/komga/commits/406274d)), closes [#​1732](https://redirect.github.com/gotson/komga/issues/1732) **komga-tray** - load optional application configuration files inside config directory ([2b41fef](https://redirect.github.com/gotson/komga/commits/2b41fef)) **webui** - book import filename chooser dialog would not reopen in some scenarios ([f910ef4](https://redirect.github.com/gotson/komga/commits/f910ef4)) - bulk edit metadata numberSort increment does not work as expected after editing ([e1b9296](https://redirect.github.com/gotson/komga/commits/e1b9296)), closes [#​1727](https://redirect.github.com/gotson/komga/issues/1727) - epub reader crash when reading one-shot from collection context ([e7ef2bc](https://redirect.github.com/gotson/komga/commits/e7ef2bc)), closes [#​1718](https://redirect.github.com/gotson/komga/issues/1718) - file system browser parent button does not work ([fa006c0](https://redirect.github.com/gotson/komga/commits/fa006c0)), closes [#​1721](https://redirect.github.com/gotson/komga/issues/1721) #### 🛠 Build **webui** - update Browserslist db ([b382cd6](https://redirect.github.com/gotson/komga/commits/b382cd6)) #### 🌐 Translation **komga-tray** - translated using Weblate (Czech) ([a05ad44](https://redirect.github.com/gotson/komga/commits/a05ad44)) **webui** - translated using Weblate (Finnish) ([c185395](https://redirect.github.com/gotson/komga/commits/c185395)) - translated using Weblate (French) ([246c539](https://redirect.github.com/gotson/komga/commits/246c539)) - translated using Weblate (Czech) ([a23d893](https://redirect.github.com/gotson/komga/commits/a23d893)) - translated using Weblate (Turkish) ([833f4b3](https://redirect.github.com/gotson/komga/commits/833f4b3)) #### ⚙️ Dependencies **webui** - bump cookie and express in /komga-webui ([64094ff](https://redirect.github.com/gotson/komga/commits/64094ff)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.14.0
|
||||
appVersion: 1.14.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://hub.docker.com/r/gotson/komga
|
||||
- https://komga.org/
|
||||
type: application
|
||||
version: 15.5.0
|
||||
version: 15.5.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: gotson/komga
|
||||
tag: 1.14.0@sha256:243e6c3d06bf64adf29923f9f6d6a1c2ef4ffc5a000317fa90ab2431f6cf978d
|
||||
tag: 1.14.1@sha256:6e9336c7790c8481afa767e6f39395b720746f5f86ce733547c58799016adf8e
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user