Back to Pulumi

V0.17.2

changelog/v0.17.2.md

3.244.01.2 KB
Original Source

0.17.2 (2019-03-15)

Improvements

  • Show brew upgrade pulumi as the upgrade message when the currently running pulumi executable is running on macOS from the brew install directory.
  • Resource diffs that are rendered to the console are now filtered to properties that have semantically-meaningful changes where possible.
  • pulumi new no longer runs an initial deployment after a project is generated for nodejs projects. Instead, instructions are printed indicating that pulumi up can be used to deploy the project.
  • Differences between the state of a refreshed resource and the state described in a Pulumi program are now properly detected when using newer providers.
  • Differences between a resource's provider-internal properties are no longer displayed in the CLI.
  • Pulumi will now install missing plugins on startup. Previously, Pulumi would error if a required plugin was not present and a bug in the Pulumi CLI made it common for users using Pulumi in their continuous integration setup to have problems with missing plugins. Starting with 0.17.2, if Pulumi detects that required plugins are missing, it will make an attempt to install the missing plugins before proceeding with the update.