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.4.1
11- SPLUNK_BUILD := ab7a85abaa98
10+ SPLUNK_VERSION := 8.0.5
11+ SPLUNK_BUILD := a1a6394cc5ae
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.5] ( #805 )
56* [ 8.0.4.1] ( #8041 )
67* [ 8.0.4] ( #804 )
78* [ 8.0.3] ( #803 )
3334
3435---
3536
37+ ## 8.0.5
38+
39+ #### What's New?
40+ * Releasing new images to support Splunk Enterprise maintenance patch.
41+
42+ #### docker-splunk changes:
43+ * Bumping Splunk version. For details, see [ Fixed issues for 8.0.5] ( https://docs.splunk.com/Documentation/Splunk/8.0.5/ReleaseNotes/Fixedissues )
44+ * Support for Splunk Cloud
45+ * Added tests and documentation for new features
46+
47+ #### splunk-ansible changes:
48+ * Support for Splunk Enterprise Security (ES)
49+ * Added a role for the Distributed Monitoring Console (DMC)
50+ * Support for forwarding from the Splunk Data Stream Processor (DSP)
51+ * ` splunk.license_master_url ` now allows scheme and port to be set along with the protocol
52+
53+ ---
54+
3655## 8.0.4.1
3756
3857#### What's New?
You can’t perform that action at this time.
0 commit comments