Skip to content

Commit 6d090d4

Browse files
committed
Release/9.0.0.1
1 parent e47b23d commit 6d090d4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-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 := 9.0.0
11-
SPLUNK_BUILD := 6818ac46f2ec
10+
SPLUNK_VERSION := 9.0.0.1
11+
SPLUNK_BUILD := 9e907cedecb1
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
@@ -32,7 +32,7 @@ microdnf -y --nodocs install wget sudo shadow-utils procps tar make gcc \
3232
microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 nettle \
3333
libpwquality libxml2 systemd-libs glib2 lz4-libs \
3434
rpm rpm-libs sqlite-libs cyrus-sasl-lib vim expat \
35-
openssl-libs xz-libs zlib
35+
openssl-libs xz-libs zlib libsolv file-libs pcre
3636

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

docs/CHANGELOG.md

Lines changed: 12 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+
* [9.0.0.1](#9001)
1314
* [9.0.0](#900)
1415
* [8.2.6](#826)
1516
* [8.2.5](#825)
@@ -71,6 +72,17 @@ Red Hat images will continue to be published.
7172
* [7.2.1](#721)
7273
* [7.2.0](#720)
7374

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

7688
## 9.0.0

0 commit comments

Comments
 (0)