v0.19.0
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
andkind
(#341)
Note: Bumped the minor version due to several changes to runtime semantics (#307, #324, #333, #337) and the addition of stricter typing (#341).