What's Changed
* Update pulumi/pulumi version to v3.142.0 by pulumi-bot in https://github.com/pulumi/pulumi-awsx/pull/1436
* Update pulumi/pulumi-aws version to 6.65.0 by pulumi-bot in https://github.com/pulumi/pulumi-awsx/pull/1439
* Update CI to Python 3.9 by t0yv0 in https://github.com/pulumi/pulumi-awsx/pull/1443
* Update pulumi/pulumi version to v3.143.0 by pulumi-bot in https://github.com/pulumi/pulumi-awsx/pull/1444
* testing: examples/ecs/nodejs add missing dependsOn by t0yv0 in https://github.com/pulumi/pulumi-awsx/pull/1441
* Update pulumi/pulumi version to v3.144.1 by pulumi-bot in https://github.com/pulumi/pulumi-awsx/pull/1446
* Update first-party Pulumi dependencies by pulumi-renovate in https://github.com/pulumi/pulumi-awsx/pull/1447
* Revert "Update first-party Pulumi dependencies" by t0yv0 in https://github.com/pulumi/pulumi-awsx/pull/1450
* Update first-party Pulumi dependencies (major) by pulumi-renovate in https://github.com/pulumi/pulumi-awsx/pull/1452
* Update pulumi/pulumi version to v3.144.1 by pulumi-bot in https://github.com/pulumi/pulumi-awsx/pull/1454
* chore: generate files as part of renovate by corymhall in https://github.com/pulumi/pulumi-awsx/pull/1456
* Use new docker build provider by blampe in https://github.com/pulumi/pulumi-awsx/pull/1278
* chore: fix renovate by corymhall in https://github.com/pulumi/pulumi-awsx/pull/1458
* chore: fix renovate by corymhall in https://github.com/pulumi/pulumi-awsx/pull/1462
* chore: fix renovate by corymhall in https://github.com/pulumi/pulumi-awsx/pull/1465
* Fix breaking change in `imageUri` output of `ecr.Image` by flostadler in https://github.com/pulumi/pulumi-awsx/pull/1467
* chore: enable testing CI changes by t0yv0 in https://github.com/pulumi/pulumi-awsx/pull/1469
* chore: alias schema to a new location by t0yv0 in https://github.com/pulumi/pulumi-awsx/pull/1472
* Update pulumi/pulumi-aws version to 6.66.2 by pulumi-bot in https://github.com/pulumi/pulumi-awsx/pull/1473
* chore: fix weekly-pulumi-update by flostadler in https://github.com/pulumi/pulumi-awsx/pull/1475
`ecr.Image` updated to use Pulumi docker-build
We've updated the `ecr.Image` resource to use the next-generation `pulumi-docker-build` provider (replacing `pulumi-docker`). This update enables several powerful new capabilities while maintaining backwards compatibility:
* Multi-platform image building support across different architectures
* Advanced caching via S3, GitHub Actions, local disk and other backends
* Support for Docker Build Cloud for cloud-based builds and caching
> **Note**: While upgrading to this version will show resource replacements in your Pulumi preview/up commands, the underlying ECR images will not be deleted.
For detailed information about behavioral differences between the providers, please refer to the [docker-build provider documentation](https://www.pulumi.com/registry/packages/docker-build/api-docs/image/#behavioral-differences).
New Contributors
* pulumi-renovate made their first contribution in https://github.com/pulumi/pulumi-awsx/pull/1447
**Full Changelog**: https://github.com/pulumi/pulumi-awsx/compare/v2.19.0...v2.20.0