pulumi/pkg
Aaron Friel 03baa3e5f6
Update pkg -> sdk dependency (#9632)
2022-05-19 16:08:30 -07:00
..
backend Don't try to display empty rows (#9543) 2022-05-04 20:14:06 +01:00
cmd/pulumi Fix panic in 'pulumi console' when no stack is selected. (#9599) 2022-05-16 17:10:26 +02:00
codegen Pass through resource replacement in the schema (#9603) 2022-05-17 13:59:47 -07:00
engine Try to get latest version for plugins when installing (#9537) 2022-05-04 18:36:30 +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 Allow attaching to running providers (#8979) 2022-04-19 12:41:18 +01:00
secrets Allow PULUMI_CONFIG_PASSPHRASE to be empty (#9568) 2022-05-11 16:51:05 +01:00
testing/integration Add YAML and Java to integration tests (#9542) 2022-05-04 11:11:21 -07: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 Update pkg -> sdk dependency (#9632) 2022-05-19 16:08:30 -07:00
go.sum Update java deps to v0.2.0 (#9616) 2022-05-18 13:38:14 -04: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.