Updater bot : komga updated to 1.27.1 (upstream 1.27.1)

This commit is contained in:
alexbelgium
2026-09-24 14:27:21 +02:00
parent 9dca96bf06
commit 4f7211d9e0
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 1.27.1 (2026-09-24)
- Update to latest version from gotson/komga (changelog : https://github.com/gotson/komga/releases)
- Local disks: `localdisks` can now mount a single folder of a disk with `disk/folder` (e.g. `sda1/public` or `NAS/public`, mounted at `/mnt/<disk>/<folder>`). Existing values are unchanged.
## 1.27.0 (2026-09-19)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.27.0"
ARG BUILD_UPSTREAM="1.27.1"
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.27.0"
version: "1.27.1"

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "2026-09-19",
"last_update": "2026-09-24",
"repository": "alexbelgium/hassio-addons",
"slug": "komga",
"source": "github",
"upstream_repo": "gotson/komga",
"upstream_version": "1.27.0"
"upstream_version": "1.27.1"
}