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)