Skip to content

Commit 6c7fde2

Browse files
authored
Updating changelog and Makefile for release/823 (#520)
* Updating changelog and Makefile for release/823 * Update base ubi image ver * Fix tzdata reinstall
1 parent 467800a commit 6c7fde2

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
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.1
11-
SPLUNK_BUILD := ddff1c41e5cf
10+
SPLUNK_VERSION := 8.2.3
11+
SPLUNK_BUILD := cd0848707637
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

base/redhat-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# the container catalog moved from registry.access.redhat.com to registry.redhat.io
1717
# So at some point before they deprecate the old registry we have to make sure that
1818
# we have access to the new registry and change where we pull the ubi image from.
19-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-208
19+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-210
2020

2121
LABEL name="splunk" \
2222
maintainer="[email protected]" \

base/redhat-8/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 nettle \
3434
rpm rpm-libs
3535

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

3939
# Install Python and necessary packages
4040
PY_SHORT=${PYTHON_VERSION%.*}

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ Red Hat images will continue to be published.
6262

6363
---
6464

65+
## 8.2.3
66+
67+
#### What's New?
68+
* Releasing new images to support Splunk Enterprise release.
69+
70+
#### docker-splunk changes:
71+
* Bumping Splunk version. For details, see [Fixed issues for 8.2.3](https://docs.splunk.com/Documentation/Splunk/8.2.3/ReleaseNotes/Fixedissues)
72+
73+
#### splunk-ansible changes:
74+
* Bugfixes
75+
76+
---
77+
6578
## 8.2.2
6679

6780
#### What's New?

0 commit comments

Comments
 (0)