You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Use the [GitHub issue tracker](https://github.com/splunk/docker-splunk/issues) t
95
95
96
96
If you have additional questions or need more support, you can:
97
97
* Post a question to [Splunk Answers](http://answers.splunk.com)
98
-
* Join the [#docker](https://splunk-usergroups.slack.com/messages/C1RH09ERM/) room in the [Splunk Slack channel](http://splunk-usergroups.slack.com)
98
+
* Join the [#docker](https://splunk-usergroups.slack.com/messages/C1RH09ERM/) room in the [Splunk Slack channel](http://splunk-usergroups.slack.com). If you're a new Splunk customer you can register for Slack [here](http://splk.it/slack)
99
99
* If you are a Splunk Enterprise customer with a valid support entitlement contract and have a Splunk-related question, you can also open a support case on the https://www.splunk.com/ support portal
100
100
101
101
See the official [support guidelines](docs/SUPPORT.md) for more detailed information.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## Navigation
4
4
5
+
*[8.0.6](#806)
6
+
*[8.0.5.1](#8051)
5
7
*[8.0.5](#805)
6
8
*[8.0.4.1](#8041)
7
9
*[8.0.4](#804)
@@ -35,6 +37,35 @@
35
37
36
38
---
37
39
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)
0 commit comments