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
77SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
88# Set Splunk version/build parameters here to define downstream URLs and file names
99SPLUNK_PRODUCT := splunk
10- SPLUNK_VERSION := 8.2.0
11- SPLUNK_BUILD := e053ef3c985f
10+ SPLUNK_VERSION := 8.2.1
11+ SPLUNK_BUILD := ddff1c41e5cf
1212ifeq ($(shell arch) , s390x)
1313 SPLUNK_ARCH = s390x
1414else
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
1010
1111> :warning : &ensp ; ** DEPRECATION NOTICE**
1212 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.
1314
1415----
1516
Original file line number Diff line number Diff line change 44
55> :warning : &ensp ; ** DEPRECATION NOTICE**
66 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.
78
89----
910
1011## Navigation
1112
13+ * [ 8.2.1] ( #821 )
1214* [ 8.2.0] ( #820 )
1315* [ 8.1.4] ( #814 )
1416* [ 8.1.3] ( #813 )
@@ -57,6 +59,21 @@ We are no longer releasing Debian images on Docker Hub as of May 2021 (Splunk En
5759
5860---
5961
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+
6077## 8.2.0
6178
6279#### What's New?
You can’t perform that action at this time.
0 commit comments