Skip to content

Commit 2c9dc3d

Browse files
committed
Update kibana to 7.17.21
1 parent c8281bc commit 2c9dc3d

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.20'
22+
version: '7.17.21'
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.20
3+
KIBANA_VER ?= 7.17.21
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)