Skip to content

Commit 893aa85

Browse files
Merge pull request #658 from splunk/develop
release 9.1.4
2 parents e2480f7 + 3bc640b commit 893aa85

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Makefile

+2-2
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 := 9.0.9
11-
SPLUNK_BUILD := 6315942c563f
10+
SPLUNK_VERSION := 9.1.4
11+
SPLUNK_BUILD := a414fc70250e
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Red Hat images will continue to be published.
1212

1313
* [9.2.0.1](#9201)
1414
* [9.2.0](#920)
15+
* [9.1.4](#914)
1516
* [9.1.3](#913)
1617
* [9.1.2](#912)
1718
* [9.1.1](#911)
@@ -129,6 +130,20 @@ Red Hat images will continue to be published.
129130

130131
---
131132

133+
## 9.1.4
134+
135+
#### What's New?
136+
* Releasing new images to support Splunk Enterprise release.
137+
138+
#### docker-splunk changes:
139+
* Bumping Splunk version. For details, see [Fixed issues for 9.1.4](https://docs.splunk.com/Documentation/Splunk/9.1.4/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.1.4)
140+
141+
#### splunk-ansible changes:
142+
* Docs updated
143+
* Bugfixes
144+
145+
---
146+
132147
## 9.1.3
133148

134149
#### What's New?

0 commit comments

Comments
 (0)