Skip to content

Commit d540acd

Browse files
authored
Merge pull request #249 from splunk/bump-for-release
Bumping parameters for 7.3.2 release
2 parents 6f498f8 + ca5fb04 commit d540acd

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
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 := 7.3.1.1
11-
SPLUNK_BUILD := 7651b7244cf2
10+
SPLUNK_VERSION := 7.3.2
11+
SPLUNK_BUILD := c60db69f8e32
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

base/redhat-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
2020
LABEL name="splunk" \
2121
maintainer="support@splunk.com" \
2222
vendor="splunk" \
23-
version="7.3.1.1" \
23+
version="7.3.2" \
2424
release="1" \
2525
summary="UBI 8 Docker image of Splunk Enterprise" \
2626
description="Splunk Enterprise is a platform for operational intelligence. Our software lets you collect, analyze, and act upon the untapped value of big data that your technology infrastructure, security systems, and business applications generate. It gives you insights to drive operational performance and business results."

docs/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
## Navigation
44

5+
* [7.3.2](#732)
56
* [7.3.1](#731)
67
* [7.3.0](#730)
8+
* [7.2.7](#728)
79
* [7.2.7](#727)
810
* [7.2.6](#726)
911
* [7.2.5.1](#7251)
@@ -16,6 +18,24 @@
1618

1719
---
1820

21+
## 7.3.2
22+
23+
#### What's New?
24+
* New Splunk Enterprise release of 7.3.2
25+
26+
#### docker-splunk changes:
27+
* Bumping Splunk version. For details, see: https://docs.splunk.com/Documentation/Splunk/7.3.2/ReleaseNotes/Fixedissues
28+
* Support for Redhat 8 UF on s390x
29+
* Various bugfixes
30+
31+
#### splunk-ansible changes:
32+
* Python 2 and Python 3 cross compatibility support
33+
* Support SPLUNK_SECRET as an environment variable
34+
* Prevent double-installation issue when SPLUNK_BUILD_URL is supplied
35+
* Various bugfixes
36+
37+
---
38+
1939
## 7.3.1
2040

2141
#### What's New?
@@ -57,6 +77,19 @@
5777

5878
---
5979

80+
## 7.2.8
81+
82+
#### What's New?
83+
Nothing - releasing new images to support Splunk Enterprise maintenance patch.
84+
85+
#### docker-splunk changes:
86+
* Bumping Splunk version. For details, see: https://docs.splunk.com/Documentation/Splunk/7.2.8/ReleaseNotes/Fixedissues
87+
88+
#### splunk-ansible changes:
89+
* Nothing - releasing new images to support Splunk Enterprise maintenance patch
90+
91+
---
92+
6093
## 7.2.7
6194

6295
#### What's New?

0 commit comments

Comments
 (0)