pulumi/pkg/util
Fraser Waters 3fdf871124
Use the yaml converter plugin rather than Eject (#14437)
<!--- 
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. -->

We add some hooks to ensure we always use the version of
pulumi-converter-yaml that matches the version of yaml we've linked the
CLI to, this preserves the behaviour we have today that eject code
matches the gen code.

At some point it will make sense to decouple these and often just
default to the the latest converter instead.

This unlinks one part of the yaml codebase from the cli. We still need
to do codegen and docgen, but this at least means breaking changes can
be made to the eject interface without breaking the build because of the
circular dependency cycle.

## 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 - Covered by `TestYamlConvertSmoke`
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] 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-12-08 08:55:49 +00:00
..
afero Fix convert pcl copy 2023-04-14 22:04:50 +01:00
cancel all: Assert => Assertf 2023-03-03 14:37:43 -08:00
rpcdebug Fix PULUMI_DEBUG_GPRC to intercept client errors 2023-05-19 16:52:51 -07:00
testutil all: Drop ioutil 2023-01-06 16:35:14 -08:00
tracing Update error handling (#8406) 2021-11-12 18:37:17 -08:00
validation Add tokens.StackName (#14487) 2023-11-15 07:44:54 +00:00
plugin.go Use the yaml converter plugin rather than Eject (#14437) 2023-12-08 08:55:49 +00:00
plugin_test.go Hardcode some known provider plugin locations 2023-05-24 17:41:12 +01:00