Skip to content

v2.3.1

Choose a tag to compare

@pulumi-bot pulumi-bot released this 06 Feb 00:50
· 105 commits to master since this release
2565941
Fix schema location (#134)

https://github.com/pulumi/registry/actions/runs/21733849560/job/62694401456

> Error: unable to read remote schema file: unable to get contents of
schema file at
"https://raw.githubusercontent.com/pulumi/pulumi-std/v2.3.0/provider/cmd/pulumi-resource-std/schema.json"

This moves `schema.json` under `./provider/cmd/...` for consistency with
other providers.

Fixes #55.