pulumi/pkg
Brandon Pollack 16670fa7a3 [DRAFT] Only check the package name, not the respsitory, to match packages.
Now that we have package blocks, they take the form
"[HOSTNAME]/NAMESPACE/packageName"

This causes there to be a naming mismatch when reading from the package
block and causing failures in tests.  This should mitigate that issue,
at the cost of risk of package name conflicts accross repos.

We should be matching against "NAMESPACE/packageName" to be inline with:
https://developer.hashicorp.com/terraform/language/providers/requirements#source-addresses

So I'm going to investigate this while others weigh in.
2024-12-02 13:29:47 +09:00
..
asset Move some asset code to pkg (#15162) 2024-01-17 11:30:37 +00:00
authhelpers Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
backend Implement plugin download cancellation (#17621) 2024-11-12 18:04:25 +00:00
cmd/pulumi Bump pulumi-java to 0.18.0 (#17871) 2024-11-26 14:30:20 +00:00
codegen [DRAFT] Only check the package name, not the respsitory, to match packages. 2024-12-02 13:29:47 +09:00
display Move sdk/go/common/display to /pkg/display (#13954) 2023-09-18 11:01:28 +00:00
engine Generate more accurate reproductions when fuzzing (#17737) 2024-11-15 09:16:46 +00:00
graph Support topologically sorting snapshots (#17403) 2024-10-01 08:45:35 +00:00
importer [cli/import] Fix undefined variable errors in code generation when imported resources use a parent or provider (#16786) 2024-07-25 13:53:44 +00:00
operations Move resource.URN to urn.URN (#15689) 2024-03-14 15:28:32 +00:00
resource Add `Handshake` to the provider protocol (#17819) 2024-11-26 17:35:47 +00:00
secrets Enable some more linting rules (#17456) 2024-10-03 17:37:13 +00:00
testing/integration Add simple performance gate to integration tests (#17364) 2024-11-04 21:26:27 +00:00
util try to prevent systems from going to sleep during pulumi operations (#17675) 2024-11-05 19:08:59 +00:00
version
workspace Implement plugin download cancellation (#17621) 2024-11-12 18:04:25 +00:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod Changelog and go.mod updates for v3.142.0 (#17875) 2024-11-26 17:18:58 +00:00
go.sum Bump pulumi-java to 0.18.0 (#17871) 2024-11-26 14:30:20 +00: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.