Skip to content

Commit

Permalink
Dependencies: Upgrade Elasticsearch to 8.9.2 (#576)
Browse files Browse the repository at this point in the history
fabriziofortino authored Nov 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d8ce5a0 commit 97dcfc5
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import ElasticsearchPluginPlugin.autoImport._
Global / scalaVersion := "2.13.10"

lazy val CirceVersion = "0.14.3"
lazy val ElasticsearchVersion = "8.9.1"
lazy val ElasticsearchVersion = "8.9.2"
lazy val Elastic4sVersion = "8.9.1"
lazy val ElastiknnVersion = IO.read(file("version")).strip()
lazy val LuceneVersion = "9.7.0"
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:8.9.1
FROM docker.elastic.co/elasticsearch/elasticsearch:8.9.2
COPY elastiknn-plugin/target/elastiknn*.zip .
RUN elasticsearch-plugin install -b file:$(ls elastiknn*zip | sort | tail -n1)
4 changes: 2 additions & 2 deletions docs/pages/installation.md
Original file line number Diff line number Diff line change
@@ -42,8 +42,8 @@ Make a Dockerfile like below.
The image version (`elasticsearch:A.B.C`) must match the plugin's version (e.g. `A.B.C.x/elastiknn-A.B.C.x`).

```docker
FROM docker.elastic.co/elasticsearch/elasticsearch:8.9.1
RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.9.1.0/elastiknn-8.9.1.0.zip
FROM docker.elastic.co/elasticsearch/elasticsearch:8.9.2
RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.9.2.0/elastiknn-8.9.2.0.zip
```

Build and run the Dockerfile. If you have any issues please refer to the [official docs.](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html)
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.9.1.0
8.9.2.0

0 comments on commit 97dcfc5

Please sign in to comment.