Skip to content

v3.83.0

Latest
Compare
Choose a tag to compare
@iwahbe iwahbe released this 23 May 21:35
· 16 commits to master since this release
341014a

When upgrading

  • [Breaking] Remove UnknownValue from shim.Schema by @iwahbe in #1974: I don't expect many people to by relying on this interface, but it is public and we have removed a field it previously exposed.

  • Allow large JSON numbers in provider2/upgradeState by @iwahbe in #2001: The fix here was partially in the bridge, but also in Pulumi's for of terraform-plugin-sdk/v2. To benefit from the fix, you will need to upgrade the replace target used in your provider:

    -replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240229143312-4f60ee4e2975
    +replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10

What's Changed

Full Changelog: v3.82.0...v3.83.0