Skip to content

splunk-otel-collector-0.120.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 22:41
2895acd

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.120.0.

πŸ›‘ Breaking changes πŸ›‘

  • operator: Migrate the operator to use Helm generated TLS certificates instead of cert-manager by default (#1648)
    • Previously, certificates were generated by cert-manager by default; now they are generated by Helm templates unless configured otherwise.
    • This change simplifies the setup for new users while still supporting those who prefer using cert-manager or other solutions. For more details, see the related documentation.
    • If you use .Values.operator.enabled=true and .Values.certmanager.enabled=true, please review the upgrade guidelines.

πŸ’‘ Enhancements πŸ’‘

  • operator: Bump operator to 0.80.2 in helm-charts/splunk-otel-collector/Chart.yaml (#1678)