Agent v2.2.0

Warning for External ID with Assume Role, OTLP Output Header Support, Nil Check for Stats in Obs Report, and CEL Transform Concurrent Map Write.

July 3, 2025

Improvements

  • Add Warning for External ID with Assume Role: Added a warning when an external ID is provided along with an AWS assume role for cloud fleets.
  • OTLP Output Header Support: Added support for custom headers in OTLP output, enabling integration with third-party destinations that require header-based authentication or metadata.
  • Nil Check for Stats in Obs Report: Added a nil check for stats before using them in obs report for the Edge Delta pusher to prevent nil pointer exceptions when closing the agent during upload.

Bug Fixes

  • CEL Transform Concurrent Map Write: Fixed a race condition in CEL transform that could cause the agent to crash due to concurrent map writes.