Update CHANGELOG.md for release

This commit is contained in:
Matt Ellis 2019-04-17 08:19:06 -07:00
parent 644d5dc916
commit f78c2f58f6

View file

@ -1,11 +1,11 @@
## 0.17.7 (Unreleased)
## 0.17.6 (Released April 11, 2019)
## 0.17.8 (Unreleased)
### Improvements
## 0.17.7 (Released April 17, 2019)
### Improvements
- `refresh` will now warn instead of returning an error when it notices a resource is in an
unhealthy state. This is in service of https://github.com/pulumi/pulumi/issues/2633.
- A new "test mode" can be enabled by setting the `PULUMI_TEST_MODE` environment variable to
`true` in either the Node.js or Python SDK. This new mode allows you to unit test your Pulumi programs
using standard test harnesses, without needing to run the program using the Pulumi CLI. In this mode, limited
@ -14,6 +14,13 @@
`PULUMI_CONFIG`, `PULUMI_NODEJS_PROJECT`, and `PULUMI_NODEJS_STACK` environment variables to control settings
the CLI would have otherwise managed for you.
## 0.17.6 (Released April 11, 2019)
### Improvements
- `refresh` will now warn instead of returning an error when it notices a resource is in an
unhealthy state. This is in service of https://github.com/pulumi/pulumi/issues/2633.
## 0.17.5 (Released April 8, 2019)
### Improvements