Skip to content

Commit 7d055ca

Browse files
authored
Merge pull request #532 from splunk/develop
Release/8.2.4
2 parents 521b5c1 + 99e4235 commit 7d055ca

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

Makefile

+6-9
Original file line numberDiff line numberDiff line change
@@ -7,11 +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 := 8.2.3.3
11-
SPLUNK_BUILD := e40ea5a516d2
12-
# Temporarily setting different versions for SE and UF for security patch
13-
SPLUNK_UF_VERSION := 8.2.3
14-
SPLUNK_UF_BUILD := cd0848707637
10+
SPLUNK_VERSION := 8.2.4
11+
SPLUNK_BUILD := 87e2dda940d1
1512
ifeq ($(shell arch), s390x)
1613
SPLUNK_ARCH = s390x
1714
else
@@ -21,13 +18,13 @@ endif
2118
# Linux Splunk arguments
2219
SPLUNK_LINUX_FILENAME ?= splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-Linux-${SPLUNK_ARCH}.tgz
2320
SPLUNK_LINUX_BUILD_URL ?= https://download.splunk.com/products/${SPLUNK_PRODUCT}/releases/${SPLUNK_VERSION}/linux/${SPLUNK_LINUX_FILENAME}
24-
UF_LINUX_FILENAME ?= splunkforwarder-${SPLUNK_UF_VERSION}-${SPLUNK_UF_BUILD}-Linux-${SPLUNK_ARCH}.tgz
25-
UF_LINUX_BUILD_URL ?= https://download.splunk.com/products/universalforwarder/releases/${SPLUNK_UF_VERSION}/linux/${UF_LINUX_FILENAME}
21+
UF_LINUX_FILENAME ?= splunkforwarder-${SPLUNK_VERSION}-${SPLUNK_BUILD}-Linux-${SPLUNK_ARCH}.tgz
22+
UF_LINUX_BUILD_URL ?= https://download.splunk.com/products/universalforwarder/releases/${SPLUNK_VERSION}/linux/${UF_LINUX_FILENAME}
2623
# Windows Splunk arguments
2724
SPLUNK_WIN_FILENAME ?= splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-x64-release.msi
2825
SPLUNK_WIN_BUILD_URL ?= https://download.splunk.com/products/${SPLUNK_PRODUCT}/releases/${SPLUNK_VERSION}/windows/${SPLUNK_WIN_FILENAME}
29-
UF_WIN_FILENAME ?= splunkforwarder-${SPLUNK_UF_VERSION}-${SPLUNK_UF_BUILD}-x64-release.msi
30-
UF_WIN_BUILD_URL ?= https://download.splunk.com/products/universalforwarder/releases/${SPLUNK_UF_VERSION}/windows/${UF_WIN_FILENAME}
26+
UF_WIN_FILENAME ?= splunkforwarder-${SPLUNK_VERSION}-${SPLUNK_BUILD}-x64-release.msi
27+
UF_WIN_BUILD_URL ?= https://download.splunk.com/products/universalforwarder/releases/${SPLUNK_VERSION}/windows/${UF_WIN_FILENAME}
3128
# Splunk Cloud SDK binary
3229
SCLOUD_URL ?= https://github.com/splunk/splunk-cloud-sdk-go/releases/download/v1.11.1/scloud_v7.1.0_linux_amd64.tar.gz
3330

base/redhat-8/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# the container catalog moved from registry.access.redhat.com to registry.redhat.io
1717
# So at some point before they deprecate the old registry we have to make sure that
1818
# we have access to the new registry and change where we pull the ubi image from.
19-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-210
19+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-212
2020

2121
LABEL name="splunk" \
2222
maintainer="[email protected]" \

docs/CHANGELOG.md

+14
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+
* [8.2.4](#824)
1314
* [8.2.3.3](#8233)
1415
* [8.2.3.2](#8232)
1516
* [8.2.3](#823)
@@ -68,6 +69,19 @@ Red Hat images will continue to be published.
6869

6970
---
7071

72+
## 8.2.4
73+
74+
#### What's New?
75+
* Releasing new images to support Splunk Enterprise release.
76+
77+
#### docker-splunk changes:
78+
* Bumping Splunk version. For details, see [Fixed issues for 8.2.4](https://docs.splunk.com/Documentation/Splunk/8.2.4/ReleaseNotes/Fixedissues)
79+
80+
#### splunk-ansible changes:
81+
* Bugfixes
82+
83+
---
84+
7185
## 8.2.3.3
7286

7387
#### What's New?

0 commit comments

Comments
 (0)