Skip to content

Commit 12ba586

Browse files
authored
Merge pull request #539 from splunk/develop
Release/8.2.5
2 parents 7d055ca + 87fdcf9 commit 12ba586

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-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 := 8.2.4
11-
SPLUNK_BUILD := 87e2dda940d1
10+
SPLUNK_VERSION := 8.2.5
11+
SPLUNK_BUILD := 77015bc7a462
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

base/redhat-8/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ microdnf -y --nodocs install wget sudo shadow-utils procps tar make gcc \
3131
# Patch security updates
3232
microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 nettle \
3333
libpwquality libxml2 systemd-libs glib2 lz4-libs \
34-
rpm rpm-libs sqlite-libs
34+
rpm rpm-libs sqlite-libs cyrus-sasl-lib vim
3535

3636
# Reinstall tzdata (originally stripped from minimal image): https://bugzilla.redhat.com/show_bug.cgi?id=1903219
3737
microdnf -y --nodocs reinstall tzdata || microdnf -y --nodocs update tzdata

docs/CHANGELOG.md

Lines changed: 36 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.5](#825)
1314
* [8.2.4](#824)
1415
* [8.2.3.3](#8233)
1516
* [8.2.3.2](#8232)
@@ -69,6 +70,19 @@ Red Hat images will continue to be published.
6970

7071
---
7172

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

7488
#### What's New?
@@ -166,6 +180,28 @@ Red Hat images will continue to be published.
166180

167181
---
168182

183+
## 8.1.9
184+
185+
#### What's New?
186+
* New Splunk Enterprise maintenance patch. For details, see [Fixed issues for 8.1.9](https://docs.splunk.com/Documentation/Splunk/8.1.9/ReleaseNotes/Fixedissues)
187+
* Bundling in changes to be consistent with the release of [8.2.5](#825)
188+
189+
#### Changes
190+
* See [8.2.5](#825) changes
191+
192+
---
193+
194+
## 8.1.8
195+
196+
#### What's New?
197+
* New Splunk Enterprise maintenance patch. For details, see [Fixed issues for 8.1.8](https://docs.splunk.com/Documentation/Splunk/8.1.8/ReleaseNotes/Fixedissues)
198+
* Bundling in changes to be consistent with the release of [8.2.4](#824)
199+
200+
#### Changes
201+
* See [8.2.4](#824) changes
202+
203+
---
204+
169205
## 8.1.7
170206

171207
#### What's New?

0 commit comments

Comments
 (0)