Skip to content

Commit 949d0b2

Browse files
9.1.1 Release Updates (#620)
1 parent 75e8a25 commit 949d0b2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-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.0.2
11-
SPLUNK_BUILD := b6436b649711
10+
SPLUNK_VERSION := 9.1.1
11+
SPLUNK_BUILD := 64e843ea36b1
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 13 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.1](#911)
1314
* [9.1.0.2](#9102)
1415
* [9.1.0.1](#9101)
1516
* [9.0.5.1](#9051)
@@ -89,6 +90,18 @@ Red Hat images will continue to be published.
8990
* [7.2.1](#721)
9091
* [7.2.0](#720)
9192

93+
## 9.1.1
94+
95+
#### What's New?
96+
* Releasing new images to support Splunk Enterprise release.
97+
98+
#### docker-splunk changes:
99+
* Bumping Splunk version. For details, see [Fixed issues for 9.1.1](https://docs.splunk.com/Documentation/Splunk/9.1.1/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.1.1)
100+
101+
#### splunk-ansible changes:
102+
* Docs updated
103+
104+
---
92105
## 9.1.0.2
93106

94107
#### What's New?

0 commit comments

Comments
 (0)