Updater bot : komga updated to 1.26.3 (upstream 1.26.3)

This commit is contained in:
alexbelgium
2026-08-13 09:38:34 +02:00
parent e1f16686f9
commit 28bd43338a
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 1.26.3 (2026-08-13)
- Update to latest version from gotson/komga (changelog : https://github.com/gotson/komga/releases)
## 1.26.1.4 (12-08-2026)
- Minor bugs fixed
## 1.26.1.3 (2026-08-12)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.26.1"
ARG BUILD_UPSTREAM="1.26.3"
FROM ${BUILD_FROM}
ENV BASHIO_VERSION=0.14.3

View File

@@ -101,4 +101,4 @@ schema:
slug: komga
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/komga
version: "1.26.1.4"
version: "1.26.3"

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "2026-08-11",
"last_update": "2026-08-13",
"repository": "alexbelgium/hassio-addons",
"slug": "komga",
"source": "github",
"upstream_repo": "gotson/komga",
"upstream_version": "1.26.1"
"upstream_version": "1.26.3"
}