Skip to content

Commit 014109f

Browse files
Merge pull request #655 from splunk/release/9.0.9
changes for 9.0.9
2 parents d6d0349 + f10e567 commit 014109f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-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.2.0.1
11-
SPLUNK_BUILD := d8ae995bf219
10+
SPLUNK_VERSION := 9.0.9
11+
SPLUNK_BUILD := 6315942c563f
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Red Hat images will continue to be published.
1717
* [9.1.1](#911)
1818
* [9.1.0.2](#9102)
1919
* [9.1.0.1](#9101)
20+
* [9.0.9](#909)
2021
* [9.0.8](#908)
2122
* [9.0.7](#907)
2223
* [9.0.6](#906)
@@ -191,6 +192,16 @@ Red Hat images will continue to be published.
191192

192193
---
193194

195+
## 9.0.9
196+
197+
#### What's New?
198+
* Releasing new images to support Splunk Enterprise release.
199+
200+
#### docker-splunk changes:
201+
* Bumping Splunk version. For details, see [Fixed issues for 9.0.9](https://docs.splunk.com/Documentation/Splunk/9.0.9/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.0.9)
202+
203+
---
204+
194205
## 9.0.8
195206

196207
#### What's New?

0 commit comments

Comments
 (0)