pulumi/pkg
Pat Gavlin cfe4e127be
Add API types for the V3 checkpoint (#2384)
Resources gain two new fields: `PropertyDependencies` and
`PendingReplacement`. The former maps an input property's name to the
dependencies that may affect the value of that property. The latter is
used to track resources that have been deleted as part of a
delete-before-replace operation but have not yet been recreated.

In addition to the new fields, resource properties may now contain
encrypted first-class secret values. These values are of type `SecretV1`,
where the `Sig` field is set to `resource.SecretSig`.

Finally, the deployment type gains a new field, `SecretsProviders`,
which contains any configuration necessary to handle secrets that may be
present in resource properties.
2019-01-23 13:33:25 -08:00
..
apitype Add API types for the V3 checkpoint (#2384) 2019-01-23 13:33:25 -08:00
backend Do not send "debug" level diag events to service by default 2019-01-15 11:04:22 -08:00
diag Initial stack history command (#2270) 2019-01-14 18:19:24 -08:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Fix TestCanceledRefresh (#2331) 2019-01-03 19:40:07 -08:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Fix log retrieval for lambdas. (#2160) 2018-11-05 12:27:11 -08:00
resource Add API types for the V3 checkpoint (#2384) 2019-01-23 13:33:25 -08:00
testing Use both a in-proc and out-of-proc pipenv lock (#2381) 2019-01-23 09:32:59 -08:00
tokens Adopt golangci-lint and address issues 2018-11-08 14:11:47 -08:00
tools Add a WriteString method to tools/GenWriter. (#1839) 2018-08-29 14:43:20 -07:00
util Use both a in-proc and out-of-proc pipenv lock (#2381) 2019-01-23 09:32:59 -08:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Do upfront validation during pulumi new 2019-01-17 09:14:22 -08:00