Back to Pulumi

V0.17.15

changelog/v0.17.15.md

3.244.01.0 KB
Original Source

0.17.15 (2019-06-05)

Improvements

  • Pulumi now allows Python programs to "read" existing resources instead of just creating them. This feature enables Pulumi Python packages to expose ".get()" methods that allow for reading of resources that already exist.
  • Support for referencing the outputs of other Pulumi stacks has been added to the Pulumi Python libraries via the StackReference type.
  • Add CI system detection for Bitbucket Pipelines.
  • Pulumi now tolerates changes in default providers in certain cases, which fixes an issue where users would see unexpected replaces when upgrading a Pulumi package.
  • Add support for renaming resources via the aliases resource option. Adding aliases allows new resources to match resources from previous deployments which used different names, maintaining the identity of the resource and avoiding replacements or re-creation of the resource.
  • pulumi plugin install gained a new optional argument --server which can be used to provide a custom server to be used when downloading a plugin.