File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
77SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
88# Set Splunk version/build parameters here to define downstream URLs and file names
99SPLUNK_PRODUCT := splunk
10- SPLUNK_VERSION := 8.0.2.1
11- SPLUNK_BUILD := f002026bad55
10+ SPLUNK_VERSION := 8.0.3
11+ SPLUNK_BUILD := a6754d8441bf
1212ifeq ($(shell arch) , s390x)
1313 SPLUNK_ARCH = s390x
1414else
Original file line number Diff line number Diff line change 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 )
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?
You can’t perform that action at this time.
0 commit comments