Back to Pulumi

V0.16.1

changelog/v0.16.1.md

3.244.01.1 KB
Original Source

0.16.1 (2018-10-23)

Improvements

  • A new top-level CLI command “pulumi state” was added to assist in making targeted edits to the state of a stack. Two subcommands, “pulumi state delete” and “pulumi state unprotect”, can be used to delete or unprotect individual resources respectively within a Pulumi stack. pulumi/pulumi#2024
  • Default to allowing as many parallel operations as possible pulumi/pulumi#2065
  • Fixed an issue with the generated type for an Unwrap expression when using TypeScript pulumi/pulumi#2061
  • Improve error messages when resource plugins can't be loaded or when a checkpoint is invalid pulumi/pulumi#2078
  • Fix link to the Pulumi Web Console in the CLI for a stack pulumi/pulumi#2075
  • Attach git commit metadata to Pulumi updates in some additional cases pulumi/pulumi#2062 and pulumi/pulumi#2069