- Bumped OpenTelemetry Collector to v0.20.0
- Add correct boundary to integer parsing (#187, @jpkrohling)
- Bumped OpenTelemetry Collector to v0.19.0
- Bumped OpenTelemetry Collector to v0.18.0 (#169, @jpkrohling)
- Set env vars correctly in workflow steps (#152, @jpkrohling)
- Add permissions for leases.coordination.k8s.io (#151, @jpkrohling)
- Adjust container image tags (#148, @jpkrohling)
- Bumped OpenTelemetry Collector to v0.17.0 (#144, @jpkrohling)
- Refactor how images are pushed (#138, @jpkrohling)
- Bumped OpenTelemetry Collector to v0.16.0 (#135, @jpkrohling)
- Fix image prefix for release image (#133, @jpkrohling)
- Explicitly set Service Port Protocol for Jaeger Receivers (#117, @KingJ)
Note: The default port for the OTLP receiver has been changed from 55680 to 4317. To keep compatibility with your existing workload, the operator is now generating a service with the two port numbers by default. Both have 4317 as the target port.
- Bumped OpenTelemetry Collector to v0.15.0 (#131, @jpkrohling)
- Bumped OpenTelemetry Collector to v0.14.0 (#112, @jpkrohling)
Note: The tailsampling
processor was moved to the contrib repository, requiring a manual intervention in case this processor is being used: either replace the image with the contrib one (v0.14.0, which includes this processor), or remove the processor.
- Bumped OpenTelemetry Collector to v0.13.0 (#101, @dengliming)
- Allow for spec.Env to be set on the OTEL Collector Spec (#94, @ekarlso)
Note: The groupbytrace
processor was moved to the contrib repository, requiring a manual intervention in case this processor is being used: either replace the image with the contrib one (v0.13.1, which includes this processor), or remove the processor.
- Bumped OpenTelemetry Collector to v0.12.0 (#81, @jpkrohling)
- Remove use of deprecated controller runtime log API (#78, @bvwells)
- Initial release after the migration to
kubebuilder
- Support for OpenTelemetry Collector v0.11.0
- Features:
- Provisioning of an OpenTelemetry Collector based on the CR definition
- Sidecar injected via webhook
- Deployment modes:
daemonset
,deployment
,sidecar
- Automatic upgrade between collector versions
- CRs from the older version should still work with this operator