Skip to content

Commit 9df1dd5

Browse files
authored
Updated changelog + Makefile for Release/8.2.1 (#497)
1 parent 2d162ef commit 9df1dd5

File tree

3 files changed

+20
-2
lines changed

3 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.2.0
11-
SPLUNK_BUILD := e053ef3c985f
10+
SPLUNK_VERSION := 8.2.1
11+
SPLUNK_BUILD := ddff1c41e5cf
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Welcome to the official Splunk repository of Dockerfiles for building Splunk Ent
1010

1111
> :warning: **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

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
> :warning: **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?

0 commit comments

Comments
 (0)