Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
# Set Splunk version/build parameters here to define downstream URLs and file names
SPLUNK_PRODUCT := splunk
SPLUNK_VERSION := 8.0.4.1
SPLUNK_BUILD := ab7a85abaa98
SPLUNK_VERSION := 8.0.5
SPLUNK_BUILD := a1a6394cc5ae
ifeq ($(shell arch), s390x)
SPLUNK_ARCH = s390x
else
Expand Down
19 changes: 19 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Navigation

* [8.0.5](#805)
* [8.0.4.1](#8041)
* [8.0.4](#804)
* [8.0.3](#803)
Expand Down Expand Up @@ -33,6 +34,24 @@

---

## 8.0.5

#### What's New?
* Releasing new images to support Splunk Enterprise maintenance patch.

#### docker-splunk changes:
* Bumping Splunk version. For details, see [Fixed issues for 8.0.5](https://docs.splunk.com/Documentation/Splunk/8.0.5/ReleaseNotes/Fixedissues)
* Support for Splunk Cloud
* Added tests and documentation for new features

#### splunk-ansible changes:
* Support for Splunk Enterprise Security (ES)
* Added a role for the Distributed Monitoring Console (DMC)
* Support for forwarding from the Splunk Data Stream Processor (DSP)
* `splunk.license_master_url` now allows scheme and port to be set along with the protocol

---

## 8.0.4.1

#### What's New?
Expand Down