Skip to content

Commit c2d1574

Browse files
authored
Merge pull request #39 from pulumi/pterradillos/0.4.0
Prepare for 0.4.0
2 parents f23ef5f + a33efaf commit c2d1574

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to the "pulumi-vscode-tools" extension will be documented in
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
7+
## v0.4.0
88

99
- Added support for Change Requests / Approvals in Pulumi ESC
1010

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ Click the tag icon on a revision and give it a name.
189189
<img src="images/docs/tag-revision.png" alt="Tag ESC Environment Revision" />
190190
</figure>
191191

192+
### Approvals in ESC
193+
194+
You can create / update change requests for environments that has [Approvals for ESC enabled](https://www.pulumi.com/docs/esc/administration/approvals/).
195+
196+
<figure align="center">
197+
<img src="images/docs/esc-approvals.png" alt="Manage Drafts and Approvals workflow" />
198+
</figure>
199+
192200
### ESC Run in Terminal
193201

194202
You can quickly populate an ESC Run command for an environment in the terminal.

images/docs/esc-approvals.png

17.6 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pulumi-vscode-tools",
33
"displayName": "Pulumi",
44
"description": "Pulumi Tools for Visual Studio Code",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"engines": {
77
"vscode": "^1.84.0"
88
},

0 commit comments

Comments
 (0)