From 1a95c78c808e8a95e62c9f7d82c538c6d4850856 Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:30:26 -0400 Subject: [PATCH] Dependencies: Update elasticsearch, ... from 8.15.0 to 8.15.1 (#732) --- build.sbt | 2 +- docker/Dockerfile | 2 +- docs/pages/installation.md | 4 ++-- version | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index a492772f..4a33c157 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ Global / scalaVersion := "3.3.3" Global / scalacOptions += "-explain" lazy val CirceVersion = "0.14.9" -lazy val ElasticsearchVersion = "8.15.0" +lazy val ElasticsearchVersion = "8.15.1" lazy val Elastic4sVersion = "8.15.0" lazy val ElastiknnVersion = IO.read(file("version")).strip() lazy val LuceneVersion = "9.11.1" diff --git a/docker/Dockerfile b/docker/Dockerfile index cb0b4444..37f0ccec 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,3 +1,3 @@ -FROM docker.elastic.co/elasticsearch/elasticsearch:8.15.0 +FROM docker.elastic.co/elasticsearch/elasticsearch:8.15.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 40398e77..73ecb23c 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.15.0 -RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.15.0.1/elastiknn-8.15.0.1.zip +FROM docker.elastic.co/elasticsearch/elasticsearch:8.15.1 +RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.15.1.1/elastiknn-8.15.1.1.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 cb67db90..4691f420 100644 --- a/version +++ b/version @@ -1 +1 @@ -8.15.0.1 \ No newline at end of file +8.15.1.0 \ No newline at end of file