Skip to content

Commit a266fb6

Browse files
Merge pull request #638 from splunk/develop
Release 9.0.8 and 9.1.3
2 parents 6ee10e2 + 0ed8361 commit a266fb6

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Order matters: The last matching pattern has the most precedence.
77

88
# Default owners for everything in docker-splunk:
9-
* @splunk/if-01
9+
* @splunk/splunk-internal-dev-services

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.2
11-
SPLUNK_BUILD := b6b9c8185839
10+
SPLUNK_VERSION := 9.1.3
11+
SPLUNK_BUILD := d95b3299fa65
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

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

1111
## Navigation
1212

13+
* [9.1.3](#913)
1314
* [9.1.2](#912)
1415
* [9.1.1](#911)
1516
* [9.1.0.2](#9102)
1617
* [9.1.0.1](#9101)
18+
* [9.0.8](#908)
1719
* [9.0.7](#907)
1820
* [9.0.6](#906)
1921
* [9.0.5.1](#9051)
@@ -94,6 +96,20 @@ Red Hat images will continue to be published.
9496
* [7.2.1](#721)
9597
* [7.2.0](#720)
9698

99+
100+
## 9.1.3
101+
102+
#### What's New?
103+
* Releasing new images to support Splunk Enterprise release.
104+
105+
#### docker-splunk changes:
106+
* Bumping Splunk version. For details, see [Fixed issues for 9.1.3](https://docs.splunk.com/Documentation/Splunk/9.1.3/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.1.3)
107+
108+
#### splunk-ansible changes:
109+
* Docs updated
110+
* Bugfixes
111+
112+
---
97113
## 9.1.2
98114

99115
#### What's New?
@@ -144,6 +160,16 @@ Red Hat images will continue to be published.
144160

145161
---
146162

163+
## 9.0.8
164+
165+
#### What's New?
166+
* Releasing new images to support Splunk Enterprise release.
167+
168+
#### docker-splunk changes:
169+
* Bumping Splunk version. For details, see [Fixed issues for 9.0.8](https://docs.splunk.com/Documentation/Splunk/9.0.8/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.0.8)
170+
171+
---
172+
147173
## 9.0.7
148174

149175
#### What's New?

0 commit comments

Comments
 (0)