From d0cb76987923f0c4be9d58af00eb8b0569064672 Mon Sep 17 00:00:00 2001 From: Jacob Beneski Date: Sun, 9 Jul 2023 19:17:59 -0500 Subject: [PATCH] Add 8.x to definition.yml --- server/modules/search/elasticsearch/definition.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/server/modules/search/elasticsearch/definition.yml b/server/modules/search/elasticsearch/definition.yml index 8475c0b5..dc9f770f 100644 --- a/server/modules/search/elasticsearch/definition.yml +++ b/server/modules/search/elasticsearch/definition.yml @@ -12,6 +12,7 @@ props: hint: Should match the version of the Elasticsearch nodes you are connecting to order: 1 enum: + - '8.x' - '7.x' - '6.x' default: '6.x'