From f19478301aa2f03034284b4f40f48f233ea1e055 Mon Sep 17 00:00:00 2001 From: tonyl Date: Wed, 31 Jul 2019 14:16:00 -0700 Subject: [PATCH] Release content --- Makefile | 4 ++-- docs/CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0ec32515..aa16f2c2 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 := 7.3.0 -SPLUNK_BUILD := 657388c7a488 +SPLUNK_VERSION := 7.3.1 +SPLUNK_BUILD := bd63e13aa157 ifeq ($(shell arch), s390x) SPLUNK_ARCH = s390x else diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 98291180..f30f99e9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,7 @@ ## Navigation +* [7.3.1](#731) * [7.3.0](#730) * [7.2.7](#727) * [7.2.6](#726) @@ -15,6 +16,24 @@ --- +## 7.3.1 + +#### What's New? +* New Splunk Enterprise release of 7.3.1 + +#### docker-splunk changes: +* Bumping Splunk version. For details, see: https://docs.splunk.com/Documentation/Splunk/7.3.1/ReleaseNotes/Fixedissues +* Documentation update +* Minor bug fixes + +#### splunk-ansible changes: +* Fixed Enterprise Security application installation issues +* Refactored Systemd +* Fixed Ansible formatting issue +* Cleaned up Python files before install + +--- + ## 7.3.0 #### What's New?