Skip to content

Commit 0e987d0

Browse files
Merge pull request #605 from splunk/release/9.1.0.1
updated docs and Makefile for 9.1.0.1 release;
2 parents 79000e2 + 6258668 commit 0e987d0

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.0.5
11-
SPLUNK_BUILD := e9494146ae5c
10+
SPLUNK_VERSION := 9.1.0.1
11+
SPLUNK_BUILD := 77f73c9edb85
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.0.1](#9101)
1314
* [9.0.5](#905)
1415
* [9.0.4.1](#9041)
1516
* [9.0.4](#904)
@@ -86,6 +87,18 @@ Red Hat images will continue to be published.
8687
* [7.2.1](#721)
8788
* [7.2.0](#720)
8889

90+
## 9.1.0.1
91+
92+
#### What's New?
93+
* Releasing new images to support Splunk Enterprise release.
94+
95+
#### docker-splunk changes:
96+
* Bumping Splunk version. For details, see [Fixed issues for 9.1.0.1](https://docs.splunk.com/Documentation/Splunk/9.1.0.1/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.1.0.1)
97+
98+
#### splunk-ansible changes:
99+
* Docs updated
100+
101+
---
89102
## 9.0.5
90103

91104
#### What's New?

0 commit comments

Comments
 (0)