Back to Pulumi

V0.17.8

changelog/v0.17.8.md

3.244.0644 B
Original Source

0.17.8 (2019-04-23)

Improvements

  • Add a new ignoreChanges option to resource options to allow specifying a list of properties to ignore for purposes of updates or replacements. #2657
  • Fix an engine bug that could lead to incorrect interpretation of the previous state of a resource leading to unexpected Update, Replace or Delete operations being scheduled. [#2650]https://github.com/pulumi/pulumi/issues/2650)
  • Build/push pulumi/actions container to DockerHub with new SDK releases #2646