Skip to content

Commit 9665366

Browse files
updated SPLUNK_VERSION and docs for release 9.2.0 (#640)
* updated SPLUNK_VERSION and docs for release 9.2.0 * updated SHA for 9.2.0;
1 parent 0ed8361 commit 9665366

File tree

2 files changed

+18
-2
lines changed

2 files changed

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

docs/CHANGELOG.md

+16
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](#920)
1314
* [9.1.3](#913)
1415
* [9.1.2](#912)
1516
* [9.1.1](#911)
@@ -96,6 +97,21 @@ Red Hat images will continue to be published.
9697
* [7.2.1](#721)
9798
* [7.2.0](#720)
9899

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

100116
## 9.1.3
101117

0 commit comments

Comments
 (0)