Skip to content

Commit 472e12e

Browse files
authored
Updating Makefile and Changelog for Release/8.0.3 (#349)
1 parent ab3cf94 commit 472e12e

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-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.2.1
11-
SPLUNK_BUILD := f002026bad55
10+
SPLUNK_VERSION := 8.0.3
11+
SPLUNK_BUILD := a6754d8441bf
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

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

33
## Navigation
44

5+
* [8.0.3](#803)
56
* [8.0.2.1](#8021)
67
* [8.0.2](#802)
78
* [8.0.1](#801)
@@ -28,6 +29,24 @@
2829

2930
---
3031

32+
## 8.0.3
33+
34+
#### What's New?
35+
* Releasing new images to support Splunk Enterprise maintenance patch.
36+
37+
#### docker-splunk changes:
38+
* Bumping Splunk version. For details, see [Fixed issues](https://docs.splunk.com/Documentation/Splunk/8.0.3/ReleaseNotes/Fixedissues) in 8.0.3.
39+
* Limited `ansible-playbook` to `localhost` only
40+
* Updated tests and documentation
41+
42+
#### splunk-ansible changes:
43+
* Added support for Java installations on Red Hat and CentOS
44+
* Updated defaults for `service_name`
45+
* In S2S configuration, revised Splunk restart trigger to occur only when splunktcp has changed and Splunk is running
46+
* Refactored how apps are copied and disabled
47+
48+
---
49+
3150
## 8.0.2.1
3251

3352
#### What's New?

0 commit comments

Comments
 (0)