Skip to content

Commit

Permalink
Added support for Elasticsearch 8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemoore- committed Jun 5, 2024
1 parent 92d598e commit a1ae528
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
# Build and test zentity for each version of Elasticsearch that its APIs support.
matrix:
elasticsearch:
- 8.14.0
- 8.13.3
- 8.13.2
- 8.13.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
# Build and test zentity for each version of Elasticsearch that its APIs support.
matrix:
elasticsearch:
- 8.14.0
- 8.13.3
- 8.13.2
- 8.13.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Once you have installed Elasticsearch, you can install zentity from a remote URL

Example:

`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.13.4.zip`
`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.14.0.zip`

Read the [installation](https://zentity.io/docs/installation) docs for more details.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<zentity.version>1.8.3</zentity.version>

<!-- Dependency versions -->
<elasticsearch.version>8.13.4</elasticsearch.version>
<elasticsearch.version>8.14.0</elasticsearch.version>
<jackson.core.version>2.17.0</jackson.core.version>
<jackson.databind.version>2.17.0</jackson.databind.version>
<jdk.version>1.17</jdk.version>
Expand Down

0 comments on commit a1ae528

Please sign in to comment.