Skip to content

Commit 1f1a3ee

Browse files
Merge pull request #641 from splunk/develop
Release 9.2.0
2 parents a266fb6 + 9665366 commit 1f1a3ee

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-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.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

Lines changed: 16 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.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)