From b755274ea2bed232a2f776104cb49a78aadd96f8 Mon Sep 17 00:00:00 2001 From: Saket Chaudhary Date: Wed, 5 Feb 2025 09:44:39 +0530 Subject: [PATCH] extension v2.3.17 --- libBuild.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libBuild.sh b/libBuild.sh index 4b6bff4..06ad5ac 100644 --- a/libBuild.sh +++ b/libBuild.sh @@ -60,7 +60,7 @@ EXTENSION_DIST_DIR=extensions EXTENSION_DIST_ZIP=extension.zip EXTENSION_DIST_PREVIEW_FILE=preview-extensions-ggqizro707 -EXTENSION_VERSION=2.3.16 +EXTENSION_VERSION=2.3.17 function list_all_regions { aws ec2 describe-regions \ @@ -71,7 +71,7 @@ function list_all_regions { function fetch_extension { arch=$1 - url="https://github.com/newrelic/newrelic-lambda-extension/releases/download/v2.3.16/newrelic-lambda-extension.${arch}.zip" + url="https://github.com/newrelic/newrelic-lambda-extension/releases/download/v2.3.17/newrelic-lambda-extension.${arch}.zip" rm -rf $EXTENSION_DIST_DIR $EXTENSION_DIST_ZIP curl -L $url -o $EXTENSION_DIST_ZIP } @@ -227,7 +227,7 @@ function publish_layer { compat_list=( $runtime_name ) if [[ $runtime_name == "provided" ]] - then compat_list=("provided" "provided.al2" "provided.al2023" "dotnetcore3.1") + then compat_list=("provided.al2" "provided.al2023" "dotnetcore3.1") fi if [[ $runtime_name == "dotnet" ]]