pulumi/changelog/pending
Aaron Friel 091d953bb4 Adds `pulumi package new`
This command adds a new plugin type, Boilerplate, which takes a name and config
(of unspecified format) and is expected to generate a new Pulumi package, i.e.:
a provider.

A working implementation of the Boilerplate provider is implemented in
pulumi/ci-mgmt#457. Using this command with the following configuration, a user
can generate a working Pulumi provider binary in a single command. As the
boilerplate is implemented as a plugin, it can be updated independently of the
Pulumi CLI, versioned, and programmatically shim bridged providers.

```yaml
module: github.com/pulumi/pulumi-porkbun
providerTitle: "Porkbun"
publisher: "Pulumi"
homepage: "https://www.pulumi.com/"
logoURL: ""
major-version: 0

upstreamOrg: cullenmcdermott
upstreamRepo: terraform-provider-porkbun

sdks:
  nodejs: "@pulumi/porkbun"
  python: pulumi_porkbun
  dotnet: Pulumi.Porkbun
  # Include the major version here, i.e.: sdk/v4 or just sdk for v0 and v1
  go: github.com/pulumi/pulumi-porkbun/sdk
```
2023-11-12 17:55:01 -08:00
..
20231031--engine--import-can-now-import-a-parent-resource-in-the-same-deployment-as-a-child-resource.yaml Allow importing a parent and child resource at the same time (#14461) 2023-11-10 13:31:11 +00:00
20231103--pkg--fixes-a-panic-in-property-mapping-logic.yaml Fix panic in mapper_encode (#14498) 2023-11-04 18:31:22 +00:00
20231103--sdk-python--add-provider-side-caching-for-dynamic-provider-deserialization.yaml Add deserialisation cache to Python dynamic provider (#14491) 2023-11-03 21:41:30 +00:00
20231103--sdkgen-go--remove-generic-tooutput-methods-from-legacy-non-generic-go-sdks.yaml [go/sdkgen] Remove generic ToOutput methods from non-generic go SDKs (#14492) 2023-11-04 12:17:41 +00:00
20231106--cli-new--fix-panic-parsing-template-url.yaml Fix panic in isZIPTemplateURL (#14504) 2023-11-06 15:26:47 +00:00
20231110--engine--ignore-spurious-error-from-kubernetes-providers-diffconfig-method.yaml Ignore spurious error from kubernetes DiffConfig (#14533) 2023-11-11 09:59:39 +00:00
20231113--cli-package--pulumi-package-new.yaml Adds `pulumi package new` 2023-11-12 17:55:01 -08:00