pulumi/pkg
Kyle Dixler 378daccaec
updated codegen (#9706)
2022-05-26 19:50:52 -05:00
..
backend Fix a panic in renameHistory when encountering unexpected files (#9673) 2022-05-25 09:10:36 +01:00
cmd/pulumi added confirmation string to `pulumi logout` (#9641) 2022-05-20 11:50:00 -07:00
codegen updated codegen (#9706) 2022-05-26 19:50:52 -05:00
engine Reads must have unique URNs (#9516) 2022-05-24 16:08:17 +01:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
resource Reads must have unique URNs (#9516) 2022-05-24 16:08:17 +01:00
secrets Allow PULUMI_CONFIG_PASSPHRASE to be empty (#9568) 2022-05-11 16:51:05 +01:00
testing/integration Add --diff to preview in acceptance test flow. (#9702) 2022-05-26 12:24:14 -04:00
util Ensure that FormatOptions.Color is set before use in diag.defaultSink (#9334) 2022-04-01 20:22:35 +01: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 [schema] Add support for on-demand binding. (#9620) 2022-05-23 15:44:35 -07:00
go.sum [schema] Add support for on-demand binding. (#9620) 2022-05-23 15:44:35 -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.