From f10e5673e7eff6d0b0becc50aaf01be0c8ef80a8 Mon Sep 17 00:00:00 2001 From: Aditya Pingle Date: Tue, 26 Mar 2024 16:26:13 -0700 Subject: [PATCH] changes for 9.0.9 --- Makefile | 4 ++-- docs/CHANGELOG.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2e9faeee..7087413b 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.2.0.1 -SPLUNK_BUILD := d8ae995bf219 +SPLUNK_VERSION := 9.0.9 +SPLUNK_BUILD := 6315942c563f ifeq ($(shell arch), s390x) SPLUNK_ARCH = s390x else diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f70e940a..5fe35d2c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -17,6 +17,7 @@ Red Hat images will continue to be published. * [9.1.1](#911) * [9.1.0.2](#9102) * [9.1.0.1](#9101) +* [9.0.9](#909) * [9.0.8](#908) * [9.0.7](#907) * [9.0.6](#906) @@ -191,6 +192,16 @@ Red Hat images will continue to be published. --- +## 9.0.9 + +#### What's New? +* Releasing new images to support Splunk Enterprise release. + +#### docker-splunk changes: +* Bumping Splunk version. For details, see [Fixed issues for 9.0.9](https://docs.splunk.com/Documentation/Splunk/9.0.9/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.0.9) + +--- + ## 9.0.8 #### What's New?