Updater bot : elasticsearch updated to 8.19.21 (upstream 8.19.21)

This commit is contained in:
alexbelgium
2026-09-05 01:27:24 +02:00
parent 55a93ba9c5
commit 5bc3dedd12
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 8.19.21 (2026-09-05)
- Update to latest version from elastic/elasticsearch (changelog : https://github.com/elastic/elasticsearch/releases)
## 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)

View File

@@ -14,7 +14,7 @@
# 1 Build Image #
#################
ARG BUILD_UPSTREAM="8.19.20"
ARG BUILD_UPSTREAM="8.19.21"
# 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

View File

@@ -90,4 +90,4 @@ slug: elasticsearch
startup: services
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch
version: "8.19.20"
version: "8.19.21"

View File

@@ -1,10 +1,10 @@
{
"github_fulltag": false,
"github_tagfilter": "v8.19",
"last_update": "2026-08-13",
"last_update": "2026-09-05",
"repository": "alexbelgium/hassio-addons",
"slug": "elasticsearch",
"source": "github",
"upstream_repo": "elastic/elasticsearch",
"upstream_version": "8.19.20"
"upstream_version": "8.19.21"
}