Skip to content

Commit 8581e5c

Browse files
Merge pull request #628 from splunk/develop
Release/9.1.2 (#627)
2 parents faddd50 + 2a22eff commit 8581e5c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-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.1.1
11-
SPLUNK_BUILD := 64e843ea36b1
10+
SPLUNK_VERSION := 9.1.2
11+
SPLUNK_BUILD := b6b9c8185839
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Red Hat images will continue to be published.
1010

1111
## Navigation
1212

13+
* [9.1.2](#912)
1314
* [9.1.1](#911)
1415
* [9.1.0.2](#9102)
1516
* [9.1.0.1](#9101)
@@ -92,6 +93,19 @@ Red Hat images will continue to be published.
9293
* [7.2.1](#721)
9394
* [7.2.0](#720)
9495

96+
## 9.1.2
97+
98+
#### What's New?
99+
* Releasing new images to support Splunk Enterprise release.
100+
101+
#### docker-splunk changes:
102+
* Bumping Splunk version. For details, see [Fixed issues for 9.1.2](https://docs.splunk.com/Documentation/Splunk/9.1.2/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.1.2)
103+
104+
#### splunk-ansible changes:
105+
* Docs updated
106+
* Bugfixes
107+
108+
---
95109
## 9.1.1
96110

97111
#### What's New?

0 commit comments

Comments
 (0)