Skip to content

Commit

Permalink
Update changelog for Release/8.0.6 and 8.0.5.1 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
alishamayor authored Sep 3, 2020
1 parent fb53361 commit 405a421
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
# Set Splunk version/build parameters here to define downstream URLs and file names
SPLUNK_PRODUCT := splunk
SPLUNK_VERSION := 8.0.5
SPLUNK_BUILD := a1a6394cc5ae
SPLUNK_VERSION := 8.0.6
SPLUNK_BUILD := 152fb4b2bb96
ifeq ($(shell arch), s390x)
SPLUNK_ARCH = s390x
else
Expand Down
31 changes: 31 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Navigation

* [8.0.6](#806)
* [8.0.5.1](#8051)
* [8.0.5](#805)
* [8.0.4.1](#8041)
* [8.0.4](#804)
Expand Down Expand Up @@ -35,6 +37,35 @@

---

## 8.0.6

#### What's New?
* Releasing new images to support Splunk Enterprise maintenance patch.

#### docker-splunk changes:
* Bumping Splunk version. For details, see [Fixed issues for 8.0.6](https://docs.splunk.com/Documentation/Splunk/8.0.6/ReleaseNotes/Fixedissues)
* Test rewrite for parallelization
* Decouples `etc` backup directory from `SPLUNK_HOME`
* Added tests and documentation for new features

#### splunk-ansible changes:
* 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.
* Added flag to disable pop-ups and new user tour
* Fixed default variable propagation order

---

## 8.0.5.1

#### What's New?
* 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)
* Bundling in changes to be consistent with the release of [8.0.6](#806)

#### Changes
* See [8.0.6](#806) changes

---

## 8.0.5

#### What's New?
Expand Down

0 comments on commit 405a421

Please sign in to comment.