pulumi/pkg
Kyle Dixler cdb6bb771f
initial python missing config solution
2022-07-08 17:25:09 -07:00
..
authhelpers Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
backend Display outputs during the initial preview of a stack (#10031) 2022-07-06 09:55:19 +02:00
cmd/pulumi [cli] Allow --stack when changing secrets provider (#10075) 2022-07-08 19:05:39 +02:00
codegen Enable polarity flip on GenerateExtraInputTypes (#10079) 2022-07-08 11:47:59 -07:00
engine Revert "Filter non-targeted resource out much earlier (#9960)" (#10026) 2022-07-01 08:29:50 +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 initial python missing config solution 2022-07-08 17:25:09 -07:00
secrets Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
testing/integration Add some more checks that io.Copy copies as much as expected (#9859) 2022-06-14 18:17:36 +01: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 Fixes panic when generating go from pulumi yaml (#10047) 2022-07-07 13:15:47 -07:00
go.sum Fixes panic when generating go from pulumi yaml (#10047) 2022-07-07 13:15:47 -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.