pulumi/pkg
bors[bot] 6f68060394
Merge #11588 #11589
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>
2022-12-08 20:25:26 +00:00
..
authhelpers Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
backend Merge #11524 #11586 2022-12-08 17:57:51 +00:00
cmd/pulumi Merge #11524 #11586 2022-12-08 17:57:51 +00:00
codegen Merge #11588 #11589 2022-12-08 20:25:26 +00:00
engine Handle replacements of resources marked for deletion 2022-12-07 19:59:38 +00:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
resource Handle replacements of resources marked for deletion 2022-12-07 19:59:38 +00:00
secrets Add tests for awskms secret manager 2022-12-02 13:38:28 +00:00
testing/integration Merge #11524 #11586 2022-12-08 17:57:51 +00:00
util Introduce PULUMI_DEBUG_GRPC support 2022-11-08 14:01:15 -05:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod Update YAML to 1.0.4 2022-12-07 13:25:30 -08:00
go.sum Update YAML to 1.0.4 2022-12-07 13:25:30 -08:00

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.