From 3bc640bdb4b97af180f11b9a7e48a81003a27d6a Mon Sep 17 00:00:00 2001 From: adityapinglesf <79232267+adityapinglesf@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:34:02 -0700 Subject: [PATCH] changes for 9.1.4 (#654) --- Makefile | 4 ++-- docs/CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7087413b..6dfd57d1 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.0.9 -SPLUNK_BUILD := 6315942c563f +SPLUNK_VERSION := 9.1.4 +SPLUNK_BUILD := a414fc70250e ifeq ($(shell arch), s390x) SPLUNK_ARCH = s390x else diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5fe35d2c..5aaba0de 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -12,6 +12,7 @@ Red Hat images will continue to be published. * [9.2.0.1](#9201) * [9.2.0](#920) +* [9.1.4](#914) * [9.1.3](#913) * [9.1.2](#912) * [9.1.1](#911) @@ -129,6 +130,20 @@ Red Hat images will continue to be published. --- +## 9.1.4 + +#### 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.4](https://docs.splunk.com/Documentation/Splunk/9.1.4/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.1.4) + +#### splunk-ansible changes: +* Docs updated +* Bugfixes + +--- + ## 9.1.3 #### What's New?