Back to Pulumi

V0.17.13

changelog/v0.17.13.md

3.244.0856 B
Original Source

0.17.13 (2019-05-21)

Improvements

  • Fix an issue where creating a first class provider would fail if any of the configuration values for the providers were secrets. (fixes pulumi/pulumi#2741).
  • Fix an issue where when using --diff or looking at details for a proposed updated, the CLI might print text like: <{%reset%}> --outputs:--<{%reset%}> instead of just --outputs:--.
  • Fixes local login on Windows. Specifically, windows local paths are properly understood and backslashes \ are not converted to __5c__ in paths.
  • Fix an issue where some operations would fail with error: could not deserialize deployment: unknown secrets provider type.
  • Fix an issue where pulumi might try to replace existing resources when upgrading to the newest version of some resource providers.