Skip to content

Commit dc94d4e

Browse files
authored
Updating Makefile and Changelog for 8.1.3 Release (#473)
1 parent ce1856f commit dc94d4e

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
77
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
88
# Set Splunk version/build parameters here to define downstream URLs and file names
99
SPLUNK_PRODUCT := splunk
10-
SPLUNK_VERSION := 8.1.2
11-
SPLUNK_BUILD := 545206cc9f70
10+
SPLUNK_VERSION := 8.1.3
11+
SPLUNK_BUILD := 63079c59e632
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ We will no longer be releasing Debian images on Docker Hub after Spring of 2021.
99

1010
## Navigation
1111

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

5455
---
5556

57+
## 8.1.3
58+
59+
#### What's New?
60+
* Releasing new images to support Splunk Enterprise release.
61+
62+
#### docker-splunk changes:
63+
* Bumping Splunk version. For details, see [Fixed issues for 8.1.3](https://docs.splunk.com/Documentation/Splunk/8.1.3/ReleaseNotes/Fixedissues)
64+
* Updated Python version to 3.7.10
65+
* Bugfixes
66+
67+
68+
#### splunk-ansible changes:
69+
* Bugfixes
70+
* Documentation and CI updates
71+
72+
---
73+
5674
## 8.1.2
5775

5876
#### What's New?

0 commit comments

Comments
 (0)