You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ts#strands-agent/mcp-server): include ADOT in update-versions (#482)
Add @aws/aws-distro-opentelemetry-node-autoinstrumentation to
TS_VERSIONS and replace hardcoded version in Dockerfile templates
with a template variable rendered from the centralized version map.
This ensures the ADOT Node.js package version is managed alongside
other dependencies in the update-versions workflow, consistent with
how Python ADOT is already handled.
* fix(ts#strands-agent/mcp-server): pin ADOT version to 0.9.0
Pin @aws/aws-distro-opentelemetry-node-autoinstrumentation to exact
version 0.9.0 instead of caret range ^0.7.0, consistent with how
other dependencies in TS_VERSIONS use pinned versions.
---------
Co-authored-by: nx-plugin-for-aws <nx-plugin@amazon.com>
0 commit comments