mirror of https://github.com/pulumi/pulumi.git
6f68060394
11588: Don't use *schema.Package in go codegen r=iwahbe a=iwahbe Part of https://github.com/pulumi/pulumi/issues/9932 Builds on https://github.com/pulumi/pulumi/pull/11578 tldr: Package is not reliable when its used for an external package. We are transferring over to PackageReference, and will remove the Package field once all references to it have been removed. 11589: Don't use `*schema.Package` in nodejs codegen r=iwahbe a=iwahbe Part of https://github.com/pulumi/pulumi/issues/9932 Builds on https://github.com/pulumi/pulumi/pull/11578 tldr: Package is not reliable when its used for an external package. We are transferring over to PackageReference, and will remove the Package field once all references to it have been removed. Co-authored-by: Ian Wahbe <ian@wahbe.com> |
||
---|---|---|
.. | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.