Skip to content

Commit 1185f01

Browse files
authored
Updating changelog and Makefile for 8.1.0 release (#426)
1 parent 9c5b3f2 commit 1185f01

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-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.0.6
11-
SPLUNK_BUILD := 152fb4b2bb96
10+
SPLUNK_VERSION := 8.1.0
11+
SPLUNK_BUILD := f57c09e87251
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Navigation
44

5+
* [8.1.0](#810)
56
* [8.0.6](#806)
67
* [8.0.5.1](#8051)
78
* [8.0.5](#805)
@@ -37,6 +38,26 @@
3738

3839
---
3940

41+
## 8.1.0
42+
43+
#### What's New?
44+
* Releasing new images to support Splunk Enterprise release.
45+
46+
#### docker-splunk changes:
47+
* Bumping Splunk version. For details, see [Fixed issues for 8.1.0](https://docs.splunk.com/Documentation/Splunk/8.1.0/ReleaseNotes/Fixedissues)
48+
* Set bash as the default shell
49+
* CI bugfixes
50+
51+
#### splunk-ansible changes:
52+
* Added environment variables to configure HTTPS on Splunkd. See [Supported environment variables](https://github.com/splunk/splunk-ansible/blob/develop/docs/ADVANCED.md#supported-environment-variables) for details.
53+
* `SPLUNKD_SSL_` prefixed environment variables
54+
* `splunk.ssl` section in `default.yml`
55+
* Enabled multisite for the `splunk_monitor` role
56+
* Enabled local indexing on the license master
57+
* Bugfixes and cleanup
58+
59+
---
60+
4061
## 8.0.6
4162

4263
#### What's New?
@@ -45,7 +66,7 @@
4566
#### docker-splunk changes:
4667
* Bumping Splunk version. For details, see [Fixed issues for 8.0.6](https://docs.splunk.com/Documentation/Splunk/8.0.6/ReleaseNotes/Fixedissues)
4768
* Test rewrite for parallelization
48-
* Decouples `etc` backup directory from `SPLUNK_HOME`
69+
* Decoupled `etc` backup directory from `SPLUNK_HOME`
4970
* Added tests and documentation for new features
5071

5172
#### splunk-ansible changes:
@@ -97,7 +118,7 @@
97118
#### splunk-ansible changes:
98119
* Support for setting the [deployer push mode](https://docs.splunk.com/Documentation/Splunk/latest/DistSearch/PropagateSHCconfigurationchanges#Choose_a_deployer_push_mode) to control how apps are bundled and distributed to cluster members:
99120
* `shc.deployer_push_mode` in `default.yml`
100-
* Added the config variable `auxiliary_cluster_masters` to support enabling a search head to search across multiple indexer clusters. See [Multi-Cluster Search](advanced/MULTICLUSTERSEARCH.md) for details on configuration.
121+
* Added the config variable `auxiliary_cluster_masters` to support enabling a search head to search across multiple indexer clusters. See [Multi-Cluster Search](https://github.com/splunk/splunk-ansible/blob/develop/docs/advanced/MULTICLUSTERSEARCH.md) for details on configuration.
101122
* Documentation on executing `splunk-ansible` remotely, through a controller node such as Ansible Tower/AWX
102123
* Set custom Splunkd connection timeout using either:
103124
* `splunk.connection_timeout` in `default.yml`

0 commit comments

Comments
 (0)