Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.5 KB

CHANGELOG_PENDING.md

File metadata and controls

28 lines (25 loc) · 1.5 KB

Improvements

  • Allow generating of tobool invocation.
  • Enable jsondecode which is already in pulumi-std
  • Enable lookup which is already in pulumi-std
  • Enable merge which is already in pulumi-std
  • Enable flatten which is already in pulumi-std
  • Implement coalesce through the pulumi-std invoke of the same name
  • Implement compact through the pulumi-std invoke of the same name
  • Implement coalescelist through the pulumi-std invoke of the same name
  • Implement distinct through the pulumi-std invoke of the same name
  • Implement format through the pulumi-std invoke of the same name
  • Implement keys through the pulumi-std invoke of the same name
  • Implement setintersection through the pulumi-std invoke of the same name
  • Implement alltrue through the pulumi-std invoke of the same name
  • Implement anytrue through the pulumi-std invoke of the same name
  • Implement contains through the pulumi-std invoke of the same name
  • Implement chunklist through the pulumi-std invoke of the same name
  • Implement slice through the pulumi-std invoke of the same name
  • Implement regex(all) through the pulumi-std invokes of the same name
  • Implement toset through the pulumi-std invoke of the same name
  • Implement cidrsubnets through the pulumi-std invoke of the same name
  • Implement formatlist through the pulumi-std invoke of the same name

Bug Fixes

  • Fix the order of arguments to substr
  • Fix conversion in the presence of dynamically bridged Terraform providers