BREAKING CHANGES
repoDigest is now a Required Output.
This changes the types of repoDigest in the language SDKs. Strictly typed languages may need to adjust how they handle this output, e.g. in Go from pulumi.StringPtrOutput to pulumi.StringOutput.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #722
- Update GitHub Actions workflows. by @pulumi-bot in #723
- Update GitHub Actions workflows. by @pulumi-bot in #724
- Clarify use case for imageName vs repoDigest by @guineveresaenger in #727
- Make repoDigest return for local image builds by @guineveresaenger in #739
Full Changelog: v4.3.2...v4.4.0