pulumi/changelog/pending
Fraser Waters f03ecee434
Auto fill in URNs for parents in import files (#14524)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

This allows you to use the parent feature in an import file for another
resource in the same deployment without having to fill in what the URN
for that parent resource is in the name table.

## Checklist

- [x] I have run `make tidy` to update any new dependencies
- [x] I have run `make lint` to verify my code passes the lint check
  - [ ] I have formatted my code using `gofumpt`

<!--- Please provide details if the checkbox below is to be left
unchecked. -->
- [x] I have added tests that prove my fix is effective or that my
feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] I have run `make changelog` and committed the
`changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the
Pulumi Cloud,
then the service should honor older versions of the CLI where this
change would not exist.
You must then bump the API version in
/pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi
Cloud API version
<!-- @Pulumi employees: If yes, you must submit corresponding changes in
the service repo. -->
2023-11-13 21:17:03 +00:00
..
20230908--cli-config--config-refresh-will-now-restore-secret-provider-config-from-the-last-deployment.yaml Restore secrets provider in config refresh (#13900) 2023-11-13 12:27:46 +00:00
20231031--engine--import-can-now-create-empty-component-resource-to-use-as-the-parent-of-other-imported-resources.yaml Allow `import` to create empty component resources (#14467) 2023-11-13 17:58:35 +00:00
20231031--engine--import-can-now-import-a-parent-resource-in-the-same-deployment-as-a-child-resource.yaml Allow importing a parent and child resource at the same time (#14461) 2023-11-10 13:31:11 +00:00
20231103--pkg--fixes-a-panic-in-property-mapping-logic.yaml Fix panic in mapper_encode (#14498) 2023-11-04 18:31:22 +00:00
20231103--sdk-python--add-provider-side-caching-for-dynamic-provider-deserialization.yaml Add deserialisation cache to Python dynamic provider (#14491) 2023-11-03 21:41:30 +00:00
20231103--sdkgen-go--remove-generic-tooutput-methods-from-legacy-non-generic-go-sdks.yaml [go/sdkgen] Remove generic ToOutput methods from non-generic go SDKs (#14492) 2023-11-04 12:17:41 +00:00
20231106--cli-new--fix-panic-parsing-template-url.yaml Fix panic in isZIPTemplateURL (#14504) 2023-11-06 15:26:47 +00:00
20231110--engine--ignore-spurious-error-from-kubernetes-providers-diffconfig-method.yaml Ignore spurious error from kubernetes DiffConfig (#14533) 2023-11-11 09:59:39 +00:00
20231113--cli-new--simplifies-url-parsing-for-pulumi-new-zip.yaml Simplifies URL parsing for pulumi new <zip> (#14546) 2023-11-13 17:08:52 +00:00
20231113--components-yaml--upgrade-yaml-to-1-4-1.yaml upgrade pulumi-yaml to 1.4.1 (#14542) 2023-11-13 10:50:48 +00:00
20231113--engine--import-files-no-longer-need-parent-urns-in-the-name-table-for-resource-being-imported-in-the-same-file.yaml Auto fill in URNs for parents in import files (#14524) 2023-11-13 21:17:03 +00:00