From 155ac0999dfe833633842034d38721fdedeab24f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 21 Jul 2026 14:26:24 +0000 Subject: [PATCH] Reapply "Updater bot : elasticsearch updated to 8.19.19" This reverts commit c67333f2ecada27126343bd82c26b46d7e320cd3. --- elasticsearch/CHANGELOG.md | 3 +++ elasticsearch/Dockerfile | 2 +- elasticsearch/config.yaml | 2 +- elasticsearch/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/elasticsearch/CHANGELOG.md b/elasticsearch/CHANGELOG.md index 67063f0cb5..357f4ddba4 100644 --- a/elasticsearch/CHANGELOG.md +++ b/elasticsearch/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 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 b5e7117821..bf2cb19344 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -14,7 +14,7 @@ # 1 Build Image # ################# -ARG BUILD_UPSTREAM="8.19.18" +ARG BUILD_UPSTREAM="8.19.19" 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 dba4ca188e..f6d7da49f0 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.18-3 +version: "8.19.19" diff --git a/elasticsearch/updater.json b/elasticsearch/updater.json index fdaf54d409..32045df259 100644 --- a/elasticsearch/updater.json +++ b/elasticsearch/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": false, "github_tagfilter": "v8.19", - "last_update": "14-07-2026", + "last_update": "2026-07-21", "repository": "alexbelgium/hassio-addons", "slug": "elasticsearch", "source": "github", "upstream_repo": "elastic/elasticsearch", - "upstream_version": "8.19.18" + "upstream_version": "8.19.19" }