pulumi/pkg
Harry bb84532fe6
Plugin Link (#10146)
* demo

* modifications for serialization

* Provisionally changed plugins from map to array

* warnings for duplicate

* avoid breaking change

* avoid null pointer dereference

* added test

* Delete Pulumi.yaml

* ensurePluginsAreInstalled

* lint

* reworked NewContext and added kind

* auto-detect current project for YAML

* lint

* removed debug statement

* automatically modify local paths

* typo

* First return value of GetPluginPath was never used

* Always use the path returned from getPluginInfoAndPath in GetPluginPath

Also assert that Path is the correct directory for PluginInfo.

* address comments

* added language, analyzers

* path tweaks and cosmetic changes

* changelog + tweaks

* changed NewContextWithRoot to accept plugins instead of project

* Fix TestUnmarshalProjectWithProviderList

* Fix NewContext

* Fix comment

Co-authored-by: Fraser Waters <fraser@pulumi.com>
2022-07-22 14:17:43 +01:00
..
authhelpers Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
backend Remove api/renewLease from startup crit path (#10168) 2022-07-21 15:49:33 -04:00
cmd/pulumi Plugin Link (#10146) 2022-07-22 14:17:43 +01:00
codegen dotnet program-gen now targets .NET 6 (#10143) 2022-07-21 21:04:02 +02:00
engine Plugin Link (#10146) 2022-07-22 14:17:43 +01:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations Fix orphan bulk decrypt traces (#10037) 2022-07-18 09:36:31 -04:00
resource Plugin Link (#10146) 2022-07-22 14:17:43 +01:00
secrets Fix orphan bulk decrypt traces (#10037) 2022-07-18 09:36:31 -04:00
testing/integration Plugin Link (#10146) 2022-07-22 14:17:43 +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 Update java to 0.5.0 (#10129) 2022-07-14 17:01:37 -04:00
go.sum Update java to 0.5.0 (#10129) 2022-07-14 17:01:37 -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.