From b540cf6d3ce4efd8b93a5d9368f8b1cdfc20936a Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Sat, 5 Nov 2022 17:04:41 +0100 Subject: [PATCH] Update to Elasticsearch 8.5.0 --- Dockerfile | 2 +- README.md | 1 + gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b223e12..0656405 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.elastic.co/elasticsearch/elasticsearch:8.4.3 +FROM docker.elastic.co/elasticsearch/elasticsearch:8.5.0 ADD build/distribution/elasticsearch-ingest-langdetect.zip /elasticsearch-ingest-langdetect.zip RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch file:///elasticsearch-ingest-langdetect.zip diff --git a/README.md b/README.md index fed13d2..398b690 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ again. | ES | Command | | ----- | ------- | +| 8.5.0 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/8.5.0.1/ingest-langdetect-8.5.0.1.zip` | | 8.4.3 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/8.4.3.1/ingest-langdetect-8.4.3.1.zip` | | 8.4.2 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/8.4.2.1/ingest-langdetect-8.4.2.1.zip` | | 8.4.1 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/8.4.1.1/ingest-langdetect-8.4.1.1.zip` | diff --git a/gradle.properties b/gradle.properties index c34cda5..874ec91 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -elasticsearchVersion = 8.4.3 +elasticsearchVersion = 8.5.0