Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 6e3bfd6

Browse files
committed
Update to Elasticsearch 8.4.1
1 parent 91d5cc9 commit 6e3bfd6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.elastic.co/elasticsearch/elasticsearch:8.4.1
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:8.4.2
22

33
ADD build/distribution/elasticsearch-ingest-langdetect.zip /elasticsearch-ingest-langdetect.zip
44
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch file:///elasticsearch-ingest-langdetect.zip

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ again.
1717

1818
| ES | Command |
1919
| ----- | ------- |
20+
| 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` |
2021
| 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` |
2122
| 8.4.0 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/8.4.0.1/ingest-langdetect-8.4.0.1.zip` |
2223
| 8.3.3 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/8.3.3.1/ingest-langdetect-8.3.3.1.zip` |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
elasticsearchVersion = 8.4.1
1+
elasticsearchVersion = 8.4.2

0 commit comments

Comments
 (0)