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?