Skip to content

Commit 4ec43b1

Browse files
authored
Updating Changelog and Makefile for release/8.1.0.1 (#435)
1 parent 9c23164 commit 4ec43b1

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-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 := 8.1.0
11-
SPLUNK_BUILD := f57c09e87251
10+
SPLUNK_VERSION := 8.1.0.1
11+
SPLUNK_BUILD := 24fd52428b5a
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Navigation
44

5+
* [8.1.0.1](#8101)
56
* [8.1.0](#810)
67
* [8.0.7](#807)
78
* [8.0.6](#806)
@@ -14,6 +15,7 @@
1415
* [8.0.2](#802)
1516
* [8.0.1](#801)
1617
* [8.0.0](#800)
18+
* [7.3.8](#738)
1719
* [7.3.7](#737)
1820
* [7.3.6](#736)
1921
* [7.3.5](#735)
@@ -39,6 +41,20 @@
3941

4042
---
4143

44+
## 8.1.0.1
45+
46+
#### What's New?
47+
* Releasing new images to support Splunk Enterprise maintenance patch.
48+
49+
#### docker-splunk changes:
50+
* Bumping Splunk version. For details, see [Fixed issues for 8.1.0.1](https://docs.splunk.com/Documentation/Splunk/8.1.0/ReleaseNotes/Fixedissues)
51+
* Updated RH8 packages per vulnerability scan
52+
53+
#### splunk-ansible changes:
54+
* Bugfixes and cleanup
55+
56+
---
57+
4258
## 8.1.0
4359

4460
#### What's New?
@@ -253,6 +269,17 @@
253269

254270
---
255271

272+
## 7.3.8
273+
274+
#### What's New?
275+
* New Splunk Enterprise maintenance patch. For details, see [Fixed issues for 7.3.8](https://docs.splunk.com/Documentation/Splunk/7.3.8/ReleaseNotes/Fixedissues)
276+
* Bundling in changes to be consistent with the release of [8.1.0.1](#8101)
277+
278+
#### Changes
279+
* See [8.1.0.1](#8101) changes
280+
281+
---
282+
256283
## 7.3.7
257284

258285
#### What's New?

0 commit comments

Comments
 (0)