Skip to content

Commit b9f180b

Browse files
Merge pull request #531 from splunk/release/824
Update changelog and Makefile for release/824
2 parents aa34950 + dd77c61 commit b9f180b

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

Makefile

Lines changed: 6 additions & 9 deletions
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

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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)