Skip to content

Commit

Permalink
Plugin: bump version to 8.15.0.1 to release the fix for #715 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz committed Aug 29, 2024
1 parent b28ae02 commit 9088ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The image version (`elasticsearch:A.B.C`) must match the plugin's version (e.g.

```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.0/elastiknn-8.15.0.0.zip
RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.15.0.1/elastiknn-8.15.0.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)
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.15.0.0
8.15.0.1

0 comments on commit 9088ef5

Please sign in to comment.