pulumi/pkg
Fraser Waters d320d68014
Fix when we add default org to stack name (#9514)
* Fix when we add default org to stack name

* Add to CHANGELOG
2022-05-03 11:43:12 +01:00
..
backend [diff] Handle YAML maps with numeric keys. (#9503) 2022-05-02 12:11:46 -07:00
cmd/pulumi Fix when we add default org to stack name (#9514) 2022-05-03 11:43:12 +01:00
codegen testing: add eks schema for codegen tests (#9498) 2022-05-02 15:52:03 -07:00
engine Fix TestReplaceOnChangesGolangLifecycle (#9392) 2022-04-19 10:16:10 +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 Ignore PULUMI_CONFIG_PASSPHRASE if empty (#9490) 2022-05-02 15:14:50 +01:00
testing/integration Don't disable ambiant providers during tests (#9404) 2022-04-15 11:14:47 +02: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 (#9493) 2022-04-29 13:47:07 -07:00
go.sum Bump to github.com/gogo/protobuf@v1.3.2 (#9258) 2022-04-18 13:17:56 +03: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.