Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.0
0.19.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.19.0

### Improvements

- Added support for Open Approvals [#592](https://github.com/pulumi/esc/pull/592)

## 0.18.0

### Improvements
Expand Down
1 change: 0 additions & 1 deletion cmd/esc/cli/env_open_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func newEnvOpenRequestCmd(envcmd *envCommand) *cobra.Command {
"\n" +
"This command creates a request to open a protected environment. The request must be\n" +
"approved before the environment can be accessed.\n",
Hidden: true,
SilenceUsage: true,
RunE: func(cmd *cobra.Command, args []string) error {
ctx := context.Background()
Expand Down
Loading