Skip to content

Commit 765f178

Browse files
author
aws-toolkit-automation
committed
Release 3.32.0
1 parent ab0664b commit 765f178

8 files changed

+32
-19
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2024-11-07",
3+
"version": "3.32.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "SAM: Save SAM deploy parameters to correct samconfig.toml in project folder"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "System Path parsing should ignore Windows and only parse Mac/Linux system, Sam Local Invoke should get correct system Path on windows #5933 #5918"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "SAM: Skip unnecessary prompters for sync operation when using flag from samconfig.toml file"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "AWS Lambda: Removed action to delete a Lambda or S3 bucket in the AppBuilder section as resources created through IaC frameworks should not be directly modified since this creates drift"
20+
}
21+
]
22+
}

packages/toolkit/.changes/next-release/Bug Fix-1ade44c5-bd1f-4b8f-a7f3-f2740ebb8097.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Bug Fix-268ceb41-7bec-4b57-b195-d72f19d00faa.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Bug Fix-2ad71338-1d0f-4bbf-a9e9-ac0f12be7a4d.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Bug Fix-f6bb74e5-14cd-4e63-bc24-5e8e82dbaf46.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.32.0 2024-11-07
2+
3+
- **Bug Fix** SAM: Save SAM deploy parameters to correct samconfig.toml in project folder
4+
- **Bug Fix** System Path parsing should ignore Windows and only parse Mac/Linux system, Sam Local Invoke should get correct system Path on windows #5933 #5918
5+
- **Bug Fix** SAM: Skip unnecessary prompters for sync operation when using flag from samconfig.toml file
6+
- **Bug Fix** AWS Lambda: Removed action to delete a Lambda or S3 bucket in the AppBuilder section as resources created through IaC frameworks should not be directly modified since this creates drift
7+
18
## 3.31.0 2024-10-30
29

310
- **Feature** SAM: Added support for Java 21 Lambda runtime

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.32.0-SNAPSHOT",
5+
"version": "3.32.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)