Skip to content

Commit ccb2229

Browse files
authored
Updating Changelog and Makefile for Release/8.1.1 (#442)
Skipping CI, running tests against master
1 parent 5f06921 commit ccb2229

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-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.1
11-
SPLUNK_BUILD := 24fd52428b5a
10+
SPLUNK_VERSION := 8.1.1
11+
SPLUNK_BUILD := 08187535c166
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## Navigation
44

5+
* [8.1.1](#811)
56
* [8.1.0.1](#8101)
67
* [8.1.0](#810)
78
* [8.0.7](#807)
9+
* [8.0.6.1](#8061)
810
* [8.0.6](#806)
911
* [8.0.5.1](#8051)
1012
* [8.0.5](#805)
@@ -41,6 +43,22 @@
4143

4244
---
4345

46+
## 8.1.1
47+
48+
#### What's New?
49+
* Releasing new images to support Splunk Enterprise release.
50+
51+
#### docker-splunk changes:
52+
* Bumping Splunk version. For details, see [Fixed issues for 8.1.1](https://docs.splunk.com/Documentation/Splunk/8.1.1/ReleaseNotes/Fixedissues)
53+
* CI pipeline refactor + optimizations
54+
* Bugfixes
55+
56+
#### splunk-ansible changes:
57+
* Fetches peer node data for DMC
58+
* Bugfixes and documentation updates
59+
60+
---
61+
4462
## 8.1.0.1
4563

4664
#### What's New?
@@ -86,6 +104,17 @@
86104

87105
---
88106

107+
## 8.0.6.1
108+
109+
#### What's New?
110+
* New Splunk Enterprise maintenance patch. For details, see [Fixed issues for 8.0.6.1](https://docs.splunk.com/Documentation/Splunk/8.0.6/ReleaseNotes/Fixedissues)
111+
* Bundling in changes to be consistent with the release of [8.1.1](#811)
112+
113+
#### Changes
114+
* See [8.1.1](#811) changes
115+
116+
---
117+
89118
## 8.0.6
90119

91120
#### What's New?

0 commit comments

Comments
 (0)