Updater bot : linkwarden updated to 2.13.3

This commit is contained in:
alexbelgium
2025-12-23 17:13:45 +01:00
parent 017ec9ba2e
commit 499ebd3f06
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.13.3 (23-12-2025)
- Update to latest version from linkwarden/linkwarden (changelog : https://github.com/linkwarden/linkwarden/releases)
## 2.13.2 (13-12-2025)
- Update to latest version from linkwarden/linkwarden (changelog : https://github.com/linkwarden/linkwarden/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -45,5 +45,5 @@ schema:
STORAGE_FOLDER: str?
slug: linkwarden
url: https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden
version: "2.13.2"
version: "2.13.3"
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"

View File

@@ -1,8 +1,8 @@
{
"last_update": "13-12-2025",
"last_update": "23-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "linkwarden",
"source": "github",
"upstream_repo": "linkwarden/linkwarden",
"upstream_version": "2.13.2"
"upstream_version": "2.13.3"
}