Releases: DefangLabs/pulumi-defang
v1.0.0-beta.4
rearrange example targets
v1.0.0-beta.3
Revert "publish nuget package" This reverts commit 4fa514bd19753ace909949e49c7dac5e22e5e651.
v1.0.0-beta.2
publish nuget package
v1.0.0-beta.1
setup git hooks
v0.18.0
This release has support for gRPC retries (on INTERNAL and UNAVAILABLE errors) and retries errors during waitForReadyState.
Full Changelog: v0.17.2...v0.18.0
v0.17.1
This release has a breaking change: the Pulumi provider will now use the Pulumi project and stack names when deploying to the Defang Playground.
Previous versions would deploy to a project named after your GitHub handle, causing different projects to be merger together. Now, trying to deploy a different project to the Playground will result in an error, because during the current beta phase we only support a single project in the Playground environment. Before running pulumi up with the new provider, use the CLI defang compose down to deprovision the previous project first.
What's Changed
Full Changelog: v0.16.2...v0.17.1