Skip to content

v0.19.0

Compare
Choose a tag to compare
@lblackstone lblackstone released this 15 Jan 21:09
· 1386 commits to master since this release
9e9e04c

Major changes

  • Implement incremental status updates for StatefulSet (#307)
  • Allow the @pulumi/kubernetes YAML API to understand arbitrary URLs (#328)
  • Add support for .get on CustomResources (#329)
  • Add support for .get for first-class providers (#340)

Improvements

  • Fix Ingress await logic for ExternalName Services (#320)
  • Fix replacement logic for Job (#324 and #333)
  • Fix Cluster/RoleBinding replace semantics (#337)
  • Improve typing for apiVersion and kind (#341)

Note: Bumped the minor version due to several changes to runtime semantics (#307, #324, #333, #337) and the addition of stricter typing (#341).