Bug fixes
- Allow `yaml.ConfigGroup` to take URLs as argument
(<https://github.com/pulumi/pulumi-kubernetes/pull/638>).
- Return useful errors when we fail to fetch URL YAML
(<https://github.com/pulumi/pulumi-kubernetes/pull/638>).
- Use JSON_SCHEMA when parsing Kubernetes YAML, to conform with the expectations of the Kubernetes
core resource types. (<https://github.com/pulumi/pulumi-kubernetes/pull/638>).
- Don't render emoji on Windows. (<https://github.com/pulumi/pulumi-kubernetes/pull/634>)
- Emit a useful error message (rather than a useless one) if we fail to parse the YAML data in
`kubernetes:config:kubeconfig` (<https://github.com/pulumi/pulumi-kubernetes/pull/636>).
- Provide useful contexts in provider errors, particularly those that originate from the API
server (<https://github.com/pulumi/pulumi-kubernetes/pull/636>).
- Expose all Kubernetes types through the SDK
(<https://github.com/pulumi/pulumi-kubernetes/pull/637>).
- Use `opts` instead of `__opts__` and `resource_name` instead of `__name__` in Python SDK
(<https://github.com/pulumi/pulumi-kubernetes/pull/639>).
- Properly detect failed Deployment on rollout. (<https://github.com/pulumi/pulumi-kubernetes/pull/646>
and <https://github.com/pulumi/pulumi-kubernetes/pull/657>).
- Use dry-run support if available when diffing the actual and desired state of a resource
(<https://github.com/pulumi/pulumi-kubernetes/pull/649>)
- Fix panic when `.metadata.label` is mistyped
(<https://github.com/pulumi/pulumi-kubernetes/pull/655>).
- Fix unexpected diffs when running against an API server that does not support dry-run.
(<https://github.com/pulumi/pulumi-kubernetes/pull/658>)