diff --git a/elasticsearch/CHANGELOG.md b/elasticsearch/CHANGELOG.md index 5f2bd05aa..abfb873f7 100644 --- a/elasticsearch/CHANGELOG.md +++ b/elasticsearch/CHANGELOG.md @@ -1,3 +1,6 @@ +- BREAKING CHANGE : upgrade to v8.14.3. You'll need to rebuild your indexes + +## v7 - Implemented healthcheck - WARNING : update to supervisor 2022.11 before installing - Add codenotary sign diff --git a/elasticsearch/config.json b/elasticsearch/config.json index 2a697caad..abf2b7dc5 100644 --- a/elasticsearch/config.json +++ b/elasticsearch/config.json @@ -88,5 +88,5 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch", - "version": "7.17.9" + "version": "8.14.3" }