From d686d160b734d26c0488e82ce0793fdf25077876 Mon Sep 17 00:00:00 2001 From: Alisha Mayor Date: Mon, 20 Jul 2020 13:59:32 -0700 Subject: [PATCH] Updating changelog and makefile for Release/8.0.5 --- Makefile | 4 ++-- docs/CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 062df46c..9a2fde99 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3da115f4..5f8f3396 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,7 @@ ## Navigation +* [8.0.5](#805) * [8.0.4.1](#8041) * [8.0.4](#804) * [8.0.3](#803) @@ -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?