Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

77 lines (56 loc) · 4.51 KB

Changes by Version

0.20.0 (2021-02-11)

  • Bumped OpenTelemetry Collector to v0.20.0
  • Add correct boundary to integer parsing (#187, @jpkrohling)

0.19.0 (2021-01-27)

  • Bumped OpenTelemetry Collector to v0.19.0

0.18.1 (2021-01-25)

  • Fixed testing image from being used in non-test artifacts (fixes #170) (#171, @gramidt)

0.18.0 (2021-01-22)

0.17.1 (2020-12-17)

0.17.0 (2020-12-16)

0.16.0 (2020-12-03)

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.

0.15.0 (2020-11-27)

0.14.0 (2020-11-09)

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.

0.13.0 (2020-10-22)

  • 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.

0.12.0 (2020-10-12)

  • Bumped OpenTelemetry Collector to v0.12.0 (#81, @jpkrohling)
  • Remove use of deprecated controller runtime log API (#78, @bvwells)

0.11.0 (2020-09-30)

  • 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