From dbda8db1f38d5246af8195eb3e2064d15adabca5 Mon Sep 17 00:00:00 2001 From: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:36:18 -0700 Subject: [PATCH 1/2] chore: bump version to 1.121.0 (#7293) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 60108ddff3..0a7d0e0984 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.120.0" +__version__ = "1.121.0" From ee0974b7a482247542fd01e64b1c92798d93d05e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:45:44 +0000 Subject: [PATCH 2/2] feat: update SAM CLI with latest App Templates commit hash (#7292) * feat: updating app templates repo hash with (dc3e2d63332d1dac1557581c06ed323a0aab1d58) * Update init integration test --------- Co-authored-by: GitHub Action Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> --- samcli/runtime_config.json | 2 +- tests/integration/init/test_init_command.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samcli/runtime_config.json b/samcli/runtime_config.json index 27c3cf327d..cdaff679e1 100644 --- a/samcli/runtime_config.json +++ b/samcli/runtime_config.json @@ -1,3 +1,3 @@ { - "app_template_repo_commit": "ad846a4a89679a0335a20768308c14c81edca9df" + "app_template_repo_commit": "dc3e2d63332d1dac1557581c06ed323a0aab1d58" } diff --git a/tests/integration/init/test_init_command.py b/tests/integration/init/test_init_command.py index 76000edf61..68cb0c0c42 100644 --- a/tests/integration/init/test_init_command.py +++ b/tests/integration/init/test_init_command.py @@ -902,7 +902,7 @@ def test_interactive_init(self): # 1: AWS Quick Start Templates # 1: Hello World Example # N: Use the most popular runtime and package type? (Python and zip) [y/N] - # 13: nodejs18.x + # 13: nodejs20.x # 1: Zip # 1: Hello World Example # N: Would you like to enable X-Ray tracing on the function(s) in your application? [y/N] @@ -912,7 +912,7 @@ def test_interactive_init(self): 1 1 N -13 +11 1 1 N