Skip to content

Release v1.59.0

Compare
Choose a tag to compare
@joe-elliott joe-elliott released this 10 Jul 15:48
· 215 commits to main since this release
8c9f6c6

Backend Changes

⛔ Breaking Changes

  • The OTEL Collector upgrade brought in a change where OTLP receivers started listening on localhost instead of 0.0.0.0 as before. As a result, when running in container environment the endpoints are likely unreachable from other containers (Issue #5737). The fix will be available in the next release. Meanwhile, the workaround is to instruct Jaeger to listen on 0.0.0.0, as in this fix:
      - COLLECTOR_OTLP_GRPC_HOST_PORT=0.0.0.0:4317
      - COLLECTOR_OTLP_HTTP_HOST_PORT=0.0.0.0:4318
  • Update opentelemetry-go to v1.28.0 and refactor references to semantic conventions (@renovate-bot in #5698)

✨ New Features

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

👷 CI Improvements

📊 UI Changes

🐞 Bug fixes, Minor Improvements