Skip to content

Commit 5aa2c22

Browse files
Merge pull request #644 from splunk/release/9.2.0.1
updated docs and Makefile for 9.2.0.1 release;
2 parents dc4ebfc + 0f85c1a commit 5aa2c22

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.2.0
11-
SPLUNK_BUILD := 1fff88043d5f
10+
SPLUNK_VERSION := 9.2.0.1
11+
SPLUNK_BUILD := d8ae995bf219
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

+15
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.2.0.1](#9201)
1314
* [9.2.0](#920)
1415
* [9.1.3](#913)
1516
* [9.1.2](#912)
@@ -99,6 +100,20 @@ Red Hat images will continue to be published.
99100

100101
---
101102

103+
## 9.2.0.1
104+
105+
#### What's New?
106+
* Releasing new images to support Splunk Enterprise release.
107+
108+
#### docker-splunk changes:
109+
* Bumping Splunk version. For details, see [Fixed issues for 9.2.0.1](https://docs.splunk.com/Documentation/Splunk/9.2.0.1/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.2.0.1)
110+
111+
#### splunk-ansible changes:
112+
* Docs updated
113+
* Bugfixes
114+
115+
---
116+
102117
## 9.2.0
103118

104119
#### What's New?

0 commit comments

Comments
 (0)