From 4271b415d7aea5abfde57b8e4d06ffd720064683 Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 12:05:29 -0500 Subject: [PATCH] Dependencies: Update elasticsearch, ... from 8.17.0 to 8.17.1 (#759) Co-authored-by: alexklibisz-scala-steward[bot] <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Co-authored-by: Alex Klibisz <8015228+alexklibisz@users.noreply.github.com> --- build.sbt | 2 +- client-python/requirements.txt | 2 +- docker/Dockerfile | 2 +- docs/pages/installation.md | 4 ++-- version | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 756e2c21..6c4c2580 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ Global / scalaVersion := "3.3.5" Global / scalacOptions += "-explain" lazy val CirceVersion = "0.14.10" -lazy val ElasticsearchVersion = "8.17.0" +lazy val ElasticsearchVersion = "8.17.1" lazy val Elastic4sVersion = "8.16.0" lazy val ElastiknnVersion = IO.read(file("version")).strip() lazy val LuceneVersion = "9.12.0" diff --git a/client-python/requirements.txt b/client-python/requirements.txt index 579d51a2..1db81c6f 100644 --- a/client-python/requirements.txt +++ b/client-python/requirements.txt @@ -1,3 +1,3 @@ -elasticsearch==8.16.0 +elasticsearch==8.17.1 tqdm==4.61.1 scipy==1.10.1 diff --git a/docker/Dockerfile b/docker/Dockerfile index 855da70e..d1740fcc 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,3 +1,3 @@ -FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.0 +FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.1 COPY elastiknn-plugin/target/elastiknn*.zip . RUN elasticsearch-plugin install -b file:$(ls elastiknn*zip | sort | tail -n1) diff --git a/docs/pages/installation.md b/docs/pages/installation.md index ef84ae3d..7f5f9652 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -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.17.0 -RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.17.0.0/elastiknn-8.17.0.0.zip +FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.1 +RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.17.1.0/elastiknn-8.17.1.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) diff --git a/version b/version index 61a73cf1..86d1cb44 100644 --- a/version +++ b/version @@ -1 +1 @@ -8.17.0.0 \ No newline at end of file +8.17.1.0 \ No newline at end of file