pulumi/changelog/pending
Aaron Friel 5267dcc6e6 feat: Package Schema resource-typed properties
A new built-in type, `pulumi.json#/Resource` is added to the schema to refer to
any resource. This unblocks schematizing resources like
`kubernetes.yaml/v2.ConfigFile`, which ideally would declare an output like so:

```json
            "properties": {
                "resources": {
                    "type": "array",
                    "items": {
                        "$ref": "pulumi.json#/Resource"
                    },
                    "description": "Resources created by the ConfigFile."
                }
            },
```

This is a small ergonomic improvement over `pulumi.json#/Any`, and fixes #6346.
2024-05-13 17:04:02 -07:00
..
20240327--sdkgen--support-resource-typed-input-and-output-properties.yaml feat: Package Schema resource-typed properties 2024-05-13 17:04:02 -07:00
20240513--docs--resource-docs-emit-supporting-types-beyond-the-200-limit.yaml Resource docs: emit supporting types beyond the 200 limit (#16185) 2024-05-13 14:58:33 +00:00
20240513--engine--fix-panic-when-using-pulumi-up-refresh-continue-on-error.yaml fix a panic when refresh is used with --continue-on-error (#16184) 2024-05-13 11:45:00 +00:00
20240513--sdk-go--prefer-plugindownloadurloverrides-over-plugindownloadurl-specified-in-the-package.yaml Prefer pluginDownloadURLOverrides over PluginDownloadURL specified in the package (#16186) 2024-05-13 14:35:44 +00:00