Skip to content

Commit 1e2d550

Browse files
committed
Update kibana to 7.17.25
1 parent 2a1c46e commit 1e2d550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: ./.github/actions
2121
with:
22-
version: '7.17.24'
22+
version: '7.17.25'
2323
tags: 7.17,7,latest

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-include env_make
22

3-
KIBANA_VER ?= 7.17.24
3+
KIBANA_VER ?= 7.17.25
44
KIBANA_VER_MINOR=$(shell echo "${KIBANA_VER}" | grep -oE '^[0-9]+\.[0-9]+')
55

66
NODEJS_VER ?= $(shell wget -qO- "https://raw.githubusercontent.com/elastic/kibana/v$(KIBANA_VER)/.node-version")

0 commit comments

Comments
 (0)