Skip to content

Releases: DefangLabs/pulumi-defang

v1.0.0-beta.4

06 Mar 00:54

Choose a tag to compare

v1.0.0-beta.4 Pre-release
Pre-release
rearrange example targets

v1.0.0-beta.3

06 Mar 00:06

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release
Revert "publish nuget package"

This reverts commit 4fa514bd19753ace909949e49c7dac5e22e5e651.

v1.0.0-beta.2

05 Mar 23:23

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release
publish nuget package

v1.0.0-beta.1

05 Mar 23:06

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release
setup git hooks

v0.18.0

18 Oct 22:24

Choose a tag to compare

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

11 Sep 16:48

Choose a tag to compare

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