Skip to content

Commit b7c973c

Browse files
authored
Update Lambda Extension to v1.2.2 (#28)
1 parent 50e242f commit b7c973c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

extension/publish-layer.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
#!/bin/bash -x
1+
#!/usr/bin/env bash
2+
3+
set -Eeuo pipefail
24

35
BUCKET_PREFIX=nr-layers
46

57
EXTENSION_DIST_DIR=extensions
6-
EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.1.2/newrelic-lambda-extension.zip
8+
EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.2/newrelic-lambda-extension.zip
79
EXTENSION_DIST_ZIP=extension.zip
810

911
REGIONS=(

nodejs/publish-layers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NJS12X_DIST=$DIST_DIR/nodejs12x.zip
1111
NJS14X_DIST=$DIST_DIR/nodejs14x.zip
1212

1313
EXTENSION_DIST_DIR=extensions
14-
EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.1.2/newrelic-lambda-extension.zip
14+
EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.2/newrelic-lambda-extension.zip
1515
EXTENSION_DIST_ZIP=extension.zip
1616
EXTENSION_DIST_PREVIEW_FILE=preview-extensions-ggqizro707
1717

python/publish-layers.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/bash -x
1+
#!/usr/bin/env bash
2+
3+
set -Eeuo pipefail
24

35
BUILD_DIR=python
46
BUCKET_PREFIX=nr-layers
@@ -9,7 +11,7 @@ PY37_DIST=dist/python37.zip
911
PY38_DIST=dist/python38.zip
1012

1113
EXTENSION_DIST_DIR=extensions
12-
EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.1.2/newrelic-lambda-extension.zip
14+
EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.2/newrelic-lambda-extension.zip
1315
EXTENSION_DIST_ZIP=extension.zip
1416
EXTENSION_DIST_PREVIEW_FILE=preview-extensions-ggqizro707
1517

0 commit comments

Comments
 (0)