Skip to content

Commit 07a7c86

Browse files
changes for 9.2.1; (#656)
1 parent 3bc640b commit 07a7c86

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.1.4
11-
SPLUNK_BUILD := a414fc70250e
10+
SPLUNK_VERSION := 9.2.1
11+
SPLUNK_BUILD := 78803f08aabb
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.1](#921)
1314
* [9.2.0.1](#9201)
1415
* [9.2.0](#920)
1516
* [9.1.4](#914)
@@ -102,6 +103,20 @@ Red Hat images will continue to be published.
102103

103104
---
104105

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

107122
#### What's New?

0 commit comments

Comments
 (0)