Skip to content

Commit 2edc207

Browse files
updated Changelog and Makefile;
1 parent eb90ff2 commit 2edc207

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
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.0.2
11-
SPLUNK_BUILD := 17e00c557dc1
10+
SPLUNK_VERSION := 9.0.4
11+
SPLUNK_BUILD := de405f4a7979
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
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.0.4](#904)
1314
* [9.0.2](#902)
1415
* [9.0.1](#901)
1516
* [9.0.0.1](#9001)
@@ -79,7 +80,7 @@ Red Hat images will continue to be published.
7980
* [7.2.1](#721)
8081
* [7.2.0](#720)
8182

82-
## 9.0.2
83+
## 9.0.4
8384

8485
#### What's New?
8586
* Releasing new images to support Splunk Enterprise release.
@@ -93,6 +94,20 @@ Red Hat images will continue to be published.
9394

9495
---
9596

97+
## 9.0.2
98+
99+
#### What's New?
100+
* Releasing new images to support Splunk Enterprise release.
101+
102+
#### docker-splunk changes:
103+
* Bumping Splunk version. For details, see [Fixed issues for 9.0.2](https://docs.splunk.com/Documentation/Splunk/9.0.4/ReleaseNotes/Fixedissues)
104+
* Security patches & errata fixes
105+
106+
#### splunk-ansible changes:
107+
* Bugfixes
108+
109+
---
110+
96111
## 9.0.1
97112

98113
#### What's New?

0 commit comments

Comments
 (0)