Skip to content

Commit badb045

Browse files
updated docs for 9.1.3 release; (#636)
* updated docs for 9.1.3 release; * updated SHA and version number;
1 parent 2f86479 commit badb045

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-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 := 9.1.2
11-
SPLUNK_BUILD := b6b9c8185839
10+
SPLUNK_VERSION := 9.1.3
11+
SPLUNK_BUILD := d95b3299fa65
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
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.3](#913)
1314
* [9.1.2](#912)
1415
* [9.1.1](#911)
1516
* [9.1.0.2](#9102)
@@ -94,6 +95,20 @@ Red Hat images will continue to be published.
9495
* [7.2.1](#721)
9596
* [7.2.0](#720)
9697

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

99114
#### What's New?

0 commit comments

Comments
 (0)