Skip to content

Commit 0fe0b7e

Browse files
updated release notes for 9.0.5 and SHA for the docker-images; (#596)
1 parent f8e54fa commit 0fe0b7e

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-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 := 9.0.4
11-
SPLUNK_BUILD := de405f4a7979
10+
SPLUNK_VERSION := 9.0.5
11+
SPLUNK_BUILD := e9494146ae5c
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Red Hat images will continue to be published.
1010

1111
## Navigation
1212

13+
* [9.0.5](#905)
1314
* [9.0.4.1](#9041)
1415
* [9.0.4](#904)
1516
* [9.0.2](#902)
@@ -82,6 +83,21 @@ Red Hat images will continue to be published.
8283
* [7.2.1](#721)
8384
* [7.2.0](#720)
8485

86+
## 9.0.5
87+
88+
#### What's New?
89+
* Releasing new images to support Splunk Enterprise release.
90+
91+
#### docker-splunk changes:
92+
* Bumping Splunk version. For details, see [Fixed issues for 9.0.5](https://docs.splunk.com/Documentation/Splunk/9.0.5/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.0.5)
93+
* DISCONTINUE SCLOUD support. SCLOUD can be fetched and installed using provisions. [SCLOUD can be found here.](https://github.com/splunk/splunk-cloud-sdk-go)
94+
95+
#### splunk-ansible changes:
96+
* Bugfixes
97+
* Increase timeout for Splunk process to be up and running
98+
99+
---
100+
85101
## 9.0.4.1
86102

87103
#### What's New?

0 commit comments

Comments
 (0)