Commit 8b521af
Changelog for v0.16.0 (#549)
```markdown
## v0.16.0 - 2026-08-19
### Improvements
- [language-host] Print `required_providers` usage instructions after `pulumi package add` and `pulumi install` [#560](#560)
### Bug Fixes
- [runtime] Return a diagnostic instead of panicking when a `for_each` set contains a null element [#548](#548)
- [runtime] Return a diagnostic instead of panicking when a `count` meta-argument is null [#550](#550)
- [runtime] Stop panicking on an unknown `prevent_destroy` and refuse a known-null one at destroy [#551](#551)
- [runtime] Stop panicking on a marked or unknown discriminated-union discriminator [#552](#552)
- [runtime] Preserve resource dependencies referenced by provider configuration properties [#555](#555)
- [runtime] Handle null resource `aliases` [#556](#556)
```
---
Merging this PR to `master` will trigger
`.github/workflows/release.yml`, which:
- creates the `v0.16.0` git tag
- publishes the GitHub release with notes from `.changes/v0.16.0.md`
- builds and uploads binaries (`pulumi-language-hcl`,
`pulumi-converter-hcl`, `pulumi-resource-hcl`) for `{darwin, linux,
windows} × {amd64, arm64}`
Automated release PR generated by
`.github/workflows/maintain-release-pr.yml`.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 950be74 commit 8b521af
9 files changed
Lines changed: 40 additions & 42 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
8 | 28 | | |
9 | 29 | | |
10 | 30 | | |
| |||
0 commit comments