dirien / pulumi-azapi

Pulumi provider for Azure API Management
Apache License 2.0
2 stars 4 forks source link

chore(deps): bump github.com/pulumi/pulumi-terraform-bridge/v3 from 3.82.0 to 3.84.0 in /provider #267

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 3 months ago

Bumps github.com/pulumi/pulumi-terraform-bridge/v3 from 3.82.0 to 3.84.0.

Release notes

Sourced from github.com/pulumi/pulumi-terraform-bridge/v3's releases.

v3.84.0

What's Changed

Full Changelog: https://github.com/pulumi/pulumi-terraform-bridge/compare/v3.83.0...v3.84.0

v3.83.0

When upgrading

  • [Breaking] Remove UnknownValue from shim.Schema by @​iwahbe in pulumi/pulumi-terraform-bridge#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 pulumi/pulumi-terraform-bridge#2001: The fix here was partially in the bridge, but also in Pulumi's fork 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

... (truncated)

Commits
  • c6611a4 Handle diags from gRPC state upgrader (#2053)
  • b5efa0d Automated Pulumi/Pulumi upgrade (#2051)
  • 4503342 PlanResourceChange: do not call state upgraders during Create (#2050)
  • 3c1421d remove max items one defaults hacks (#2049)
  • 1f9028f Automated Pulumi/Pulumi upgrade (#2045)
  • 17cebd5 Revert "Remove unused Schema.tftypes.AttributePathStepper"
  • cb620c6 Refactor PF provider validation into it's own package
  • f1bd9c9 Unify provider check into a single function: checkProvider
  • d8f54b5 Only validate ID properties for PF based resources
  • 510bf5a Remove unused Schema.tftypes.AttributePathStepper
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #298.