Skip to content

Commit 897b06d

Browse files
author
mikedickey
authored
Merge branch 'develop' into support-dfs-configuration
2 parents 082146f + b31fbea commit 897b06d

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 := 7.3.0
11-
SPLUNK_BUILD := 657388c7a488
10+
SPLUNK_VERSION := 7.3.1
11+
SPLUNK_BUILD := bd63e13aa157
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+
* [7.3.1](#731)
56
* [7.3.0](#730)
67
* [7.2.7](#727)
78
* [7.2.6](#726)
@@ -15,6 +16,24 @@
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?

0 commit comments

Comments
 (0)