Skip to content

Commit 9c1fa93

Browse files
committed
Updating docs for 9.0.1, 8.2.8, and 8.1.11
1 parent 6d090d4 commit 9c1fa93

File tree

2 files changed

+60
-4
lines changed

2 files changed

+60
-4
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.0.1
11-
SPLUNK_BUILD := 9e907cedecb1
10+
SPLUNK_VERSION := 9.0.1
11+
SPLUNK_BUILD := 82c987350fde
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ Red Hat images will continue to be published.
1010

1111
## Navigation
1212

13+
* [9.0.1](#901)
1314
* [9.0.0.1](#9001)
1415
* [9.0.0](#900)
16+
* [8.2.8](#828)
17+
* [8.2.7](#827)
1518
* [8.2.6](#826)
1619
* [8.2.5](#825)
1720
* [8.2.4](#824)
@@ -21,6 +24,7 @@ Red Hat images will continue to be published.
2124
* [8.2.2](#822)
2225
* [8.2.1](#821)
2326
* [8.2.0](#820)
27+
* [8.1.11](#8111)
2428
* [8.1.10](#8110)
2529
* [8.1.7](#817)
2630
* [8.1.7.1](#8171)
@@ -72,6 +76,19 @@ Red Hat images will continue to be published.
7276
* [7.2.1](#721)
7377
* [7.2.0](#720)
7478

79+
## 9.0.1
80+
81+
#### What's New?
82+
* Releasing new images to support Splunk Enterprise release.
83+
84+
#### docker-splunk changes:
85+
* Bumping Splunk version. For details, see [Fixed issues for 9.0.1](https://docs.splunk.com/Documentation/Splunk/9.0.1/ReleaseNotes/Fixedissues)
86+
87+
#### splunk-ansible changes:
88+
* Bugfixes
89+
90+
---
91+
7592
## 9.0.0.1
7693

7794
#### What's New?
@@ -100,6 +117,32 @@ Red Hat images will continue to be published.
100117

101118
---
102119

120+
## 8.2.8
121+
122+
#### What's New?
123+
* Releasing new images to support Splunk Enterprise release.
124+
125+
#### docker-splunk changes:
126+
* Bumping Splunk version. For details, see [Fixed issues for 8.2.8](https://docs.splunk.com/Documentation/Splunk/8.2.8/ReleaseNotes/Fixedissues)
127+
128+
#### splunk-ansible changes:
129+
* Bugfixes
130+
131+
---
132+
133+
## 8.2.7
134+
135+
#### What's New?
136+
* Releasing new images to support Splunk Enterprise release.
137+
138+
#### docker-splunk changes:
139+
* Bumping Splunk version. For details, see [Fixed issues for 8.2.7](https://docs.splunk.com/Documentation/Splunk/8.2.7/ReleaseNotes/Fixedissues)
140+
141+
#### splunk-ansible changes:
142+
* Bugfixes
143+
144+
---
145+
103146
## 8.2.6
104147

105148
#### What's New?
@@ -212,13 +255,26 @@ Red Hat images will continue to be published.
212255

213256
---
214257

258+
## 8.1.11
259+
260+
#### What's New?
261+
* Releasing new images to support Splunk Enterprise release.
262+
263+
#### docker-splunk changes:
264+
* Bumping Splunk version. For details, see [Fixed issues for 8.1.11](https://docs.splunk.com/Documentation/Splunk/8.1.11/ReleaseNotes/Fixedissues)
265+
266+
#### splunk-ansible changes:
267+
* Bump version tag.
268+
269+
---
270+
215271
## 8.1.10
216272

217273
#### What's New?
218-
* Releasing new images to support Splunk Enterprise release.
274+
* Releasing new images to support Splunk Enterprise release.
219275

220276
#### docker-splunk changes:
221-
* Bumping Splunk version. For details, see [Fixed issues for 8.1,10](https://docs.splunk.com/Documentation/Splunk/8.1.10/ReleaseNotes/Fixedissues)
277+
* Bumping Splunk version. For details, see [Fixed issues for 8.1.10](https://docs.splunk.com/Documentation/Splunk/8.1.10/ReleaseNotes/Fixedissues)
222278

223279
#### splunk-ansible changes:
224280
* Bump version tag.

0 commit comments

Comments
 (0)