Skip to content

Commit e63453b

Browse files
committed
Updating changelog and Makefile for 8.2.0 release
1 parent c230aa6 commit e63453b

File tree

2 files changed

+44
-4
lines changed

2 files changed

+44
-4
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.3
11-
SPLUNK_BUILD := 63079c59e632
10+
SPLUNK_VERSION := 8.2.0
11+
SPLUNK_BUILD := e053ef3c985f
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

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

1010
## Navigation
1111

12+
* [8.2.0](#820)
13+
* [8.1.4](#814)
1214
* [8.1.3](#813)
1315
* [8.1.2](#812)
1416
* [8.1.1](#811)
1517
* [8.1.0.1](#8101)
1618
* [8.1.0](#810)
19+
* [8.0.9](#809)
1720
* [8.0.8](#808)
1821
* [8.0.7](#807)
1922
* [8.0.6.1](#8061)
@@ -54,6 +57,33 @@ We will no longer be releasing Debian images on Docker Hub after Spring of 2021.
5457

5558
---
5659

60+
## 8.2.0
61+
62+
#### What's New?
63+
* Releasing new images to support Splunk Enterprise release.
64+
65+
#### docker-splunk changes:
66+
* Bumping Splunk version. For details, see [Release Notes for 8.2.0](https://docs.splunk.com/Documentation/Splunk/8.2.0/ReleaseNotes/)
67+
* Switched Python integrity check from MD5 checksum to GPG signature
68+
69+
#### splunk-ansible changes:
70+
* Added support for setting `clientName` in `deploymentclient.conf`
71+
* `splunk.deployment_client.name` in `default.yml`
72+
* `SPLUNK_DEPLOYMENT_CLIENT_NAME` environment variable
73+
74+
---
75+
76+
## 8.1.4
77+
78+
#### What's New?
79+
* New Splunk Enterprise maintenance patch. For details, see [Fixed issues for 8.1.4](https://docs.splunk.com/Documentation/Splunk/8.1.4/ReleaseNotes/Fixedissues)
80+
* Bundling in changes to be consistent with the release of [8.2.0](#820)
81+
82+
#### Changes
83+
* See [8.2.0](#820) changes
84+
85+
---
86+
5787
## 8.1.3
5888

5989
#### What's New?
@@ -64,7 +94,6 @@ We will no longer be releasing Debian images on Docker Hub after Spring of 2021.
6494
* Updated Python version to 3.7.10
6595
* Bugfixes
6696

67-
6897
#### splunk-ansible changes:
6998
* Bugfixes
7099
* Documentation and CI updates
@@ -123,7 +152,7 @@ We will no longer be releasing Debian images on Docker Hub after Spring of 2021.
123152
* Releasing new images to support Splunk Enterprise release.
124153

125154
#### docker-splunk changes:
126-
* Bumping Splunk version. For details, see [Fixed issues for 8.1.0](https://docs.splunk.com/Documentation/Splunk/8.1.0/ReleaseNotes/Fixedissues)
155+
* Bumping Splunk version. For details, see [Release Notes for 8.1.0](https://docs.splunk.com/Documentation/Splunk/8.1.0/ReleaseNotes/)
127156
* Set bash as the default shell
128157
* CI bugfixes
129158

@@ -137,6 +166,17 @@ We will no longer be releasing Debian images on Docker Hub after Spring of 2021.
137166

138167
---
139168

169+
## 8.0.9
170+
171+
#### What's New?
172+
* New Splunk Enterprise maintenance patch. For details, see [Fixed issues for 8.0.9](https://docs.splunk.com/Documentation/Splunk/8.0.9/ReleaseNotes/Fixedissues)
173+
* Bundling in changes to be consistent with the release of [8.2.0](#820)
174+
175+
#### Changes
176+
* See [8.2.0](#820) changes
177+
178+
---
179+
140180
## 8.0.8
141181

142182
#### What's New?

0 commit comments

Comments
 (0)