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.1 → 1.11.2 ) #1285

Closed bot-akira[bot] closed 1 month ago

bot-akira[bot] commented 1 month ago

This PR contains the following updates:

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

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

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 1 month 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.1@sha256:a21459c33136d2d65336e15683e8dba8330dece8747036edaae02d6ebc0fabbe
+              tag: 1.11.2@sha256:4724a2848c13ed79ea452a3267efe2ae39596c866de3b6d87da3a50d9f795ed5
             resources:
               limits:
                 memory: 4Gi
               requests:
                 cpu: 15m
                 memory: 1Gi
bot-akira[bot] commented 1 month 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.1@sha256:a21459c33136d2d65336e15683e8dba8330dece8747036edaae02d6ebc0fabbe
+        image: gotson/komga:1.11.2@sha256:4724a2848c13ed79ea452a3267efe2ae39596c866de3b6d87da3a50d9f795ed5
         name: app
         resources:
           limits:
             memory: 4Gi
           requests:
             cpu: 15m
axeII commented 1 month 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_