Skip to content

Commit 5e2b45e

Browse files
alexklibiszclaude
andauthored
Dependencies: upgrade Elasticsearch to 9.3.3 (#848)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4391ee9 commit 5e2b45e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Global / scalaVersion := "3.3.6"
77
Global / scalacOptions += "-explain"
88

99
lazy val CirceVersion = "0.14.14"
10-
lazy val ElasticsearchVersion = "9.3.2"
10+
lazy val ElasticsearchVersion = "9.3.3"
1111
lazy val Elastic4sVersion = "9.3.0"
1212
lazy val ElastiknnVersion = IO.read(file("version")).strip()
1313
lazy val LuceneVersion = "10.3.2"

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM docker.elastic.co/elasticsearch/elasticsearch:9.3.2
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:9.3.3
22
COPY elastiknn-plugin/target/elastiknn*.zip .
33
RUN PLUGIN=$(ls elastiknn*.zip | sort | tail -n1) && elasticsearch-plugin install -b "file://$PWD/$PLUGIN"

docs/pages/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Make a Dockerfile like below.
4242
The image version (`elasticsearch:A.B.C`) must match the plugin's version (e.g. `A.B.C.x/elastiknn-A.B.C.x`).
4343

4444
```docker
45-
FROM docker.elastic.co/elasticsearch/elasticsearch:9.3.2
46-
RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/9.3.2.0/elastiknn-9.3.2.0.zip
45+
FROM docker.elastic.co/elasticsearch/elasticsearch:9.3.3
46+
RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/9.3.3.0/elastiknn-9.3.3.0.zip
4747
```
4848

4949
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)

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.3.2.0
1+
9.3.3.0

0 commit comments

Comments
 (0)