From e117c7a1082fb56bfe84c3199d3c05e4fd34c376 Mon Sep 17 00:00:00 2001 From: Brian Marks Date: Tue, 28 Jul 2026 15:28:33 -0400 Subject: [PATCH] fix(manifests): correct nodejs startup-logs version gate to v6.0.0 PR #6513 gated test_startup_logs_default on '>=6.0.0-pre', copied from dd-trace-js package.json's placeholder main-branch version instead of the actual release. dd-trace-js#7474 (startup logs enabled by default in v6) shipped in v6.0.0 (supported-configurations.json at that tag already reports default=true), so the gate should be '>=6.0.0'. Co-Authored-By: Claude Sonnet 5 --- manifests/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nodejs.yml b/manifests/nodejs.yml index 643bbc02540..796beef7c10 100644 --- a/manifests/nodejs.yml +++ b/manifests/nodejs.yml @@ -100,7 +100,7 @@ refs: - &ref_5_109_0 '>=5.109.0' - &ref_5_110_0 '>=5.110.0' - &ref_5_111_0 '>=5.111.0' - - &ref_6_0_0 '>=6.0.0-pre' + - &ref_6_0_0 '>=6.0.0' - &ref_6_5_0 '>=6.5.0 || ^5.116.0' manifest: tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardEvent_Tag: