Skip to content

Commit a696c27

Browse files
authored
Updating changelog and makefile for Release/8.0.5 (#398)
1 parent 88583a3 commit a696c27

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-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.0.4.1
11-
SPLUNK_BUILD := ab7a85abaa98
10+
SPLUNK_VERSION := 8.0.5
11+
SPLUNK_BUILD := a1a6394cc5ae
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

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

33
## Navigation
44

5+
* [8.0.5](#805)
56
* [8.0.4.1](#8041)
67
* [8.0.4](#804)
78
* [8.0.3](#803)
@@ -33,6 +34,24 @@
3334

3435
---
3536

37+
## 8.0.5
38+
39+
#### What's New?
40+
* Releasing new images to support Splunk Enterprise maintenance patch.
41+
42+
#### docker-splunk changes:
43+
* Bumping Splunk version. For details, see [Fixed issues for 8.0.5](https://docs.splunk.com/Documentation/Splunk/8.0.5/ReleaseNotes/Fixedissues)
44+
* Support for Splunk Cloud
45+
* Added tests and documentation for new features
46+
47+
#### splunk-ansible changes:
48+
* Support for Splunk Enterprise Security (ES)
49+
* Added a role for the Distributed Monitoring Console (DMC)
50+
* Support for forwarding from the Splunk Data Stream Processor (DSP)
51+
* `splunk.license_master_url` now allows scheme and port to be set along with the protocol
52+
53+
---
54+
3655
## 8.0.4.1
3756

3857
#### What's New?

0 commit comments

Comments
 (0)