Skip to content

Commit 9eeb733

Browse files
Changelog for v0.8.0 (#284)
```markdown ## v0.8.0 - 2026-06-24 ### Improvements - [resource-host] Add the `pulumi-resource-hcl` provider, exposing an `hcl:index:Module` resource that instantiates a module from a runtime `source` [#282](#282) - [resource-host] Make pulumi-resource-hcl parameterizable [#283](#283) ``` --- Merging this PR to `master` will trigger `.github/workflows/release.yml`, which: - creates the `v0.8.0` git tag - publishes the GitHub release with notes from `.changes/v0.8.0.md` - builds and uploads binaries (`pulumi-language-hcl`, `pulumi-converter-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 50f2e20 commit 9eeb733

4 files changed

Lines changed: 16 additions & 12 deletions

File tree

.changes/unreleased/resource-host-Improvements-282.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/resource-host-Improvements-283.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v0.8.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## v0.8.0 - 2026-06-24
2+
3+
### Improvements
4+
5+
- [resource-host] Add the `pulumi-resource-hcl` provider, exposing an `hcl:index:Module` resource that instantiates a module from a runtime `source` [#282](https://github.com/pulumi-labs/pulumi-hcl/pull/282)
6+
7+
- [resource-host] Make pulumi-resource-hcl parameterizable [#283](https://github.com/pulumi-labs/pulumi-hcl/pull/283)
8+

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v0.8.0 - 2026-06-24
9+
10+
### Improvements
11+
12+
- [resource-host] Add the `pulumi-resource-hcl` provider, exposing an `hcl:index:Module` resource that instantiates a module from a runtime `source` [#282](https://github.com/pulumi-labs/pulumi-hcl/pull/282)
13+
14+
- [resource-host] Make pulumi-resource-hcl parameterizable [#283](https://github.com/pulumi-labs/pulumi-hcl/pull/283)
15+
816
## v0.7.0 - 2026-06-22
917

1018
### Improvements

0 commit comments

Comments
 (0)