Skip to content

Commit 6527292

Browse files
author
Tony Lee
authored
Merge pull request #239 from splunk/develop
Release 7.3.1.1
2 parents 088c9c9 + e3a7bc2 commit 6527292

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
command: make test_debian9_image_size
4545
- run:
4646
name: Running debian9 CI Tests
47-
command: make run_tests_debian9
47+
command: make run_tests_debian10
4848
no_output_timeout: 20m
4949
- store_artifacts:
5050
path: test-results

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.0
11-
SPLUNK_BUILD := 657388c7a488
10+
SPLUNK_VERSION := 7.3.1.1
11+
SPLUNK_BUILD := 7651b7244cf2
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.0" \
23+
version="7.3.1.1" \
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."

splunk/common-files/make-minimal-exclude.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/share/splunk/pdf*
3232
*mrsparkle*"""
3333

34-
m = re.match(".*splunk-([0-9]+)\.([0-9]+)\.[0-9]+-[0-9a-z]+-Linux-[0-9a-z_-]+.tgz", sys.argv[1])
34+
m = re.match(".*splunk-([0-9]+)\.([0-9]+)\.[0-9]+\.?[0-9]?-[0-9a-z]+-Linux-[0-9a-z_-]+.tgz", sys.argv[1])
3535

3636
if m and m.group(1):
3737
if m.group(1) == "7":

0 commit comments

Comments
 (0)