From 6643efb6d1dae94680242b261cb1208bac1ff54b Mon Sep 17 00:00:00 2001 From: "campaigner-staging[bot]" <111737018+campaigner-staging[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:16:19 +0000 Subject: [PATCH 1/3] Update lambda layer versions and supported runtimes --- layouts/shortcodes/latest-lambda-layer-version.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/shortcodes/latest-lambda-layer-version.html b/layouts/shortcodes/latest-lambda-layer-version.html index 6bda65d0963..c480002adc6 100644 --- a/layouts/shortcodes/latest-lambda-layer-version.html +++ b/layouts/shortcodes/latest-lambda-layer-version.html @@ -16,12 +16,12 @@ {{- if eq (.Get "layer") "ruby" -}} - 26 + 27 {{- end -}} {{- if eq (.Get "layer") "extension" -}} - 90 + 91 {{- end -}} @@ -31,12 +31,12 @@ {{- if eq (.Get "layer") "dd-trace-dotnet" -}} - 22 + 23 {{- end -}} {{- if eq (.Get "layer") "python-versions" -}} - `Python39`, `Python310`, `Python311`, `Python312`, `Python313`, `Python314` + `Python310`, `Python311`, `Python312`, `Python313`, `Python314` {{- end -}} {{- if eq (.Get "layer") "python-example-version" -}} From a110dec009336ddff5645bd9f649789d408312c0 Mon Sep 17 00:00:00 2001 From: Rithika Narayan Date: Tue, 23 Dec 2025 11:05:32 -0500 Subject: [PATCH 2/3] add java v25 --- layouts/shortcodes/latest-lambda-layer-version.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/latest-lambda-layer-version.html b/layouts/shortcodes/latest-lambda-layer-version.html index c480002adc6..10ec8a5907c 100644 --- a/layouts/shortcodes/latest-lambda-layer-version.html +++ b/layouts/shortcodes/latest-lambda-layer-version.html @@ -26,7 +26,7 @@ {{- if eq (.Get "layer") "dd-trace-java" -}} - 24 + 25 {{- end -}} From c3672eeb59f0c7f51e384c960d87ce51c135e524 Mon Sep 17 00:00:00 2001 From: Rithika Narayan Date: Tue, 23 Dec 2025 11:28:54 -0500 Subject: [PATCH 3/3] re-add python versions --- layouts/shortcodes/latest-lambda-layer-version.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/latest-lambda-layer-version.html b/layouts/shortcodes/latest-lambda-layer-version.html index 84626b06bc7..539fae11d91 100644 --- a/layouts/shortcodes/latest-lambda-layer-version.html +++ b/layouts/shortcodes/latest-lambda-layer-version.html @@ -36,7 +36,7 @@ {{- if eq (.Get "layer") "python-versions" -}} - `Python310`, `Python311`, `Python312`, `Python313`, `Python314` + `Python38`, `Python39`, `Python310`, `Python311`, `Python312`, `Python313`, `Python314` {{- end -}} {{- if eq (.Get "layer") "python-example-version" -}}