diff --git a/omada_v3/CHANGELOG.md b/omada_v3/CHANGELOG.md index 70eeeb354..798dd90d6 100644 --- a/omada_v3/CHANGELOG.md +++ b/omada_v3/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 5.3-amd64-2023-11-22 (2023-11-22) +- Update to latest version from mbentley/omada-controller - Recommendation : please backup your database and migrated to this addon https://github.com/jkunczik/home-assistant-omada - It is dedicated and seems in active development ; it should be more stable diff --git a/omada_v3/config.json b/omada_v3/config.json index b189fcba6..70a13964f 100644 --- a/omada_v3/config.json +++ b/omada_v3/config.json @@ -100,6 +100,6 @@ "slug": "omada_v3", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.3-amd64-2023-11-21", + "version": "5.3-amd64-2023-11-22", "webui": "http://[HOST]:[PORT:8088]" } diff --git a/omada_v3/updater.json b/omada_v3/updater.json index bac07dfa5..4c01cb608 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": "2023-11-21", + "last_update": "2023-11-22", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "omada_v3", "source": "dockerhub", "upstream_repo": "mbentley/omada-controller", - "upstream_version": "5.3-amd64-2023-11-21" + "upstream_version": "5.3-amd64-2023-11-22" }