Update changelog. (#2953)

This commit is contained in:
CyrusNajmabadi 2019-07-19 11:26:08 -07:00 committed by GitHub
parent 784c39e22c
commit 837155994b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,14 @@
CHANGELOG
=========
## 0.17.23 (2019-07-19)
- Internal changes to improve certain downstream scenarios around calling data-sources.
## 0.17.23 (2019-07-16)
- `pulumi new` allows specifying a local path to templates (resolves
[#2672](https://github.com/pulumi/pulumi/issues/2672))
- Fix an issue where a file archive created on Windows would contain back-slashes
[#2784](https://github.com/pulumi/pulumi/issues/2784)
@ -15,12 +19,12 @@ CHANGELOG
[#2871](https://github.com/pulumi/pulumi/issues/2871))
- Promises/Outputs can now be directly exported as the top-level (i.e. not-named) output of a Stack.
(fixes [#2910](https://github.com/pulumi/pulumi/issues/2910))
- Add support for importing existing resources to be managed using Pulumi. A resource can be imported
by setting the `import` property in the resource options bag when instantiating a resource. In order to
successfully import a resource, its desired configuration (i.e. its inputs) must not differ from its
actual configuration (i.e. its state) as calculated by the resource's provider.
- Add the ability to pass a customTimeouts object from the providers across the engine
to resource management. (fixes [#2665](https://github.com/pulumi/pulumi/issues/2665))