Skip to content

rosco 1.2.0

Compare
Choose a tag to compare
@gardleopard gardleopard released this 23 Aug 12:00
· 603 commits to master since this release
1e835f9
feat(aws/ami_regions): add support for copies of amis (#413)

* feat(aws/ami_regions): add support for copies of amis

With packer one can copy amis from one bake to different regions. This
way one can have one bake and use the same artifact in different
regions.

In the issue spinnaker/spinnaker#4641 this feature is requested.

This pull request keeps backwards compatability. It starts collecting
all amis that are produced in a bake and stores them in a list. It adds
a field `regions` to the api that will allow spinnaker/orca to pick up
that we have amis for different regions. In the bake endpoint in rosco
we start using region to filter through the various amis in artifacts if
it is present.