-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splunk Operator 2.7.1 release #1426
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I would double check for references of 9.3.0 and 2.7.0 to make sure that there aren't any stale references left.
@@ -4,7 +4,8 @@ annotations: | |||
operators.operatorframework.io.bundle.manifests.v1: manifests/ | |||
operators.operatorframework.io.bundle.metadata.v1: metadata/ | |||
operators.operatorframework.io.bundle.package.v1: splunk-operator | |||
operators.operatorframework.io.bundle.channels.v1: alpha | |||
operators.operatorframework.io.bundle.channels.v1: stable | |||
operators.operatorframework.io.bundle.channel.default.v1: stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@patrykw-splunk please check if we want this default.v1 line to be in the annotations or not.
Release: Splunk Operator 2.7.1 Pre-Release
Overview
This pull request introduces the pre-release of Splunk Operator version 2.7.1. This release brings new features, enhancements, and bug fixes that improve the functionality and reliability of the Splunk Operator.
Key Features and Bug Fixes
CSPL-3064 - Support for Distroless Image Creation in Splunk Operator for Kubernetes
CSPL-2966 - Manual App Updates per Custom Resource (CR) in Splunk Operator
CSPL-3156 - Add kubectl-splunk Plugin for Executing Splunk Commands within Kubernetes Pods
CSPL-3256 - Support to configure deployer spec in SHC CRD
CSPL-3253: Change default storageClassName value in PVC
CSPL-2920: Add support for ARM64 pipelines
Pre-Release Tasks Completed
Notes for Reviewers