Skip to content

Releases: open-telemetry/opentelemetry-operator

Release v0.71.0

02 Mar 18:12
73d023b
Compare
Choose a tag to compare

0.71.0

πŸ›‘ Breaking changes πŸ›‘

  • target allocator: Updates versions of many dependencies, sets defaults for prometheus operator to work. The breaking change introduced is the new RBAC requirement for "endpointslices" in the "discovery.k8s.io" api group. (#1464)

🧰 Bug fixes 🧰

  • target allocator: Properly handle all types of profiles in the pprof endpoint. Previously, some profiles where unavailable, leading to 404 response. (#1478)

Release v0.70.0

17 Feb 18:16
e9f1e4b
Compare
Choose a tag to compare

0.70.0

πŸ’‘ Enhancements πŸ’‘

  • target allocator: Save the scrape config response in the HTTP server upon relevant config change, instead of building it on every handler call. At the same time, this avoids data race when accessing the scrape configs map. (#1359)
  • target allocator: Configure gin router to be used in release mode and do not use the default logging middleware which is noisy and not formatted properly. (#1352)
  • github action: This PR adds github action for publishing the Operator OpAMP Bridge container image to Github Container Registry. (#1369)
  • operator: Add Operator-OpAMP-Bridge version info to Operator (#1455)

🧰 Bug fixes 🧰

  • statsd-receiver: Switched the protocol of statsd-receiver to UDP from TCP (#1476)

Components

Release v0.69.0

08 Feb 12:52
1176738
Compare
Choose a tag to compare

0.69.0

🚩 Deprecations 🚩

  • target allocator: Replace deprecated gorilla/mux dependency with gin (#1383, @matej-g)

πŸ’‘ Enhancements πŸ’‘

🧰 Bug fixes 🧰

OpenTelemetry Collector and Contrib

Release v0.68.0

24 Jan 09:53
2f8538b
Compare
Choose a tag to compare

🚩 Deprecations 🚩

πŸš€ New components πŸš€

πŸ’‘ Enhancements πŸ’‘

  • instrumentation/python: Update default python exporters to use OTLP. (#1328, @TylerHelmuth)
  • target-allocator: Change the github action to match the operator. (#1347, @jaronoff97)

🧰 Bug fixes 🧰

  • operator: Missing resource from OpenShift Routes prevents them to be deployed in OpenShift clusters.(#1337, @iblancasa)
  • target allocator: Refactor the target allocator build to not run it as root. (#1345, @iblancasa)

OpenTelemetry Collector and Contrib

Release v0.67.0

06 Jan 08:33
c5c3953
Compare
Choose a tag to compare

πŸš€ New components πŸš€

πŸ’‘ Enhancements πŸ’‘

OpenTelemetry Collector and Contrib

Release v0.66.0

30 Nov 02:23
7f0efd6
Compare
Choose a tag to compare

πŸš€ New components πŸš€

πŸ’‘ Enhancements πŸ’‘

  • Update the javaagent version to 1.20.2 (#1212)
  • Bump OTel .NET AutoInstrumentation to 0.5.0 (#1276, @pellared)

🧰 Bug fixes 🧰

  • Fix bug found when using relabel-config filterStrategy with serviceMonitors (#1232, @moh-osman3)

OpenTelemetry Collector and Contrib

Release v0.64.1

22 Nov 10:40
dd382de
Compare
Choose a tag to compare

πŸš€ New components πŸš€

πŸ’‘ Enhancements πŸ’‘

🧰 Bug fixes 🧰

  • None

OpenTelemetry Collector and Contrib

Release v0.62.1

08 Nov 17:31
81de45b
Compare
Choose a tag to compare

πŸš€ New components πŸš€

πŸ’‘ Enhancements πŸ’‘

🧰 Bug fixes 🧰

  • Fix panic if maxreplicas is set but autoscale is not defined in the CR (#1201, @kevinearls)

OpenTelemetry Collector and Contrib

Release v0.63.1

01 Nov 17:45
750166d
Compare
Choose a tag to compare

πŸš€ New components πŸš€

πŸ’‘ Enhancements πŸ’‘

🧰 Bug fixes 🧰

  • Fix panic if maxreplicas is set but autoscale is not defined in the CR (#1201, @kevinearls)

OpenTelemetry Collector and Contrib

Release v0.61.0

19 Oct 14:49
6e19e0a
Compare
Choose a tag to compare

❌ Breaking Changes ❌

  • Jaeger receiver no longer supports remote sampling. To be able to perform an update, it must be deactivated or replaced by a configuration of the jaegerremotesampling extension. It is important that the jaegerremotesampling extension and the jaegerreceiver do not use the same port. To increase the collector version afterwards, the update must be triggered again by restarting the operator. Alternatively, the OpenTelemetryCollector CRD can be re-created. (otel-contrib#14707)(open-telemetry/opentelemetry-collector-contrib#14707)

πŸš€ New components πŸš€

πŸ’‘ Enhancements πŸ’‘

🧰 Bug fixes 🧰

OpenTelemetry Collector and Contrib