changelog/v0.16.0.md
Default colors that fit better for both light and dark terminals. Overall updates to rendering of previews/updates for consistency and simplicity of the display.
Parallel resource creation and updates were added in 0.15. In 0.16, this has been extended to include deletions, which are now conservatively parallelized based on dependency information. pulumi/pulumi#1963
The Pulumi GitHub App previously supported just TravisCI. With this release the pulumi CLI now supports configurable CI providers via environment variables. Thanks @jen20!
In addition to the above features, we've made a handfull of day to day improvements in the CLI:
zsh completions. Thanks to @Tirke!) pulumi/pulumi#1967pulumi stack output. pulumi/pulumi#2000Dockerfile for the Pulumi CLI and development environment for use in hosted environments.pulumi.output to deeply unwrap Inputs. This significantly simplifies working with Inputs when building Pulumi components. pulumi/pulumi#1915