From 379bec188bc849e7b0c1b9a261246c9bdb3b248e Mon Sep 17 00:00:00 2001 From: Alex Klibisz <8015228+alexklibisz@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:01:11 -0700 Subject: [PATCH] Update version in other files --- docker/Dockerfile | 2 +- docs/pages/installation.md | 4 ++-- version | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 8ee8e09d9..2b4a2a974 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,3 +1,3 @@ -FROM docker.elastic.co/elasticsearch/elasticsearch:8.14.1 +FROM docker.elastic.co/elasticsearch/elasticsearch:8.14.2 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 27d5fafbc..d4948cd5c 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.14.1 -RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.14.1.0/elastiknn-8.14.1.0.zip +FROM docker.elastic.co/elasticsearch/elasticsearch:8.14.2 +RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.14.2.0/elastiknn-8.14.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) diff --git a/version b/version index 617ef483b..0de691a89 100644 --- a/version +++ b/version @@ -1 +1 @@ -8.14.1.0 \ No newline at end of file +8.14.2.0 \ No newline at end of file