Skip to content

Commit dd3fe6a

Browse files
author
Nelson Wang
committed
Updating for 8.0.1
1 parent 38a300e commit dd3fe6a

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
77
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
88
# Set Splunk version/build parameters here to define downstream URLs and file names
99
SPLUNK_PRODUCT := splunk
10-
SPLUNK_VERSION := 8.0.0
11-
SPLUNK_BUILD := 1357bef0a7f6
10+
SPLUNK_VERSION := 8.0.1
11+
SPLUNK_BUILD := 6db836e2fb9e
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Navigation
44

5+
* [8.0.1](#801)
56
* [8.0.0](#800)
67
* [7.3.3](#733)
78
* [7.3.2](#732)
@@ -21,6 +22,20 @@
2122

2223
---
2324

25+
## 8.0.1
26+
27+
#### What's New?
28+
* New Splunk Enterprise release of 8.0.1
29+
30+
#### docker-splunk changes:
31+
* Bumping Splunk version. For details, see: https://docs.splunk.com/Documentation/Splunk/8.0.1/ReleaseNotes/Fixedissues
32+
* See [8.0.0](#800) changes
33+
34+
#### splunk-ansible changes:
35+
* See [8.0.0](#800) changes
36+
37+
---
38+
2439
## 8.0.0
2540

2641
#### What's New?

0 commit comments

Comments
 (0)