pulumi/pkg
bors[bot] 9f50aa91e3
Merge #13287
13287: [apitype] Add RetainOnDelete to StepEventStateMetadata r=pgavlin a=pgavlin

This flag is necessary for parity between the CLI's event renderer and the renderer used by the Cloud.

Co-authored-by: Pat Gavlin <pat@pulumi.com>
2023-06-28 18:24:42 +00:00
..
authhelpers make linter happy 2023-02-08 10:30:10 -08:00
backend Merge #13287 2023-06-28 18:24:42 +00:00
cmd/pulumi Merge #13305 2023-06-28 16:07:42 +00:00
codegen Don't try to install provider during schema loading unless missing 2023-06-28 14:12:17 +01:00
engine [apitype] Add RetainOnDelete to StepEventStateMetadata 2023-06-26 12:50:39 -07:00
graph all: Assert => Assertf 2023-03-03 14:37:43 -08:00
importer all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
operations all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
resource Don't try to install provider during schema loading unless missing 2023-06-28 14:12:17 +01:00
secrets Change secret.Manager State to json.RawMessage 2023-05-22 11:21:15 +01:00
testing/integration fix(cli/state rename): Update parent references on rename 2023-06-16 13:46:35 -07:00
util Improve the stack validation error message 2023-06-28 00:48:19 +02:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
workspace Don't try to install provider during schema loading unless missing 2023-06-28 14:12:17 +01:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod Merge #13078 2023-06-23 15:38:56 +00:00
go.sum cli(state upgrade): Prompt for project names for detached stacks 2023-06-22 13:45:13 -07: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.