Skip to content

Commit faddd50

Browse files
Merge pull request #623 from splunk/develop
Docker Splunk Release Update
2 parents 9ba0ab0 + acf9f5e commit faddd50

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-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.0.2
11-
SPLUNK_BUILD := b6436b649711
10+
SPLUNK_VERSION := 9.1.1
11+
SPLUNK_BUILD := 64e843ea36b1
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ Red Hat images will continue to be published.
1010

1111
## Navigation
1212

13+
* [9.1.1](#911)
1314
* [9.1.0.2](#9102)
1415
* [9.1.0.1](#9101)
16+
* [9.0.6](#906)
1517
* [9.0.5.1](#9051)
1618
* [9.0.5](#905)
1719
* [9.0.4.1](#9041)
@@ -20,6 +22,7 @@ Red Hat images will continue to be published.
2022
* [9.0.1](#901)
2123
* [9.0.0.1](#9001)
2224
* [9.0.0](#900)
25+
* [8.2.12](#8212)
2326
* [8.2.11](#8211)
2427
* [8.2.10](#8210)
2528
* [8.2.9](#829)
@@ -89,6 +92,18 @@ Red Hat images will continue to be published.
8992
* [7.2.1](#721)
9093
* [7.2.0](#720)
9194

95+
## 9.1.1
96+
97+
#### What's New?
98+
* Releasing new images to support Splunk Enterprise release.
99+
100+
#### docker-splunk changes:
101+
* Bumping Splunk version. For details, see [Fixed issues for 9.1.1](https://docs.splunk.com/Documentation/Splunk/9.1.1/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.1.1)
102+
103+
#### splunk-ansible changes:
104+
* Docs updated
105+
106+
---
92107
## 9.1.0.2
93108

94109
#### What's New?
@@ -113,6 +128,17 @@ Red Hat images will continue to be published.
113128
* Docs updated
114129

115130
---
131+
132+
## 9.0.6
133+
134+
#### What's New?
135+
* Releasing new images to support Splunk Enterprise release.
136+
137+
#### docker-splunk changes:
138+
* Bumping Splunk version. For details, see [Fixed issues for 9.0.6](https://docs.splunk.com/Documentation/Splunk/9.0.6/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.0.6)
139+
140+
---
141+
116142
## 9.0.5.1
117143

118144
#### What's New?
@@ -125,6 +151,7 @@ Red Hat images will continue to be published.
125151
* Docs updated
126152

127153
---
154+
128155
## 9.0.5
129156

130157
#### What's New?
@@ -219,6 +246,15 @@ Red Hat images will continue to be published.
219246
#### splunk-ansible changes:
220247
* Patch support for new major Splunk release
221248
* Documentation updates + bugfixes
249+
---
250+
251+
## 8.2.12
252+
253+
#### What's New?
254+
* Releasing new images to support Splunk Enterprise release.
255+
256+
#### docker-splunk changes:
257+
* Bumping Splunk version. For details, see [Fixed issues for 8.2.12](https://docs.splunk.com/Documentation/Splunk/8.2.12/ReleaseNotes/Fixedissues)
222258

223259
---
224260

0 commit comments

Comments
 (0)