Skip to content

Commit

Permalink
Merge pull request #539 from splunk/develop
Browse files Browse the repository at this point in the history
Release/8.2.5
  • Loading branch information
alishamayor authored Mar 4, 2022
2 parents 7d055ca + 87fdcf9 commit 12ba586
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
# Set Splunk version/build parameters here to define downstream URLs and file names
SPLUNK_PRODUCT := splunk
SPLUNK_VERSION := 8.2.4
SPLUNK_BUILD := 87e2dda940d1
SPLUNK_VERSION := 8.2.5
SPLUNK_BUILD := 77015bc7a462
ifeq ($(shell arch), s390x)
SPLUNK_ARCH = s390x
else
Expand Down
2 changes: 1 addition & 1 deletion base/redhat-8/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ microdnf -y --nodocs install wget sudo shadow-utils procps tar make gcc \
# Patch security updates
microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 nettle \
libpwquality libxml2 systemd-libs glib2 lz4-libs \
rpm rpm-libs sqlite-libs
rpm rpm-libs sqlite-libs cyrus-sasl-lib vim

# Reinstall tzdata (originally stripped from minimal image): https://bugzilla.redhat.com/show_bug.cgi?id=1903219
microdnf -y --nodocs reinstall tzdata || microdnf -y --nodocs update tzdata
Expand Down
36 changes: 36 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Red Hat images will continue to be published.

## Navigation

* [8.2.5](#825)
* [8.2.4](#824)
* [8.2.3.3](#8233)
* [8.2.3.2](#8232)
Expand Down Expand Up @@ -69,6 +70,19 @@ Red Hat images will continue to be published.

---

## 8.2.5

#### What's New?
* Releasing new images to support Splunk Enterprise release.

#### docker-splunk changes:
* Bumping Splunk version. For details, see [Fixed issues for 8.2.5](https://docs.splunk.com/Documentation/Splunk/8.2.5/ReleaseNotes/Fixedissues)

#### splunk-ansible changes:
* Bugfixes

---

## 8.2.4

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

---

## 8.1.9

#### What's New?
* 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)
* Bundling in changes to be consistent with the release of [8.2.5](#825)

#### Changes
* See [8.2.5](#825) changes

---

## 8.1.8

#### What's New?
* 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)
* Bundling in changes to be consistent with the release of [8.2.4](#824)

#### Changes
* See [8.2.4](#824) changes

---

## 8.1.7

#### What's New?
Expand Down

0 comments on commit 12ba586

Please sign in to comment.