From e091bf78b62eab58f5ecf2cbcefa00bcf4e714ba Mon Sep 17 00:00:00 2001 From: Alisha Mayor Date: Mon, 30 Mar 2020 15:24:57 -0700 Subject: [PATCH] Updating Makefile and Changelog for Release/8.0.3 --- Makefile | 4 ++-- docs/CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index df6c6e59..e42ce75c 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.2.1 -SPLUNK_BUILD := f002026bad55 +SPLUNK_VERSION := 8.0.3 +SPLUNK_BUILD := a6754d8441bf ifeq ($(shell arch), s390x) SPLUNK_ARCH = s390x else diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 55ef2b8b..bf916ef8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,7 @@ ## Navigation +* [8.0.3](#803) * [8.0.2.1](#8021) * [8.0.2](#802) * [8.0.1](#801) @@ -28,6 +29,24 @@ --- +## 8.0.3 + +#### What's New? +* Releasing new images to support Splunk Enterprise maintenance patch. + +#### docker-splunk changes: +* Bumping Splunk version. For details, see [Fixed issues](https://docs.splunk.com/Documentation/Splunk/8.0.3/ReleaseNotes/Fixedissues) in 8.0.3. +* Limited `ansible-playbook` to `localhost` only +* Updated tests and documentation + +#### splunk-ansible changes: +* Added support for Java installations on Red Hat and CentOS +* Updated defaults for `service_name` +* In S2S configuration, revised Splunk restart trigger to occur only when splunktcp has changed and Splunk is running +* Refactored how apps are copied and disabled + +--- + ## 8.0.2.1 #### What's New?