Skip to content

Commit 71bd98d

Browse files
committed
Add: ".nvmrc" file to set the repo default node version.
Change: Update CHANGELOG release notes and date
1 parent 55bdef6 commit 71bd98d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
1717
### Breaks
1818

1919

20-
## 1.0.11 (2024-07-19)
20+
## 1.0.11 (2024-07-27)
2121
---
2222

2323
### New
@@ -37,6 +37,7 @@ Add: Secret and KMS access policies to the "template-sam.yml" file [GS-41].
3737
Add: "scripts/aws_cf_processor/test_localstack.sh" to test localstack EC2 functionality with the LOCALSTACK_AUTH_TOKEN envvar [GS-97].
3838
Add LOCAL_DNS_DISABLED and BRIDGE_PROXY_DISABLED envvars to disable local services working on the road.
3939
Add NGROK_ENABLED envvar to enable/disable Ngrok service in the URL_MASK_EXTERNAL_HOSTNAME and DEV_MASK_EXT_HOSTNAME assignments on "scripts/get_domain_name_dev.sh".
40+
Add: ".nvmrc" file to set the repo default node version.
4041

4142
### Changes
4243
Change APP_STAGE dynamic assignment in run_aws.sh, set_chalice_cnf.sh, and big_lambdas_manager.sh, and secure_local_server/docker_entrypoint.sh [GS-41].
@@ -51,7 +52,7 @@ Check the CLOUD_PROVIDER variable in big_lambdas_manager.sh and avoid execution
5152
Fix 'USER_AGENT environment variable not set...' LangSmith warning message removed in run_aws.sh, big_lambdas_manager.sh, aws_big_lambda/template-sam.yml, and secure_local_server/docker_entrypoint.sh.
5253
Fix: issue reporting the "_placeholder" missing parameter in the SAM template in verify_base_names() of big_lambdas_manager.sh.
5354
Fix: API_GATEWAY_PORT report in pre-process summary in big_lambdas_manager.sh.
54-
Fix: relplace the fixed "us-east-1" region by $AWS_REGION on the AWS_DOCKER_IMAGE_URI_BASE assignment in big_lambdas_manager.sh.
55+
Fix: replace the fixed "us-east-1" region by $AWS_REGION on the AWS_DOCKER_IMAGE_URI_BASE assignment in big_lambdas_manager.sh.
5556

5657

5758
## 1.0.10 (2024-06-07)

0 commit comments

Comments
 (0)