This repository was archived by the owner on Dec 20, 2025. It is now read-only.
version-0.21.1
* test(bake): Add test exercising bake artifact handling There is currently no test that exercises the logic that updates the name and uuid on artifacts produced by a bake. Add a test exercising this logic that currently fails and will be fixed in the next commit. * fix(bake): Fix error when updating artifacts after bake When artifacts were made immutable, this usage was missed as it did not have tests (and was in groovy so compilation didn't catch it). Instead of mutating the artifacts, return copies with the appropriate fields changed. (cherry picked from commit ffecdc9f3d51e95f7092a1c008526dcc92bf2b07) Co-authored-by: Eric Zimanyi <ezimanyi@google.com>