mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-20 03:47:20 +02:00
Updater bot : elasticsearch updated to 8.19.20 (upstream 8.19.20)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user