Skip to content

Commit aff507d

Browse files
bump minor version to 3.27.0 (#130)
* update rbenv version and comments * bump version to 3.27.0 * undo script change
1 parent 5074cee commit aff507d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/datadog/lambda/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module Datadog
1212
module Lambda
1313
module VERSION
1414
MAJOR = 3
15-
MINOR = 26
15+
MINOR = 27
1616
PATCH = 0
1717
PRE = nil
1818

scripts/run_integration_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Usage - run commands from repo root:
44
# To check if new changes to the layer cause changes to any snapshots:
5-
# BUILD_LAYERS=true DD_API_KEY=XXXX aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh
5+
# BUILD_LAYERS=true DD_API_KEY=XXXX ARCH=[arm64|amd64] aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh
66
# To regenerate snapshots:
7-
# UPDATE_SNAPSHOTS=true DD_API_KEY=XXXX aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh
7+
# UPDATE_SNAPSHOTS=true DD_API_KEY=XXXX ARCH=[arm64|amd64] aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh
88

99
set -e
1010

0 commit comments

Comments
 (0)