From b0e23efa5418b82a4a9e55afb1d186e7c49d9149 Mon Sep 17 00:00:00 2001 From: Abdul K Date: Thu, 31 Aug 2023 11:54:39 -0700 Subject: [PATCH] 9.1.1 Release Updates --- Makefile | 4 ++-- docs/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 51168089..8fd53bf7 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 := 9.1.0.2 -SPLUNK_BUILD := b6436b649711 +SPLUNK_VERSION := 9.1.1 +SPLUNK_BUILD := 64e843ea36b1 ifeq ($(shell arch), s390x) SPLUNK_ARCH = s390x else diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index dd54ebf6..9cf2a875 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,7 @@ Red Hat images will continue to be published. ## Navigation +* [9.1.1](#911) * [9.1.0.2](#9102) * [9.1.0.1](#9101) * [9.0.5.1](#9051) @@ -89,6 +90,18 @@ Red Hat images will continue to be published. * [7.2.1](#721) * [7.2.0](#720) +## 9.1.1 + +#### What's New? +* Releasing new images to support Splunk Enterprise release. + +#### docker-splunk changes: +* Bumping Splunk version. For details, see [Fixed issues for 9.1.1](https://docs.splunk.com/Documentation/Splunk/9.1.1/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.1.1) + +#### splunk-ansible changes: +* Docs updated + +--- ## 9.1.0.2 #### What's New?