Skip to content

Commit c441ac1

Browse files
author
aws-toolkit-automation
committed
Release 1.27.0
1 parent 88b15b7 commit c441ac1

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.changes/1.27.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2021-07-01",
3+
"version": "1.27.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "SAM: fixed issue with downloading deployed lambdas"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Credentials: Validate attached IAM role when deciding if EC2 instance credentials are available"
12+
}
13+
]
14+
}

.changes/next-release/Bug Fix-8d683e5f-f86c-4145-a6a8-03c5d357b00f.json

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

.changes/next-release/Bug Fix-b47aa69a-6a7c-4e8b-bb90-a67acf8b350c.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.27.0 2021-07-01
2+
3+
- **Bug Fix** SAM: fixed issue with downloading deployed lambdas
4+
- **Bug Fix** Credentials: Validate attached IAM role when deciding if EC2 instance credentials are available
5+
16
## 1.26.0 2021-06-30
27

38
- **Bug Fix** S3: improved performance in private VPC (via getBucketLocation)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "Amazon Web Services toolkit for browsing and updating cloud resources",
5-
"version": "1.27.0-SNAPSHOT",
5+
"version": "1.27.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)