Supported Kubernetes versions
- v1.15.x
- v1.14.x
- v1.13.x
Improvements
- The Kubernetes provider can now communicate detailed information about the difference between a resource's
desired and actual state during a Pulumi update. (#618). - Refactor Pod await logic for easier testing and maintenance (#590).
- Update to client-go v12.0.0 (#621).
- Fallback to JSON merge if strategic merge fails (#622).
Bug fixes
- Fix Helm Chart resource by passing
resourcePrefix
to the yaml template resources (#625).