File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 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.2.0
11
- SPLUNK_BUILD := e053ef3c985f
10
+ SPLUNK_VERSION := 8.2.1
11
+ SPLUNK_BUILD := ddff1c41e5cf
12
12
ifeq ($(shell arch) , s390x)
13
13
SPLUNK_ARCH = s390x
14
14
else
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Welcome to the official Splunk repository of Dockerfiles for building Splunk Ent
10
10
11
11
> :warning : &ensp ; ** DEPRECATION NOTICE**
12
12
We are no longer releasing Debian images on Docker Hub as of May 2021 (Splunk Enterprise v8.2.0+).
13
+ Red Hat images will continue to be published.
13
14
14
15
----
15
16
Original file line number Diff line number Diff line change 4
4
5
5
> :warning : &ensp ; ** DEPRECATION NOTICE**
6
6
We are no longer releasing Debian images on Docker Hub as of May 2021 (Splunk Enterprise v8.2.0+).
7
+ Red Hat images will continue to be published.
7
8
8
9
----
9
10
10
11
## Navigation
11
12
13
+ * [ 8.2.1] ( #821 )
12
14
* [ 8.2.0] ( #820 )
13
15
* [ 8.1.4] ( #814 )
14
16
* [ 8.1.3] ( #813 )
@@ -57,6 +59,21 @@ We are no longer releasing Debian images on Docker Hub as of May 2021 (Splunk En
57
59
58
60
---
59
61
62
+ ## 8.2.1
63
+
64
+ #### What's New?
65
+ * Releasing new images to support Splunk Enterprise release.
66
+
67
+ #### docker-splunk changes:
68
+ * Bumping Splunk version. For details, see [ Fixed issues for 8.2.1] ( https://docs.splunk.com/Documentation/Splunk/8.2.1/ReleaseNotes/Fixedissues )
69
+ * Updated teardown for more graceful shutdown
70
+ * Bugfixes and documentation updates
71
+
72
+ #### splunk-ansible changes:
73
+ * Added support for installing apps locally on a Cluster Manager or Deployer instance using ` apps_location_local `
74
+
75
+ ---
76
+
60
77
## 8.2.0
61
78
62
79
#### What's New?
You can’t perform that action at this time.
0 commit comments