diff --git a/CODEOWNERS b/CODEOWNERS index b3177646..233d7659 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -6,11 +6,4 @@ # Order matters: The last matching pattern has the most precedence. # Default owners for everything in docker-splunk: -# * @splunk/if-01 -* @alishamayor @jmeixensperger @hendolim @sarahotis @martinluo22 @ngood97-splunk @adityapinglesf - -# Docs-only pull requests: -/docs/ @alishamayor - -# Release changelog -docs/CHANGELOG.md @alishamayor @jmeixensperger @hendolim @sarahotis @ngood97-splunk @adityapinglesf +* @splunk/if-01 diff --git a/base/redhat-8/Dockerfile b/base/redhat-8/Dockerfile index 97f42cf1..8e07ef20 100644 --- a/base/redhat-8/Dockerfile +++ b/base/redhat-8/Dockerfile @@ -16,7 +16,7 @@ # the container catalog moved from registry.access.redhat.com to registry.redhat.io # So at some point before they deprecate the old registry we have to make sure that # we have access to the new registry and change where we pull the ubi image from. -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-212 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1049.1675784874 LABEL name="splunk" \ maintainer="support@splunk.com" \ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1f7bcb67..d0d5989a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -27,6 +27,7 @@ Red Hat images will continue to be published. * [8.2.2](#822) * [8.2.1](#821) * [8.2.0](#820) +* [8.1.13](#8113) * [8.1.12](#8112) * [8.1.11](#8111) * [8.1.10](#8110) @@ -300,6 +301,16 @@ Red Hat images will continue to be published. --- +## 8.1.13 + +#### What's New? +* Releasing new images to support Splunk Enterprise release. + +#### docker-splunk changes: +* Bumping Splunk version. For details, see [Fixed issues for 8.1.13](https://docs.splunk.com/Documentation/Splunk/8.1.13/ReleaseNotes/Fixedissues) + +--- + ## 8.1.12 #### What's New?