From 7771a7d62898f7bdc5ab208d3bb1efdad160e9af Mon Sep 17 00:00:00 2001 From: rochdev Date: Thu, 21 Nov 2024 10:15:02 -0500 Subject: [PATCH] bump version --- manifests/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/nodejs.yml b/manifests/nodejs.yml index 88a981b678..7b55d16caf 100644 --- a/manifests/nodejs.yml +++ b/manifests/nodejs.yml @@ -39,6 +39,7 @@ refs: - &ref_5_24_0 '>=5.24.0 || ^4.48.0' - &ref_5_25_0 '>=5.25.0 || ^4.49.0' - &ref_5_26_0 '>=5.26.0 || ^4.50.0' + - &ref_5_27_0 '>=5.27.0 || ^4.51.0' tests/: apm_tracing_e2e/: @@ -641,7 +642,7 @@ tests/: Test_Config_TraceLogDirectory: missing_feature Test_Config_UnifiedServiceTagging: *ref_5_25_0 test_crashtracking.py: - Test_Crashtracking: *ref_5_26_0 + Test_Crashtracking: *ref_5_27_0 test_dynamic_configuration.py: TestDynamicConfigSamplingRules: *ref_5_16_0 TestDynamicConfigTracingEnabled: *ref_5_4_0