Updater bot : linkwarden updated to 2.11.2

This commit is contained in:
alexbelgium
2025-07-05 01:57:23 +02:00
parent bc6623bfc2
commit 71b0bc7b89
3 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 2.11.2 (05-07-2025)
- Update to latest version from linkwarden/linkwarden (changelog : https://github.com/linkwarden/linkwarden/releases)
## 2.11.1 (28-06-2025)
- Update to latest version from linkwarden/linkwarden (changelog : https://github.com/linkwarden/linkwarden/releases)

View File

@@ -1,5 +1,8 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "collaborative bookmark manager to collect, organize, and preserve webpages and articles",
"environment": {
@@ -16,7 +19,9 @@
},
"image": "ghcr.io/alexbelgium/linkwarden-{arch}",
"init": false,
"map": ["addon_config:rw"],
"map": [
"addon_config:rw"
],
"name": "Linkwarden",
"ports": {
"3000/tcp": 3000
@@ -41,6 +46,6 @@
},
"slug": "linkwarden",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden",
"version": "2.11.1",
"version": "2.11.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "28-06-2025",
"last_update": "05-07-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "linkwarden",
"source": "github",
"upstream_repo": "linkwarden/linkwarden",
"upstream_version": "2.11.1"
"upstream_version": "2.11.2"
}