File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
7
7
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
8
8
# Set Splunk version/build parameters here to define downstream URLs and file names
9
9
SPLUNK_PRODUCT := splunk
10
- SPLUNK_VERSION := 8.1.2
11
- SPLUNK_BUILD := 545206cc9f70
10
+ SPLUNK_VERSION := 8.1.3
11
+ SPLUNK_BUILD := 63079c59e632
12
12
ifeq ($(shell arch) , s390x)
13
13
SPLUNK_ARCH = s390x
14
14
else
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ We will no longer be releasing Debian images on Docker Hub after Spring of 2021.
9
9
10
10
## Navigation
11
11
12
+ * [ 8.1.3] ( #813 )
12
13
* [ 8.1.2] ( #812 )
13
14
* [ 8.1.1] ( #811 )
14
15
* [ 8.1.0.1] ( #8101 )
@@ -53,6 +54,23 @@ We will no longer be releasing Debian images on Docker Hub after Spring of 2021.
53
54
54
55
---
55
56
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
+
56
74
## 8.1.2
57
75
58
76
#### What's New?
You can’t perform that action at this time.
0 commit comments