From 8c2a7097d010ecc1aa2a1d538265f2d84dfd1f15 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Aug 2026 01:33:08 +0200 Subject: [PATCH] Updater bot : zoraxy updated to 3.3.4 (upstream 3.3.4) --- zoraxy/CHANGELOG.md | 3 +++ zoraxy/config.yaml | 2 +- zoraxy/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/zoraxy/CHANGELOG.md b/zoraxy/CHANGELOG.md index 94db31cdd6..7e87712a0b 100644 --- a/zoraxy/CHANGELOG.md +++ b/zoraxy/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.3.4 (2026-08-29) +- Update to latest version from tobychui/zoraxy (changelog : https://github.com/tobychui/zoraxy/releases) ## 3.3.3 (2026-06-19) - Initial release - Zoraxy reverse proxy with web management UI (port 8000) for Home Assistant diff --git a/zoraxy/config.yaml b/zoraxy/config.yaml index da629622de..bb2124533f 100644 --- a/zoraxy/config.yaml +++ b/zoraxy/config.yaml @@ -6,7 +6,7 @@ image: ghcr.io/alexbelgium/zoraxy-{arch} name: Zoraxy slug: zoraxy url: https://github.com/alexbelgium/hassio-addons/tree/master/zoraxy -version: "3.3.3" +version: "3.3.4" init: false startup: services webui: "http://[HOST]:[PORT:8000]" diff --git a/zoraxy/updater.json b/zoraxy/updater.json index c47f9278fa..00a5f212ee 100644 --- a/zoraxy/updater.json +++ b/zoraxy/updater.json @@ -1,11 +1,11 @@ { - "last_update": "2026-06-19", + "last_update": "2026-08-29", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "zoraxy", "source": "github", "upstream_repo": "tobychui/zoraxy", - "upstream_version": "3.3.3", + "upstream_version": "3.3.4", "github_beta": false, "github_fulltag": false, "github_tagfilter": "",