From 07a7c86f15abd13a1ee97661bdf8e4e762f8d1bf Mon Sep 17 00:00:00 2001 From: adityapinglesf <79232267+adityapinglesf@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:07:49 -0700 Subject: [PATCH] changes for 9.2.1; (#656) --- Makefile | 4 ++-- docs/CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6dfd57d1..aa741830 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.4 -SPLUNK_BUILD := a414fc70250e +SPLUNK_VERSION := 9.2.1 +SPLUNK_BUILD := 78803f08aabb ifeq ($(shell arch), s390x) SPLUNK_ARCH = s390x else diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5aaba0de..843fdf07 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,7 @@ Red Hat images will continue to be published. ## Navigation +* [9.2.1](#921) * [9.2.0.1](#9201) * [9.2.0](#920) * [9.1.4](#914) @@ -102,6 +103,20 @@ Red Hat images will continue to be published. --- +## 9.2.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.2.1](https://docs.splunk.com/Documentation/Splunk/9.2.1/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.2.1) + +#### splunk-ansible changes: +* Docs updated +* Bugfixes + +--- + ## 9.2.0.1 #### What's New?