From 404177f432a6d69ee9cdb8970bae338149192dab Mon Sep 17 00:00:00 2001 From: wodbot Date: Wed, 27 Mar 2024 02:07:10 +0000 Subject: [PATCH] Update kibana to 7.17.19 --- .github/workflows/workflow.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2543726..5891777 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,5 +19,5 @@ jobs: - uses: actions/checkout@v2 - uses: ./.github/actions with: - version: '7.17.18' + version: '7.17.19' tags: 7.17,7,latest diff --git a/Makefile b/Makefile index 1f0ddfe..3cdf545 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include env_make -KIBANA_VER ?= 7.17.18 +KIBANA_VER ?= 7.17.19 KIBANA_VER_MINOR=$(shell echo "${KIBANA_VER}" | grep -oE '^[0-9]+\.[0-9]+') NODEJS_VER ?= $(shell wget -qO- "https://raw.githubusercontent.com/elastic/kibana/v$(KIBANA_VER)/.node-version")