Skip to content

Commit 405a421

Browse files
authored
Update changelog for Release/8.0.6 and 8.0.5.1 (#417)
1 parent fb53361 commit 405a421

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-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.0.5
11-
SPLUNK_BUILD := a1a6394cc5ae
10+
SPLUNK_VERSION := 8.0.6
11+
SPLUNK_BUILD := 152fb4b2bb96
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Navigation
44

5+
* [8.0.6](#806)
6+
* [8.0.5.1](#8051)
57
* [8.0.5](#805)
68
* [8.0.4.1](#8041)
79
* [8.0.4](#804)
@@ -35,6 +37,35 @@
3537

3638
---
3739

40+
## 8.0.6
41+
42+
#### What's New?
43+
* Releasing new images to support Splunk Enterprise maintenance patch.
44+
45+
#### docker-splunk changes:
46+
* Bumping Splunk version. For details, see [Fixed issues for 8.0.6](https://docs.splunk.com/Documentation/Splunk/8.0.6/ReleaseNotes/Fixedissues)
47+
* Test rewrite for parallelization
48+
* Decouples `etc` backup directory from `SPLUNK_HOME`
49+
* Added tests and documentation for new features
50+
51+
#### splunk-ansible changes:
52+
* Support for declarative admin password, enabling password updates and rotations. `splunk.password` will always be the password for the admin user and changes to `splunk.password` will drive password reconciliation.
53+
* Added flag to disable pop-ups and new user tour
54+
* Fixed default variable propagation order
55+
56+
---
57+
58+
## 8.0.5.1
59+
60+
#### What's New?
61+
* New Splunk Enterprise maintenance patch. For details, see [Fixed issues for 8.0.5.1](https://docs.splunk.com/Documentation/Splunk/8.0.5/ReleaseNotes/Fixedissues)
62+
* Bundling in changes to be consistent with the release of [8.0.6](#806)
63+
64+
#### Changes
65+
* See [8.0.6](#806) changes
66+
67+
---
68+
3869
## 8.0.5
3970

4071
#### What's New?

0 commit comments

Comments
 (0)