From a88fe2dfff923048d13ff9524b59bfd9e25d4adc Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Sep 2024 02:03:42 +0200 Subject: [PATCH] Updater bot : ubooquity updated to 2.1.4 --- ubooquity/CHANGELOG.md | 3 +++ ubooquity/Dockerfile | 2 +- ubooquity/config.json | 2 +- ubooquity/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ubooquity/CHANGELOG.md b/ubooquity/CHANGELOG.md index 5ed0c474b..7bcbf7711 100644 --- a/ubooquity/CHANGELOG.md +++ b/ubooquity/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.1.4 (21-09-2024) +- Update to latest version from linuxserver/docker-ubooquity (changelog : https://github.com/linuxserver/docker-ubooquity/releases) - Arm32v7 discontinued by linuxserver, latest working version pinned - Feat : cifsdomain added - WARNING : update to supervisor 2022.11 before installing diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 194728f30..71c65a242 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.1.2" +ARG BUILD_UPSTREAM="2.1.4" FROM ${BUILD_FROM} ################## diff --git a/ubooquity/config.json b/ubooquity/config.json index aab8b2fc5..1afdbccb4 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -114,6 +114,6 @@ "slug": "ubooquity", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.2-12", + "version": "2.1.4", "webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin" } diff --git a/ubooquity/updater.json b/ubooquity/updater.json index 02c4fdded..572eea465 100644 --- a/ubooquity/updater.json +++ b/ubooquity/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-04-2022", + "last_update": "21-09-2024", "repository": "alexbelgium/hassio-addons", "slug": "ubooquity", "source": "github", "upstream_repo": "linuxserver/docker-ubooquity", - "upstream_version": "2.1.2" + "upstream_version": "2.1.4" }