Skip to content

Commit

Permalink
Merge pull request #623 from splunk/develop
Browse files Browse the repository at this point in the history
Docker Splunk Release Update
  • Loading branch information
adityapinglesf committed Sep 6, 2023
2 parents 9ba0ab0 + acf9f5e commit faddd50
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
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.1.0.2
SPLUNK_BUILD := b6436b649711
SPLUNK_VERSION := 9.1.1
SPLUNK_BUILD := 64e843ea36b1
ifeq ($(shell arch), s390x)
SPLUNK_ARCH = s390x
else
Expand Down
36 changes: 36 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -10,8 +10,10 @@ Red Hat images will continue to be published.

## Navigation

* [9.1.1](#911)
* [9.1.0.2](#9102)
* [9.1.0.1](#9101)
* [9.0.6](#906)
* [9.0.5.1](#9051)
* [9.0.5](#905)
* [9.0.4.1](#9041)
Expand All @@ -20,6 +22,7 @@ Red Hat images will continue to be published.
* [9.0.1](#901)
* [9.0.0.1](#9001)
* [9.0.0](#900)
* [8.2.12](#8212)
* [8.2.11](#8211)
* [8.2.10](#8210)
* [8.2.9](#829)
Expand Down Expand Up @@ -89,6 +92,18 @@ Red Hat images will continue to be published.
* [7.2.1](#721)
* [7.2.0](#720)

## 9.1.1

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

#### docker-splunk changes:
* Bumping Splunk version. For details, see [Fixed issues for 9.1.1](https://docs.splunk.com/Documentation/Splunk/9.1.1/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.1.1)

#### splunk-ansible changes:
* Docs updated

---
## 9.1.0.2

#### What's New?
Expand All @@ -113,6 +128,17 @@ Red Hat images will continue to be published.
* Docs updated

---

## 9.0.6

#### 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.6](https://docs.splunk.com/Documentation/Splunk/9.0.6/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.0.6)

---

## 9.0.5.1

#### What's New?
Expand All @@ -125,6 +151,7 @@ Red Hat images will continue to be published.
* Docs updated

---

## 9.0.5

#### What's New?
Expand Down Expand Up @@ -219,6 +246,15 @@ Red Hat images will continue to be published.
#### splunk-ansible changes:
* Patch support for new major Splunk release
* Documentation updates + bugfixes
---

## 8.2.12

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

#### docker-splunk changes:
* Bumping Splunk version. For details, see [Fixed issues for 8.2.12](https://docs.splunk.com/Documentation/Splunk/8.2.12/ReleaseNotes/Fixedissues)

---

Expand Down

0 comments on commit faddd50

Please sign in to comment.