From 7f8cf95a5bc71a172e1b866698b98078e0aa5b41 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Thu, 18 Aug 2022 14:32:17 +0200 Subject: [PATCH] Update to Elasticsearch 8.3.3 --- Dockerfile | 2 +- README.md | 1 + gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d0cb2e6..9d37e92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.elastic.co/elasticsearch/elasticsearch:8.3.2 +FROM docker.elastic.co/elasticsearch/elasticsearch:8.3.3 ADD ./src/test/resources/models/en-ner-persons.bin /usr/share/elasticsearch/config/ingest-opennlp/ ADD ./src/test/resources/models/en-ner-locations.bin /usr/share/elasticsearch/config/ingest-opennlp/ diff --git a/README.md b/README.md index bbf5c92..50df0d5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This plugin is also intended to show you, that using gradle as a build system ma | ES | Command | | ----- | ------- | +| 8.3.3 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-opennlp/releases/download/8.3.3.1/ingest-opennlp-8.3.3.1.zip` | | 8.3.2 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-opennlp/releases/download/8.3.2.1/ingest-opennlp-8.3.2.1.zip` | | 8.3.1 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-opennlp/releases/download/8.3.1.1/ingest-opennlp-8.3.1.1.zip` | | 8.3.0 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-opennlp/releases/download/8.3.0.1/ingest-opennlp-8.3.0.1.zip` | diff --git a/gradle.properties b/gradle.properties index c502c26..bd4fa0f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -elasticsearchVersion = 8.3.2 +elasticsearchVersion = 8.3.3