Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
SPLUNK_BUILD := e9494146ae5c
SPLUNK_VERSION := 9.1.0.1
SPLUNK_BUILD := 77f73c9edb85
ifeq ($(shell arch), s390x)
SPLUNK_ARCH = s390x
else
Expand Down
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Red Hat images will continue to be published.

## Navigation

* [9.1.0.1](#9101)
* [9.0.5](#905)
* [9.0.4.1](#9041)
* [9.0.4](#904)
Expand Down Expand Up @@ -86,6 +87,18 @@ Red Hat images will continue to be published.
* [7.2.1](#721)
* [7.2.0](#720)

## 9.1.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.1.0.1](https://docs.splunk.com/Documentation/Splunk/9.1.0.1/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.1.0.1)

#### splunk-ansible changes:
* Docs updated

---
## 9.0.5

#### What's New?
Expand Down