Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion base/redhat-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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?
Expand Down