axeII / home-ops

A repository for HomeOps where I perform Infrastructure as Code (IaC) and GitOps practices.
Do What The F*ck You Want To Public License
41 stars 1 forks source link

fix(container): update gotson/komga ( 1.11.2 → 1.11.3 ) #1325

Closed bot-akira[bot] closed 2 weeks ago

bot-akira[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
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

gotson/komga (gotson/komga) ### [`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))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Renovate Bot.

bot-akira[bot] commented 2 weeks ago
--- kubernetes/apps/media/komga/app Kustomization: flux-system/komga HelmRelease: media/komga

+++ kubernetes/apps/media/komga/app Kustomization: flux-system/komga HelmRelease: media/komga

@@ -38,13 +38,13 @@

           app:
             env:
               SERVER_PORT: 8080
               TZ: Europe/Prague
             image:
               repository: gotson/komga
-              tag: 1.11.2@sha256:4724a2848c13ed79ea452a3267efe2ae39596c866de3b6d87da3a50d9f795ed5
+              tag: 1.11.3@sha256:dda1dbde2c722161ba95ad76dadb4be604c34da902563644a4ca345823f48777
             resources:
               limits:
                 memory: 4Gi
               requests:
                 cpu: 15m
                 memory: 1Gi
bot-akira[bot] commented 2 weeks ago
--- HelmRelease: media/komga Deployment: media/komga

+++ HelmRelease: media/komga Deployment: media/komga

@@ -38,13 +38,13 @@

       containers:
       - env:
         - name: SERVER_PORT
           value: '8080'
         - name: TZ
           value: Europe/Prague
-        image: gotson/komga:1.11.2@sha256:4724a2848c13ed79ea452a3267efe2ae39596c866de3b6d87da3a50d9f795ed5
+        image: gotson/komga:1.11.3@sha256:dda1dbde2c722161ba95ad76dadb4be604c34da902563644a4ca345823f48777
         name: app
         resources:
           limits:
             memory: 4Gi
           requests:
             cpu: 15m
axeII commented 2 weeks ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_