From b8746e4a2f36da6c19ec56cab55cda5c05a0f829 Mon Sep 17 00:00:00 2001 From: Or Ouziel Date: Mon, 16 Oct 2023 12:35:47 +0300 Subject: [PATCH] Bump cloudbeat version in hermit (#1388) bump hermit Co-authored-by: Oren Zohar <85433724+oren-zohar@users.noreply.github.com> --- bin/hermit.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hermit.hcl b/bin/hermit.hcl index 2f7c1b943e..29158b4744 100644 --- a/bin/hermit.hcl +++ b/bin/hermit.hcl @@ -1,4 +1,4 @@ env = { - "CLOUDBEAT_VERSION": "8.11.0", + "CLOUDBEAT_VERSION": "8.12.0", "ELK_VERSION": "${CLOUDBEAT_VERSION}-SNAPSHOT", }