From bf40cdd120bf3d768e6e58ddadc12f9c19e25cd6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Feb 2026 01:56:59 +0100 Subject: [PATCH] Updater bot : ente updated to 4.4.17 --- ente/CHANGELOG.md | 3 +++ ente/config.yaml | 2 +- ente/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ente/CHANGELOG.md b/ente/CHANGELOG.md index 53a50c10e..ec3d6187d 100644 --- a/ente/CHANGELOG.md +++ b/ente/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.4.17 (2026-02-21) +- Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases) + ## 4.4.16 (2026-02-14) - Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases) diff --git a/ente/config.yaml b/ente/config.yaml index 6d3fdcca7..039a13573 100644 --- a/ente/config.yaml +++ b/ente/config.yaml @@ -120,6 +120,6 @@ schema: slug: ente udev: true url: https://github.com/alexbelgium/hassio-addons -version: "4.4.16" +version: "4.4.17" video: true webui: http://[HOST]:[PORT:3000] diff --git a/ente/updater.json b/ente/updater.json index 2466200fb..6ce9782fc 100644 --- a/ente/updater.json +++ b/ente/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "2026-02-14", + "last_update": "2026-02-21", "repository": "alexbelgium/hassio-addons", "slug": "ente", "source": "github", "upstream_repo": "ente-io/ente", - "upstream_version": "4.4.16" + "upstream_version": "4.4.17" }