From d250e08d6e4987485de4bc8a685155f7ce701937 Mon Sep 17 00:00:00 2001 From: Joey Zhao <5253430+joeyzhao2018@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:25:07 -0400 Subject: [PATCH 1/3] fake change --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fe746831..9ae9831d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: DOCKER_TARGET_IMAGE: registry.ddbuild.io/ci/datadog-lambda-extension DOCKER_TARGET_VERSION: latest - # Default version for development builds + # Default version for development builds # This will be overwritten by the tag version if it is a release. VERSION: dev # Manual trigger variables From 3f4156aef6cc36cd7f5fbbeb1b0c6512ea9243a6 Mon Sep 17 00:00:00 2001 From: Joey Zhao <5253430+joeyzhao2018@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:26:30 -0400 Subject: [PATCH 2/3] Revert "fake change" This reverts commit d250e08d6e4987485de4bc8a685155f7ce701937. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ae9831d8..2fe746831 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: DOCKER_TARGET_IMAGE: registry.ddbuild.io/ci/datadog-lambda-extension DOCKER_TARGET_VERSION: latest - # Default version for development builds + # Default version for development builds # This will be overwritten by the tag version if it is a release. VERSION: dev # Manual trigger variables From abc32ccd0c6c4de444e2fccc41811c75bbad2c77 Mon Sep 17 00:00:00 2001 From: Joey Zhao <5253430+joeyzhao2018@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:28:21 -0400 Subject: [PATCH 3/3] fix audit test failures --- bottlecap/Cargo.lock | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/bottlecap/Cargo.lock b/bottlecap/Cargo.lock index a9bab75a7..65177900a 100644 --- a/bottlecap/Cargo.lock +++ b/bottlecap/Cargo.lock @@ -383,7 +383,7 @@ dependencies = [ "bitflags 2.10.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.11.0", "log", "prettyplease", "proc-macro2", @@ -1652,15 +1652,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.14.0" @@ -2607,9 +2598,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.13" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" +checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" dependencies = [ "bytes", "getrandom 0.3.4",