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
7
7
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
8
8
# Set Splunk version/build parameters here to define downstream URLs and file names
9
9
SPLUNK_PRODUCT := splunk
10
- SPLUNK_VERSION := 8.0.4.1
11
- SPLUNK_BUILD := ab7a85abaa98
10
+ SPLUNK_VERSION := 8.0.5
11
+ SPLUNK_BUILD := a1a6394cc5ae
12
12
ifeq ($(shell arch) , s390x)
13
13
SPLUNK_ARCH = s390x
14
14
else
Original file line number Diff line number Diff line change 2
2
3
3
## Navigation
4
4
5
+ * [ 8.0.5] ( #805 )
5
6
* [ 8.0.4.1] ( #8041 )
6
7
* [ 8.0.4] ( #804 )
7
8
* [ 8.0.3] ( #803 )
33
34
34
35
---
35
36
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
+
36
55
## 8.0.4.1
37
56
38
57
#### What's New?
You can’t perform that action at this time.
0 commit comments