Skip to content

Commit 3c4a351

Browse files
author
aws-toolkit-automation
committed
Release 3.26.0
1 parent 72a112c commit 3c4a351

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-09-27",
3+
"version": "3.26.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "EC2 connect: remote connection will no longer fail with 'too many authentication attempt'"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "EC2 connect: use ed25519 to generate ec2 ssh key pair"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "EC2 connect: default to ed25519, but fall back on rsa if unsupported"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "EC2: Launch ec2 instances from AWS Explorer"
20+
}
21+
]
22+
}

packages/toolkit/.changes/next-release/Bug Fix-7e333959-58a0-48ff-9368-888735328bf2.json

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

packages/toolkit/.changes/next-release/Feature-3bebe8f2-b933-4104-8dd6-013d738bd6b5.json

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

packages/toolkit/.changes/next-release/Feature-5ca56f55-9d01-40bd-86e8-bcb8a776c4d8.json

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

packages/toolkit/.changes/next-release/Feature-ddc43dca-284c-4ab6-8857-e207bcdd9858.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.26.0 2024-09-27
2+
3+
- **Bug Fix** EC2 connect: remote connection will no longer fail with 'too many authentication attempt'
4+
- **Feature** EC2 connect: use ed25519 to generate ec2 ssh key pair
5+
- **Feature** EC2 connect: default to ed25519, but fall back on rsa if unsupported
6+
- **Feature** EC2: Launch ec2 instances from AWS Explorer
7+
18
## 3.25.0 2024-09-19
29

310
- **Bug Fix** no longer gives option to copy instance id on ec2 parent node.

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.26.0-SNAPSHOT",
5+
"version": "3.26.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)