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 := 8.1.2
SPLUNK_BUILD := 545206cc9f70
SPLUNK_VERSION := 8.1.3
SPLUNK_BUILD := 63079c59e632
ifeq ($(shell arch), s390x)
SPLUNK_ARCH = s390x
else
Expand Down
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ We will no longer be releasing Debian images on Docker Hub after Spring of 2021.

## Navigation

* [8.1.3](#813)
* [8.1.2](#812)
* [8.1.1](#811)
* [8.1.0.1](#8101)
Expand Down Expand Up @@ -53,6 +54,23 @@ We will no longer be releasing Debian images on Docker Hub after Spring of 2021.

---

## 8.1.3

#### What's New?
* Releasing new images to support Splunk Enterprise release.

#### docker-splunk changes:
* Bumping Splunk version. For details, see [Fixed issues for 8.1.3](https://docs.splunk.com/Documentation/Splunk/8.1.3/ReleaseNotes/Fixedissues)
* Updated Python version to 3.7.10
* Bugfixes


#### splunk-ansible changes:
* Bugfixes
* Documentation and CI updates

---

## 8.1.2

#### What's New?
Expand Down