Updater bot : elasticsearch updated to 8.19.20 (upstream 8.19.20)

This commit is contained in:
alexbelgium
2026-08-13 09:36:39 +02:00
parent 7a79f9738d
commit b7ae483be0
4 changed files with 7 additions and 4 deletions

View File

@@ -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) ## 8.19.19.2 (21-07-2026)
- Minor bugs fixed - Minor bugs fixed

View File

@@ -14,7 +14,7 @@
# 1 Build Image # # 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 # Pull from Elastic's own registry (multi-arch, published atomically with the
# GitHub release the updater tracks) rather than the Docker Hub "library" # GitHub release the updater tracks) rather than the Docker Hub "library"
# mirror, whose arm64/aarch64 tag lags hours behind and breaks the aarch64 # mirror, whose arm64/aarch64 tag lags hours behind and breaks the aarch64

View File

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

View File

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