Skip to content

Commit

Permalink
extension v2.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Feb 5, 2025
1 parent 38e1413 commit b755274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
}
Expand Down Expand Up @@ -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" ]]
Expand Down

0 comments on commit b755274

Please sign in to comment.