diff --git a/elasticsearch/CHANGELOG.md b/elasticsearch/CHANGELOG.md index 357f4ddba4..67063f0cb5 100644 --- a/elasticsearch/CHANGELOG.md +++ b/elasticsearch/CHANGELOG.md @@ -1,6 +1,3 @@ - -## 8.19.19 (2026-07-21) -- Update to latest version from elastic/elasticsearch (changelog : https://github.com/elastic/elasticsearch/releases) ## 8.19.18-3 (14-07-2026) - Force a fresh image pull for users left on a stale cached image (some upgrades kept running the old Elasticsearch 7.17.9 image, failing with `mv: cannot move '/data/config' ... Permission denied` and `AccessDeniedException[/usr/share/elasticsearch/data/nodes/0]`). Fully stop and update the add-on so Home Assistant pulls this build. - Replaced the cryptic `Permission denied` failure with a clear message when the add-on is not running as root (the state that caused the failure above). diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index bf2cb19344..b5e7117821 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -14,7 +14,7 @@ # 1 Build Image # ################# -ARG BUILD_UPSTREAM="8.19.19" +ARG BUILD_UPSTREAM="8.19.18" FROM elasticsearch:$BUILD_UPSTREAM # The base image ends as USER 1000:0 with a root-owned, read-only (0555) diff --git a/elasticsearch/config.yaml b/elasticsearch/config.yaml index f6d7da49f0..dba4ca188e 100644 --- a/elasticsearch/config.yaml +++ b/elasticsearch/config.yaml @@ -90,4 +90,4 @@ slug: elasticsearch startup: services udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch -version: "8.19.19" +version: 8.19.18-3 diff --git a/elasticsearch/updater.json b/elasticsearch/updater.json index 32045df259..fdaf54d409 100644 --- a/elasticsearch/updater.json +++ b/elasticsearch/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": false, "github_tagfilter": "v8.19", - "last_update": "2026-07-21", + "last_update": "14-07-2026", "repository": "alexbelgium/hassio-addons", "slug": "elasticsearch", "source": "github", "upstream_repo": "elastic/elasticsearch", - "upstream_version": "8.19.19" + "upstream_version": "8.19.18" }