Back to Pulumi

V0.17.12

changelog/v0.17.12.md

3.244.0697 B
Original Source

0.17.12 (2019-05-15)

Improvements

  • Pulumi now tells you much earlier when the --secrets-provider argument to up init or new has the wrong value. In addition, supported values are now listed in the help text. (fixes pulumi/pulumi#2727).
  • Pulumi no longer prompts for your passphrase twice during operations when you are using the passphrase based secrets provider. (fixes pulumi/pulumi#2729).
  • Fix an issue where complex inputs to a resource which contained secret values would not be stored correctly.
  • Fix a panic during property diffing when comparing two secret arrays.