Skip to content

Commit 1e19c32

Browse files
authored
Update changelog and Splunk version for 8.0.4 release (#370)
1 parent 08b545f commit 1e19c32

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-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.3
11-
SPLUNK_BUILD := a6754d8441bf
10+
SPLUNK_VERSION := 8.0.4
11+
SPLUNK_BUILD := 767223ac207f
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

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

33
## Navigation
44

5+
* [8.0.4](#804)
56
* [8.0.3](#803)
67
* [8.0.2.1](#8021)
78
* [8.0.2](#802)
@@ -30,6 +31,28 @@
3031

3132
---
3233

34+
## 8.0.4
35+
36+
#### What's New?
37+
* Releasing new images to support Splunk Enterprise maintenance patch.
38+
39+
#### docker-splunk changes:
40+
* Bumping Splunk version. For details, see [Fixed issues](https://docs.splunk.com/Documentation/Splunk/8.0.4/ReleaseNotes/Fixedissues) in 8.0.4.
41+
* Additional tests for new features
42+
43+
#### splunk-ansible changes:
44+
* Support for custom SSL certificates for the Splunkd management endpoint
45+
* Support for custom ports for [Splunk Application Server](https://docs.splunk.com/Documentation/ITSI/latest/IModules/AboutApplicationServerModule) and [App KV Store](https://docs.splunk.com/Documentation/Splunk/latest/Admin/AboutKVstore) using:
46+
* `splunk.appserver.port`, `splunk.kvstore.port` in `default.yml`
47+
* `SPLUNK_APPSERVER_PORT`, `SPLUNK_KVSTORE_PORT` environment variables
48+
* Java installation through `default.yml` with `java_download_url`, `java_update_version`, and `java_version`
49+
* Support for Windows+AWS deployments for Splunk v7.2 and v7.3
50+
* Set pass4SymmKey for indexer discovery separately from pass4SymmKey for indexer clustering with:
51+
* `splunk.idxc.discoveryPass4SymmKey` in `default.yml`
52+
* `SPLUNK_IDXC_DISCOVERYPASS4SYMMKEY` environment variable
53+
54+
---
55+
3356
## 8.0.3
3457

3558
#### What's New?

0 commit comments

Comments
 (0)