Skip to content

Commit 4d604e2

Browse files
authored
Merge pull request #1504 from splunk/main
CSPL-3714 Merge main to develop to sync Changelog.md
2 parents 60f8bee + b2c69b1 commit 4d604e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/ChangeLog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
* CSPL-3673 - Github Issue #1157: Failed to install the operator - CRD metadata.annotations too long
1212

13-
* CSPL-3590 - DUE April 24: Vulnerability Fix: github.com/golang-jwt/jwt/v5, golang.org/x/net
13+
* CSPL-3590 - Vulnerability Fix: github.com/golang-jwt/jwt/v5, golang.org/x/net
1414

1515
* CSPL-3674 - Github Readme Updates
1616

1717
* CSPL-3463 - Push RC images to private ECR repository
1818

1919
* CSPL-3499 - Fix Segmentation Fault in Splunk Operator Due to App Volume Name Change
2020

21-
* CSPL-3547 - Support Amazon Agamotto Appframework migration to manager-app
21+
* CSPL-3547 - Support Appframework migration to manager-app
2222

2323
* CSPL-3529 - Disable ARM AL2023 tests for develop builds
2424

@@ -30,9 +30,9 @@
3030

3131
* CSPL-3518 - Task for Github Issue #1211 Splunk Operator: Why force ClusterIP and ignore k8s default field in service template
3232

33-
* CSPL-3460 - DUE APRIL 5: Container Scan: Upgrade google.golang.org/grpc from v1.49.0 to 1.58.3, 1.57.1, 1.56.3 for splunk/splunk-operator
33+
* CSPL-3460 - Container Scan: Upgrade google.golang.org/grpc from v1.49.0 to 1.58.3, 1.57.1, 1.56.3 for splunk/splunk-operator
3434

35-
* CSPL-3435 - Support Amazon Agomotto team with Migration (Bias language migration)
35+
* CSPL-3435 - Support with Bias language migration
3636

3737
* CSPL-3434 - Update base image to ubi-minimal
3838

docs/Images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Splunk Operator requires these docker images to be present or available to y
55
* `splunk/splunk-operator`: The Splunk Operator image built by this repository or the [official release](https://hub.docker.com/r/splunk/splunk-operator)
66
* `splunk/splunk:<version>`: The [Splunk Enterprise image](https://github.com/splunk/docker-splunk)
77

8-
All of these images are publicly available, and published on [Docker Hub](https://hub.docker.com/). Starting with release 2.7.2, the base image for the released image is registry.access.redhat.com/ubi8/ubi-minimal, which minimizes security risks and reduces unneeded packages in the image. A released image based on the distroless base image is also available under the `-distroless` suffix tag on Docker Hub.
8+
All of these images are publicly available, and published on [Docker Hub](https://hub.docker.com/). Starting with release 2.8.0, the base image for the released image is registry.access.redhat.com/ubi8/ubi-minimal, which minimizes security risks and reduces unneeded packages in the image. A released image based on the distroless base image is also available under the `-distroless` suffix tag on Docker Hub.
99

1010
If your cluster does not have access to pull directly from Docker Hub, you will need to manually download and push these images to an accessible registry. You will also need to specify the location of these images by using an environment variable passed to the Operator, or by adding additional `spec` parameters to your
1111
custom resource definition.

0 commit comments

Comments
 (0)