Skip to content

v1.21.1

Choose a tag to compare

@github-actions github-actions released this 22 Nov 11:50
cc8ad51

Does the PR have any schema changes?

Found 19 breaking changes:

Functions

  • "hcloud:index/getDatacenters:getDatacenters" signature change (Args, pulumi.InvokeOptions)->T => (pulumi.InvokeOptions)->T:
    • inputs:
      • 🟡 "datacenterIds" missing input "datacenterIds"
      • 🟡 "descriptions" missing input "descriptions"
      • 🟡 "id" missing input "id"
      • 🟡 "names" missing input "names"
  • "hcloud:index/getLocations:getLocations" signature change (Args, pulumi.InvokeOptions)->T => (pulumi.InvokeOptions)->T:
    • inputs:
      • 🟡 "descriptions" missing input "descriptions"
      • 🟡 "id" missing input "id"
      • 🟡 "locationIds" missing input "locationIds"
      • 🟡 "names" missing input "names"
  • "hcloud:index/getServerType:getServerType": inputs:
    • 🟡 "deprecationAnnounced" missing input "deprecationAnnounced"
    • 🟡 "unavailableAfter" missing input "unavailableAfter"
  • "hcloud:index/getServerTypes:getServerTypes" signature change (Args, pulumi.InvokeOptions)->T => (pulumi.InvokeOptions)->T:
    • inputs:
      • 🟡 "descriptions" missing input "descriptions"
      • 🟡 "id" missing input "id"
      • 🟡 "names" missing input "names"
      • 🟡 "serverTypeIds" missing input "serverTypeIds"
  • "hcloud:index/getSshKey:getSshKey": inputs:
    • 🟡 "labels" missing input "labels"
    • 🟡 "publicKey" missing input "publicKey"
      No new resources/functions.

What's Changed

Full Changelog: v1.21.0...v1.21.1