diff --git a/Makefile b/Makefile index 3cd9df96..2e9faeee 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 -SPLUNK_BUILD := 1fff88043d5f +SPLUNK_VERSION := 9.2.0.1 +SPLUNK_BUILD := d8ae995bf219 ifeq ($(shell arch), s390x) SPLUNK_ARCH = s390x else diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8539a4fe..f70e940a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,7 @@ Red Hat images will continue to be published. ## Navigation +* [9.2.0.1](#9201) * [9.2.0](#920) * [9.1.3](#913) * [9.1.2](#912) @@ -99,6 +100,20 @@ Red Hat images will continue to be published. --- +## 9.2.0.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.0.1](https://docs.splunk.com/Documentation/Splunk/9.2.0.1/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.2.0.1) + +#### splunk-ansible changes: +* Docs updated +* Bugfixes + +--- + ## 9.2.0 #### What's New?