Revert "Updater bot : elasticsearch updated to 8.19.19"

This reverts commit 755b14f934.
This commit is contained in:
GitHub Actions
2026-07-21 14:25:28 +00:00
parent b39e9b04ae
commit c67333f2ec
4 changed files with 4 additions and 7 deletions

View File

@@ -1,6 +1,3 @@
## 8.19.19 (2026-07-21)
- Update to latest version from elastic/elasticsearch (changelog : https://github.com/elastic/elasticsearch/releases)
## 8.19.18-3 (14-07-2026)
- Force a fresh image pull for users left on a stale cached image (some upgrades kept running the old Elasticsearch 7.17.9 image, failing with `mv: cannot move '/data/config' ... Permission denied` and `AccessDeniedException[/usr/share/elasticsearch/data/nodes/0]`). Fully stop and update the add-on so Home Assistant pulls this build.
- Replaced the cryptic `Permission denied` failure with a clear message when the add-on is not running as root (the state that caused the failure above).

View File

@@ -14,7 +14,7 @@
# 1 Build Image #
#################
ARG BUILD_UPSTREAM="8.19.19"
ARG BUILD_UPSTREAM="8.19.18"
FROM elasticsearch:$BUILD_UPSTREAM
# The base image ends as USER 1000:0 with a root-owned, read-only (0555)

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.19"
version: 8.19.18-3

View File

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