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 image gotson/komga to v1.8.3 #4658

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Conversation

feisar-bot[bot]
Copy link
Contributor

@feisar-bot feisar-bot bot commented Nov 30, 2023

This PR contains the following updates:

Package Update Change
gotson/komga patch 1.8.2 -> 1.8.3

Release Notes

gotson/komga (gotson/komga)

v1.8.3

Compare Source

🐛 Fixes

api

  • epub resources could not be retrieved if komga is running with a servlet context path (0d94ae2)

komga

  • better handling of collection/readlist creation/update when using multiple threads (a4384a6), closes #​1317
  • don't repair extension for broken EPUB files (f41af61)
  • mark broken EPUB files as ERROR instead of falling back to CBZ (acf080b)
  • use NightMonkeys WebP reader if present (7b1a9e4), closes #​1294
  • better error handling during metadata refresh (8832a0d), closes #​1311

opds

🔄️ Changes

komga

🛠 Build

docker

  • add native webp library for docker amd64 and arm64 (8cf8f47), closes #​1294

komga-tray

  • add native heif library for Windows (a3439dd)
  • add native webp library for macOS application (86f0fcd)

release

  • use BackBlaze B2 for binaries storage instead of Github (f704685)

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 Nov 30, 2023

--- 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.8.2
+              tag: 1.8.3
             resources:
               limits:
                 memory: 4282M
               requests:
                 cpu: 15m
                 memory: 4282M

@feisar-bot
Copy link
Contributor Author

feisar-bot bot commented Nov 30, 2023

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

+++ kubernetes 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.8.2
+        image: gotson/komga:1.8.3
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8080

@feisar-bot
Copy link
Contributor Author

feisar-bot bot commented Nov 30, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@auricom auricom merged commit 2ee008a into main Nov 30, 2023
4 checks passed
@auricom auricom deleted the renovate/gotson-komga-1.x branch November 30, 2023 12:43
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