Updater bot : ubooquity updated to 3.1.0

This commit is contained in:
alexbelgium
2025-08-23 01:59:22 +02:00
parent 5fc5fb9ffc
commit 8990a8eada
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 3.1.0 (23-08-2025)
- Update to latest version from linuxserver/docker-ubooquity (changelog : https://github.com/linuxserver/docker-ubooquity/releases)
## 2.1.5 (19-10-2024) ## 2.1.5 (19-10-2024)
- Update to latest version from linuxserver/docker-ubooquity (changelog : https://github.com/linuxserver/docker-ubooquity/releases) - Update to latest version from linuxserver/docker-ubooquity (changelog : https://github.com/linuxserver/docker-ubooquity/releases)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.5" ARG BUILD_UPSTREAM="3.1.0"
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
################## ##################

View File

@@ -117,6 +117,6 @@
"slug": "ubooquity", "slug": "ubooquity",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.5", "version": "3.1.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin" "webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "19-10-2024", "last_update": "23-08-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "ubooquity", "slug": "ubooquity",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-ubooquity", "upstream_repo": "linuxserver/docker-ubooquity",
"upstream_version": "2.1.5" "upstream_version": "3.1.0"
} }