pulumi/pkg
Fraser Waters a35c0d0ad7 Warn about non-project mode
In preperation for deprecating non-project mode at some point. This is
phase 1 of encouraging users off of legacy mode.

Any time a user opens a backend in legacy mode (either old states, or
new states with SELF_MANAGED_STATE_LEGACY_LAYOUT set) we'll warn that
non-project mode is due to deprecate this year.

They can disable this warning by setting
PULUMI_DIY_BACKEND_ACKNOWLEDGE_LEGACY_WARNING to true.

The next phase (in a few months) will turn this into an error which
they'll be able to opt out of by setting
PULUMI_DIY_BACKEND_ACKNOWLEDGE_LEGACY_ERROR to true.

After that it will be a hard error and all non-project related code will
be removed.
2024-01-30 10:36:10 +00:00
..
asset Move some asset code to pkg (#15162) 2024-01-17 11:30:37 +00:00
authhelpers Add tests for gcpauth pkg (#13926) 2023-09-13 11:27:03 +00:00
backend Warn about non-project mode 2024-01-30 10:36:10 +00:00
cmd/pulumi [conformance tests] Fix run root and use program info everywhere (#15191) 2024-01-25 23:28:58 +00:00
codegen Test main in conformance tests (#15287) 2024-01-28 20:11:52 +00:00
display Move sdk/go/common/display to /pkg/display (#13954) 2023-09-18 11:01:28 +00:00
engine Test that an empty parent URN in an alias is treated as the default parent (#15232) 2024-01-26 18:29:22 +00:00
graph Adds a flag to graph command to insert fragment (#14858) 2024-01-08 22:03:08 +00:00
importer Enable perfsprint linter (#14813) 2023-12-12 12:19:42 +00:00
operations Add Base64SecretsProvider for testing (#15017) 2024-01-05 08:32:56 +00:00
resource Fix stack name validation check (#15245) 2024-01-27 10:35:20 +00:00
secrets upgrade gocloud.dev take 2 (#15202) 2024-01-26 13:14:17 +00:00
testing/integration ProgramTest: Python: Use correct venv path for projects with `main` option (#15225) 2024-01-23 23:21:02 +00:00
util Remove deprecated Protobufs imports (#15158) 2024-01-17 09:35:20 +00:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
workspace Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +00:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod upgrade gocloud.dev take 2 (#15202) 2024-01-26 13:14:17 +00:00
go.sum upgrade gocloud.dev take 2 (#15202) 2024-01-26 13:14:17 +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.