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 := 7.3.0
11- SPLUNK_BUILD := 657388c7a488
10+ SPLUNK_VERSION := 7.3.1
11+ SPLUNK_BUILD := bd63e13aa157
1212ifeq ($(shell arch) , s390x)
1313 SPLUNK_ARCH = s390x
1414else
Original file line number Diff line number Diff line change 22
33## Navigation
44
5+ * [ 7.3.1] ( #731 )
56* [ 7.3.0] ( #730 )
67* [ 7.2.7] ( #727 )
78* [ 7.2.6] ( #726 )
1516
1617---
1718
19+ ## 7.3.1
20+
21+ #### What's New?
22+ * New Splunk Enterprise release of 7.3.1
23+
24+ #### docker-splunk changes:
25+ * Bumping Splunk version. For details, see: https://docs.splunk.com/Documentation/Splunk/7.3.1/ReleaseNotes/Fixedissues
26+ * Documentation update
27+ * Minor bug fixes
28+
29+ #### splunk-ansible changes:
30+ * Fixed Enterprise Security application installation issues
31+ * Refactored Systemd
32+ * Fixed Ansible formatting issue
33+ * Cleaned up Python files before install
34+
35+ ---
36+
1837## 7.3.0
1938
2039#### What's New?
You can’t perform that action at this time.
0 commit comments