Fix changelog (#4438)

This commit is contained in:
Chris Smith 2020-04-17 14:01:03 -07:00 committed by GitHub
parent df1b07b9dc
commit ac6f04d45f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,12 @@
CHANGELOG
=========
## HEAD (unreleased)
- Add support for a `PULUMI_CONSOLE_DOMAIN` environment variable to override the
behavior for how URLs to the Pulumi Console are generated.
[#4410](https://github.com/pulumi/pulumi/pull/4410)
## 2.0.0 (2020-04-16)
=======
- CLI behavior change. Commands in non-interactive mode (i.e. when `pulumi` has its output piped to
@ -37,10 +43,6 @@ CHANGELOG
- Avoid unexpected replace on resource with `import` applied on second update.
[#4403](https://github.com/pulumi/pulumi/pull/4403)
- Add support for a `PULUMI_CONSOLE_DOMAIN` environment variable to override the
behavior for how URLs to the Pulumi Console are generated.
[#4410](https://github.com/pulumi/pulumi/pull/4410)
## 1.14.1 (2020-04-13)
- Propagate `additionalSecretOutputs` opt to Read in NodeJS.
[#4307](https://github.com/pulumi/pulumi/pull/4307)