From b7ae483be01aadcf55bb37248eb9588c72404b3f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 13 Aug 2026 09:36:39 +0200 Subject: [PATCH] Updater bot : elasticsearch updated to 8.19.20 (upstream 8.19.20) --- 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 565a169610..6cada87f29 100644 --- a/elasticsearch/CHANGELOG.md +++ b/elasticsearch/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 8.19.20 (2026-08-13) +- Update to latest version from elastic/elasticsearch (changelog : https://github.com/elastic/elasticsearch/releases) ## 8.19.19.2 (21-07-2026) - Minor bugs fixed diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index ccaee43a08..5f96038648 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.20" # Pull from Elastic's own registry (multi-arch, published atomically with the # GitHub release the updater tracks) rather than the Docker Hub "library" # mirror, whose arm64/aarch64 tag lags hours behind and breaks the aarch64 diff --git a/elasticsearch/config.yaml b/elasticsearch/config.yaml index 742c01c9dd..4f4f9311b7 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.2" +version: "8.19.20" diff --git a/elasticsearch/updater.json b/elasticsearch/updater.json index 32045df259..1d21adfe31 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": "2026-08-13", "repository": "alexbelgium/hassio-addons", "slug": "elasticsearch", "source": "github", "upstream_repo": "elastic/elasticsearch", - "upstream_version": "8.19.19" + "upstream_version": "8.19.20" }