Skip to content

Commit cba4558

Browse files
authored
Merge pull request #291 from splunk/release/801
Release/801
2 parents a6ff70b + b0dd94f commit cba4558

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-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: 18 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,23 @@
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+
* Bugfixes and increasing test coverage for new features
33+
34+
#### splunk-ansible changes:
35+
* Service name fixes for AWS
36+
* Bugfixes around forwarding and SHC-readiness
37+
* Additional options to control SmartStore configuration
38+
**NOTE** If you are currently using SmartStore, this change does break backwards-compatibility with former versions of the `default.yml` schema. This was necessary to expose the additional features asked for by the community. Please regenerate the `default.yml` if you plan on upgrading to this version.
39+
40+
---
41+
2442
## 8.0.0
2543

2644
#### What's New?

0 commit comments

Comments
 (0)