v2.20.0
What's Changed
- Update pulumi/pulumi version to v3.142.0 by @pulumi-bot in #1436
- Update pulumi/pulumi-aws version to 6.65.0 by @pulumi-bot in #1439
- Update CI to Python 3.9 by @t0yv0 in #1443
- Update pulumi/pulumi version to v3.143.0 by @pulumi-bot in #1444
- testing: examples/ecs/nodejs add missing dependsOn by @t0yv0 in #1441
- Update pulumi/pulumi version to v3.144.1 by @pulumi-bot in #1446
- Update first-party Pulumi dependencies by @pulumi-renovate in #1447
- Revert "Update first-party Pulumi dependencies" by @t0yv0 in #1450
- Update first-party Pulumi dependencies (major) by @pulumi-renovate in #1452
- Update pulumi/pulumi version to v3.144.1 by @pulumi-bot in #1454
- chore: generate files as part of renovate by @corymhall in #1456
- Use new docker build provider by @blampe in #1278
- chore: fix renovate by @corymhall in #1458
- chore: fix renovate by @corymhall in #1462
- chore: fix renovate by @corymhall in #1465
- Fix breaking change in
imageUri
output ofecr.Image
by @flostadler in #1467 - chore: enable testing CI changes by @t0yv0 in #1469
- chore: alias schema to a new location by @t0yv0 in #1472
- Update pulumi/pulumi-aws version to 6.66.2 by @pulumi-bot in #1473
- chore: fix weekly-pulumi-update by @flostadler in #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.
New Contributors
- @pulumi-renovate made their first contribution in #1447
Full Changelog: v2.19.0...v2.20.0