- Reintroduce switching builds to pyproject.toml; when publishing the package to PyPI both
source-based and wheel distributions are now published. For most users the installs will now favor
the wheel distribution, but users invoking pip with `--no-binary :all:` will continue having
installs based on the source distribution.
- Return mapping information for terraform conversions (https://github.com/pulumi/pulumi-kubernetes/pull/2457)
- feature: added skipUpdateUnreachable flag to proceed with the updates without failing (https://github.com/pulumi/pulumi-kubernetes/pull/2528)