pulumi/pkg
Mikhail Shilkov c85f6d04fd
Add a lifecycle test for autonaming (#17995)
Follow-up to https://github.com/pulumi/pulumi/pull/17916 to add test
coverage of autonaming configuration in the engine lifecycle test suite
(pkg/engine/lifecycletest).

Resolve #17971
2024-12-12 16:00:00 +00: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 Check language plugins in about tests (#18007) 2024-12-11 17:45:19 +00:00
channel Move `sdk/go/common/channel` to `pkg` (#17895) 2024-12-02 16:25:50 +00:00
cmd/pulumi Break out the `logs` command (#17976) 2024-12-12 12:55:42 +00:00
codegen [codegen/dotnet] Emit local dependencies in restore sources deterministically (#18026) 2024-12-12 12:33:16 +00:00
display Move sdk/go/common/display to /pkg/display (#13954) 2023-09-18 11:01:28 +00:00
engine Add a lifecycle test for autonaming (#17995) 2024-12-12 16:00:00 +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 Check language plugins in about tests (#18007) 2024-12-11 17:45:19 +00:00
secrets Enable some more linting rules (#17456) 2024-10-03 17:37:13 +00:00
testing/integration Modify packages for the user instead of printing instructions when adding package. (#17815) 2024-12-09 10:19:05 +00:00
util Update golangci-lint (#17972) 2024-12-10 11:50:38 +00:00
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.143.0 (#18025) 2024-12-12 07:50:38 +00:00
go.sum Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /sdk in the go_modules group across 1 directory (#18015) 2024-12-12 01:29:41 +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.