From a1ae5285ac64ed4368b171ae6ab8ebd53e7032c7 Mon Sep 17 00:00:00 2001 From: Dave Moore Date: Wed, 5 Jun 2024 12:56:07 -0400 Subject: [PATCH] Added support for Elasticsearch 8.14.0 --- .github/workflows/commit.yml | 1 + .github/workflows/deploy.yml | 1 + README.md | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index f73fe023..77b0f540 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2b0de277..4d29cd8e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/README.md b/README.md index 7703d5f8..ff403af9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pom.xml b/pom.xml index d848f9ac..268abc24 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 1.8.3 - 8.13.4 + 8.14.0 2.17.0 2.17.0 1.17