pulumi/pkg
Fraser Waters e83f6195b3
Update pkg -> sdk dependency (#9151)
2022-03-09 12:58:36 +00:00
..
backend Ensure filestate stack.json file are atomically replaced (#9122) 2022-03-08 11:21:39 +00:00
cmd/pulumi Add a --generate-code flag to import (#9141) 2022-03-08 21:07:17 +00:00
codegen [codegen/go] Don't error for 3rd party Go SDKs - assume v1 default instead (#7208) 2022-03-02 11:57:33 -08:00
engine Import uses all input properties and warns on check failure (#8922) 2022-03-08 12:27:15 +00:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations Update error handling (#8406) 2021-11-12 18:37:17 -08:00
resource Import uses all input properties and warns on check failure (#8922) 2022-03-08 12:27:15 +00:00
secrets [secrets] Fix + refactor bulk decryption. (#9039) 2022-02-25 08:51:52 -08:00
testing/integration Revert "Allow trivial stack with no engine events" 2022-02-18 12:49:16 -08:00
util Update error handling (#8406) 2021-11-12 18:37:17 -08: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 pkg -> sdk dependency (#9151) 2022-03-09 12:58:36 +00:00
go.sum [codegen/go] Add GenerateProgramWithOpts function (#8997) 2022-02-16 11:11:33 -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.