From a6c00c58088798474802af73823ce246734caf51 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 27 Dec 2025 01:01:17 +0000 Subject: [PATCH] Revert 'Updater bot : omada_v3 updated to 5.3-amd64-2025-11-09' [nobuild] --- omada_v3/CHANGELOG.md | 3 --- omada_v3/Dockerfile | 6 +++--- omada_v3/config.yaml | 2 +- omada_v3/updater.json | 4 ++-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/omada_v3/CHANGELOG.md b/omada_v3/CHANGELOG.md index 0c713a6da..ac5327b05 100644 --- a/omada_v3/CHANGELOG.md +++ b/omada_v3/CHANGELOG.md @@ -1,7 +1,4 @@ -## 5.3-amd64-2025-11-09 (2025-11-09) -- Update to latest version from mbentley/omada-controller - ## (23-12-2025) - Update to latest version from mbentley/omada-controller ## 5.3-amd64-2025-11-09-2 (18-11-2025) diff --git a/omada_v3/Dockerfile b/omada_v3/Dockerfile index 3259ce6ec..29faea15c 100644 --- a/omada_v3/Dockerfile +++ b/omada_v3/Dockerfile @@ -2,11 +2,11 @@ # ALEXBELGIUM'S DOCKERFILE # #============================# # _.------. -# _.-` ('>.-`"5.3-amd64-2025-11-09""-. +# _.-` ('>.-`"""-. # '.--'` _'` _ .--.) # -' '-.-';` ` # ' - _.' ``'--. -# '---` .-'"5.3-amd64-2025-11-09"` +# '---` .-'""` # /` #=== Home Assistant Addon ===# @@ -57,7 +57,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps -ENV PACKAGES="5.3-amd64-2025-11-09" +ENV PACKAGES="" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" diff --git a/omada_v3/config.yaml b/omada_v3/config.yaml index 3fde80801..0ff09c698 100644 --- a/omada_v3/config.yaml +++ b/omada_v3/config.yaml @@ -109,5 +109,5 @@ schema: slug: omada_v3 udev: true url: https://github.com/alexbelgium/hassio-addons -version: "5.3-amd64-2025-11-09" +version: "" webui: http://[HOST]:[PORT:8088] diff --git a/omada_v3/updater.json b/omada_v3/updater.json index b36c8fb4a..bb9ce6bbb 100644 --- a/omada_v3/updater.json +++ b/omada_v3/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": true, "github_tagfilter": "5.3-amd64", - "last_update": "2025-11-09", + "last_update": "23-12-2025", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "omada_v3", "source": "dockerhub", "upstream_repo": "mbentley/omada-controller", - "upstream_version": "5.3-amd64-2025-11-09" + "upstream_version": "" }