Skip to content

Commit 75c286e

Browse files
author
aws-toolkit-automation
committed
Release 1.33.0
1 parent d93a622 commit 75c286e

7 files changed

+26
-14
lines changed

.changes/1.33.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2021-11-04",
3+
"version": "1.33.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "Bumping VS Code minimum version: 1.42.0 => 1.44.2"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Credentials: Handle case when running in an ECS container but no credentials are available."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Resources: Avoid redundant close of active editor when resource documents are explicitly closed"
16+
}
17+
]
18+
}

.changes/next-release/Breaking Change-df2d10e0-8c87-47ce-a038-56794a9abb6e.json

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

.changes/next-release/Bug Fix-36a9a380-aa9f-4ae7-9991-0e196159cb0f.json

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

.changes/next-release/Bug Fix-e3752045-17ab-4620-ae97-438c00d24bae.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.33.0 2021-11-04
2+
3+
- **Breaking Change** Bumping VS Code minimum version: 1.42.0 => 1.44.2
4+
- **Bug Fix** Credentials: Handle case when running in an ECS container but no credentials are available.
5+
- **Bug Fix** Resources: Avoid redundant close of active editor when resource documents are explicitly closed
6+
17
## 1.32.0 2021-10-21
28

39
- **Breaking Change** DEPRECATION: SAM actions using `dotnetcore2.1` runtime (Phase 2 Lambda deprecation)

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

0 commit comments

Comments
 (0)