Skip to content

Commit

Permalink
Check project existence during pulumi new
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov committed Aug 23, 2019
1 parent c88fcc4 commit c270204
Show file tree
Hide file tree
Showing 10 changed files with 851 additions and 608 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -15,7 +15,7 @@ CHANGELOG

- Allow resource IDs to be changed during `pulumi refresh` operations

- Do not crash when renaming a stack that has never been updated, when using the local backend. (fixes
- Do not crash when renaming a stack that has never been updated, when using the local backend. (fixes
[#2654](https://github.com/pulumi/pulumi/issues/2654))

- Fix intermittet "NoSuchKey" issues when using the S3 based backend. (fixes [#2714](https://github.com/pulumi/pulumi/issues/2714)).
Expand Down Expand Up @@ -56,6 +56,9 @@ CHANGELOG
- Fix a panic in logger when a secret contains non-printable characters
[#3074](https://github.com/pulumi/pulumi/pull/3074)

- Check the uniqueness of the project name during pulumi new
[#3065](https://github.com/pulumi/pulumi/pull/3065)

## 0.17.28 (2019-08-05)

- Retry renaming a temporary folder during plugin installation
Expand Down

0 comments on commit c270204

Please sign in to comment.