Skip to content

Commit d55fffc

Browse files
committed
Updating docs for 9.0.2, 8.2.9, 8.1.12
1 parent 9c1fa93 commit d55fffc

File tree

3 files changed

+55
-9
lines changed

3 files changed

+55
-9
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.1
11-
SPLUNK_BUILD := 82c987350fde
10+
SPLUNK_VERSION := 9.0.2
11+
SPLUNK_BUILD := 17e00c557dc1
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

base/redhat-8/install.sh

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ export LANG=en_US.utf8
2727

2828
# Install utility packages
2929
microdnf -y --nodocs install wget sudo shadow-utils procps tar make gcc \
30-
openssl-devel bzip2-devel libffi-devel findutils
30+
openssl-devel bzip2-devel libffi-devel findutils \
31+
libssh-devel libcurl-devel glib2-devel ncurses-devel
3132
# Patch security updates
32-
microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 nettle \
33-
libpwquality libxml2 systemd-libs glib2 lz4-libs \
33+
microdnf -y --nodocs update gnutls kernel-headers libdnf librepo libnghttp2 nettle \
34+
libpwquality libxml2 systemd-libs lz4-libs curl \
3435
rpm rpm-libs sqlite-libs cyrus-sasl-lib vim expat \
35-
openssl-libs xz-libs zlib libsolv file-libs pcre
36+
openssl-libs xz-libs zlib libsolv file-libs pcre \
37+
libarchive libgcrypt libksba libstdc++ json-c gnupg
3638

3739
# Reinstall tzdata (originally stripped from minimal image): https://bugzilla.redhat.com/show_bug.cgi?id=1903219
3840
microdnf -y --nodocs reinstall tzdata || microdnf -y --nodocs update tzdata
@@ -68,9 +70,10 @@ find /usr/lib/ -depth \( -type f -a -name 'wininst-*.exe' \) -exec rm -rf '{}' \
6870
ldconfig
6971

7072
# Cleanup
71-
microdnf remove -y make gcc openssl-devel bzip2-devel libffi-devel findutils cpp binutils \
72-
glibc-devel keyutils-libs-devel krb5-devel libcom_err-devel libselinux-devel \
73-
libsepol-devel libverto-devel libxcrypt-devel pcre2-devel zlib-devel
73+
microdnf remove -y make gcc openssl-devel bzip2-devel findutils glib2-devel glibc-devel cpp binutils \
74+
keyutils-libs-devel krb5-devel libcom_err-devel libffi-devel libgcrypt-devel \
75+
libcurl-devel libselinux-devel libsepol-devel libssh-devel libverto-devel \
76+
libxcrypt-devel ncurses-devel pcre2-devel zlib-devel
7477
microdnf clean all
7578

7679
# Install scloud

docs/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Red Hat images will continue to be published.
1010

1111
## Navigation
1212

13+
* [9.0.2](#902)
1314
* [9.0.1](#901)
1415
* [9.0.0.1](#9001)
1516
* [9.0.0](#900)
17+
* [8.2.9](#829)
1618
* [8.2.8](#828)
1719
* [8.2.7](#827)
1820
* [8.2.6](#826)
@@ -24,6 +26,7 @@ Red Hat images will continue to be published.
2426
* [8.2.2](#822)
2527
* [8.2.1](#821)
2628
* [8.2.0](#820)
29+
* [8.1.12](#8112)
2730
* [8.1.11](#8111)
2831
* [8.1.10](#8110)
2932
* [8.1.7](#817)
@@ -76,6 +79,20 @@ Red Hat images will continue to be published.
7679
* [7.2.1](#721)
7780
* [7.2.0](#720)
7881

82+
## 9.0.2
83+
84+
#### What's New?
85+
* Releasing new images to support Splunk Enterprise release.
86+
87+
#### docker-splunk changes:
88+
* Bumping Splunk version. For details, see [Fixed issues for 9.0.2](https://docs.splunk.com/Documentation/Splunk/9.0.2/ReleaseNotes/Fixedissues)
89+
* Security patches & errata fixes
90+
91+
#### splunk-ansible changes:
92+
* Bugfixes
93+
94+
---
95+
7996
## 9.0.1
8097

8198
#### What's New?
@@ -117,6 +134,19 @@ Red Hat images will continue to be published.
117134

118135
---
119136

137+
## 8.2.9
138+
139+
#### What's New?
140+
* Releasing new images to support Splunk Enterprise release.
141+
142+
#### docker-splunk changes:
143+
* Bumping Splunk version. For details, see [Fixed issues for 8.2.9](https://docs.splunk.com/Documentation/Splunk/8.2.9/ReleaseNotes/Fixedissues)
144+
145+
#### splunk-ansible changes:
146+
* Bugfixes
147+
148+
---
149+
120150
## 8.2.8
121151

122152
#### What's New?
@@ -255,6 +285,19 @@ Red Hat images will continue to be published.
255285

256286
---
257287

288+
## 8.1.12
289+
290+
#### What's New?
291+
* Releasing new images to support Splunk Enterprise release.
292+
293+
#### docker-splunk changes:
294+
* Bumping Splunk version. For details, see [Fixed issues for 8.1.12](https://docs.splunk.com/Documentation/Splunk/8.1.12/ReleaseNotes/Fixedissues)
295+
296+
#### splunk-ansible changes:
297+
* Bump version tag.
298+
299+
---
300+
258301
## 8.1.11
259302

260303
#### What's New?

0 commit comments

Comments
 (0)