mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-21 04:13:32 +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)
|
## 8.19.19.2 (21-07-2026)
|
||||||
- Minor bugs fixed
|
- Minor bugs fixed
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user