Skip to content

Commit 156f09c

Browse files
author
aws-toolkit-automation
committed
Release 3.25.0
1 parent 834dd09 commit 156f09c

10 files changed

+42
-27
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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2024-09-19",
3+
"version": "3.25.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "no longer gives option to copy instance id on ec2 parent node."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Login state not updating across multiple VS Code windows."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Redshift: updated the list clusters and workgroups for regions which do not have serverless APIs"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "when connecting to ec2 instance, check for IAM role permitted actions, rather than full policies"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "EC2 nodes in explorer update status automatically"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "ec2 instance status is reinforced with icons and text"
28+
}
29+
]
30+
}

packages/toolkit/.changes/next-release/Bug Fix-35f330d2-90f9-468c-8723-40ec8f4f1cfc.json

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

packages/toolkit/.changes/next-release/Bug Fix-511c0b65-6f7b-4c1a-a0c5-616c3ec802f4.json

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

packages/toolkit/.changes/next-release/Bug Fix-7abe66a9-111f-4507-8129-48b460819095.json

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

packages/toolkit/.changes/next-release/Bug Fix-b6dbc82b-653c-4090-82c6-65972154ddf9.json

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

packages/toolkit/.changes/next-release/Feature-24874272-371b-40cb-8cbb-27f51a9c45e3.json

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

packages/toolkit/.changes/next-release/Feature-6b64667a-5191-4e34-931a-abce5642cc14.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.25.0 2024-09-19
2+
3+
- **Bug Fix** no longer gives option to copy instance id on ec2 parent node.
4+
- **Bug Fix** Login state not updating across multiple VS Code windows.
5+
- **Bug Fix** Redshift: updated the list clusters and workgroups for regions which do not have serverless APIs
6+
- **Bug Fix** when connecting to ec2 instance, check for IAM role permitted actions, rather than full policies
7+
- **Feature** EC2 nodes in explorer update status automatically
8+
- **Feature** ec2 instance status is reinforced with icons and text
9+
110
## 3.24.0 2024-09-12
211

312
- **Feature** Record telemetry event when AWS Toolkits extension is uninstalled.

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, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.25.0-SNAPSHOT",
5+
"version": "3.25.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)