Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update gotson/komga ( 1.10.0 → 1.10.3 ) #4890

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

feisar-bot[bot]
Copy link
Contributor

@feisar-bot feisar-bot bot commented Jan 13, 2024

This PR contains the following updates:

Package Update Change
gotson/komga patch 1.10.0 -> 1.10.3

Release Notes

gotson/komga (gotson/komga)

v1.10.3

Compare Source

🐛 Fixes

komga

  • add field alias for Mylar series.json (bc5a73a)

🔄️ Changes

komga

  • remove deprecated property (2ec3265)

🛠 Build

release

  • stop publishing Conveyor old-site (9d1b82a)

v1.10.2

Compare Source

🐛 Fixes

komga

🔄️ Changes

komga

  • remove unnecessary null checks (98f20cb)
  • replace deprecated TaskExecutorBuilder with ThreadPoolTaskExecutorBuilder (864dba6)
  • use lazy logging statement (479aff2)

unscoped

🛠 Build

docker

  • use new Spring Boot jar launcher (fbb2b6b)

release

  • set conveyor consistency-checks to warn only (966a5d3)
  • more knobs to handle broken releases (e730b74)

tests

  • ignore komga-tray translations (814b94d)

unscoped

  • bump Gradle from 8.4 to 8.5 (c5b9baa)

🌐 Translation

komga-tray

  • translated using Weblate (Japanese) (9265c5a)
  • translated using Weblate (German) (d420648)
  • added translation using Weblate (Galician) (1c88058)

webui

  • translated using Weblate (Chinese (Simplified)) (6b50968)
  • translated using Weblate (Spanish) (6c7dedd)
  • translated using Weblate (Japanese) (7e89f54)
  • translated using Weblate (Bulgarian) (99d94da)
  • translated using Weblate (Portuguese (Brazil)) (ec988b4)
  • translated using Weblate (Galician) (e2f0dc2)

⚙️ Dependencies

komga

  • bump Spring Boot to 3.2.2 (3b25396)
  • bump nu.studer.jooq to 9.0 (f9aafae)
  • bump ksp to 1.9.21-1.0.16 (fb2e05d)
  • bump mockk to 1.13.9 (24e095a)
  • remove hawtio (4128e96)
  • bump archunit-junit5 to 1.2.1 (76586eb)
  • bump tsid-creator to 5.2.6 (c49a80e)
  • bump twelvemonkeys.imageio to 3.10.1 (c54261b)
  • bump jsoup to 1.17.2 (6de7a14)
  • bump commons-compress to 1.25.0 (c1259f3)
  • bump icu4j to 74.2 (a404ce6)
  • bump commons-io to 2.15.1 (71a6a48)
  • bump commons-lang3 to 3.14.0 (2af8293)
  • bump commons-validator to 1.8.0 (78971a5)
  • bump sqlite-jdbc to 3.45.0.0 (056101f)
  • bump lucene to 9.9.1 (7f3cc9c)
  • bump org.apache.pdfbox:pdfbox from 2.0.28 to 3.0.1 (38fcde9), closes #​1334

komga-tray

  • bump org.jetbrains.compose to 1.5.11 (c7a695d)
  • bump conveyor.gradle.plugin to 1.8 (b141f21)

unscoped

  • bump Kotlin to 1.9.21 (b87bec8)
  • bump ktlint to 1.1.1 (e01b324)
  • bump org.jlleitschuh.gradle.ktlint to 12.1.0 (80ed686)
  • bump jreleaser to 1.10.0 (446bb5a)
  • bump com.github.ben-manes.versions from 0.48.0 to 0.50.0 (1daa4b8)
  • bump io.github.microutils:kotlin-logging-jvm:3.0.5 to io.github.oshai:kotlin-logging-jvm:6.0.3 (295bfaf)

v1.10.1

Compare Source

🚀 Features

windows

  • add libarchive for RAR5 support (3e11e90)

🐛 Fixes

komga

🛠 Build

release

windows

  • replace native libraries with vcpkg-built ones (834306f)

⚙️ Dependencies

webui

  • bump follow-redirects from 1.15.2 to 1.15.4 in /komga-webui (056b4e7)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@feisar-bot
Copy link
Contributor Author

feisar-bot bot commented Jan 13, 2024

--- kubernetes/apps/default/komga/app Kustomization: flux-system/cluster-apps-komga HelmRelease: default/komga

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

@@ -35,13 +35,13 @@

           main:
             env:
               SERVER_PORT: 8080
               TZ: ${TIMEZONE}
             image:
               repository: gotson/komga
-              tag: 1.10.0@sha256:37159b0cfb3b393dad96da56b89bc254803ca202f1dedfb7ec11ab65e57cda4c
+              tag: 1.10.2@sha256:3cc3c8c1ef014feb8427fc1c42e5624bdb4b2b5ec07451fdc5190f4add41dbc4
             resources:
               limits:
                 memory: 4282M
               requests:
                 cpu: 15m
                 memory: 4282M

@feisar-bot
Copy link
Contributor Author

feisar-bot bot commented Jan 13, 2024

--- HelmRelease: default/komga StatefulSet: default/komga

+++ HelmRelease: default/komga StatefulSet: default/komga

@@ -37,13 +37,13 @@

       containers:
       - env:
         - name: SERVER_PORT
           value: '8080'
         - name: TZ
           value: ${TIMEZONE}
-        image: gotson/komga:1.10.0@sha256:37159b0cfb3b393dad96da56b89bc254803ca202f1dedfb7ec11ab65e57cda4c
+        image: gotson/komga:1.10.2@sha256:3cc3c8c1ef014feb8427fc1c42e5624bdb4b2b5ec07451fdc5190f4add41dbc4
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8080

@auricom auricom force-pushed the main branch 25 times, most recently from e1e4830 to 1ef0e6a Compare January 15, 2024 23:51
@auricom auricom force-pushed the main branch 28 times, most recently from 8e33ef0 to 5cca1f4 Compare January 25, 2024 12:48
@auricom auricom merged commit ac96ce3 into main Jan 25, 2024
3 of 7 checks passed
@feisar-bot feisar-bot bot deleted the renovate/gotson-komga-1.x branch January 25, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant