Skip to content

Commit

Permalink
updated release notes for 9.0.5 and SHA for the docker-images; (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapinglesf authored Jun 1, 2023
1 parent f8e54fa commit 0fe0b7e
Show file tree
Hide file tree
Showing 2 changed files with 18 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 := 9.0.4
SPLUNK_BUILD := de405f4a7979
SPLUNK_VERSION := 9.0.5
SPLUNK_BUILD := e9494146ae5c
ifeq ($(shell arch), s390x)
SPLUNK_ARCH = s390x
else
Expand Down
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Red Hat images will continue to be published.

## Navigation

* [9.0.5](#905)
* [9.0.4.1](#9041)
* [9.0.4](#904)
* [9.0.2](#902)
Expand Down Expand Up @@ -82,6 +83,21 @@ Red Hat images will continue to be published.
* [7.2.1](#721)
* [7.2.0](#720)

## 9.0.5

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

#### docker-splunk changes:
* 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)
* DISCONTINUE SCLOUD support. SCLOUD can be fetched and installed using provisions. [SCLOUD can be found here.](https://github.com/splunk/splunk-cloud-sdk-go)

#### splunk-ansible changes:
* Bugfixes
* Increase timeout for Splunk process to be up and running

---

## 9.0.4.1

#### What's New?
Expand Down

0 comments on commit 0fe0b7e

Please sign in to comment.