Releases: spinnaker/rosco
Rosco 0.61.0
Add new deleteBakeByKeyPreserveDetails() BakeStore entry-point and employ it when rebaking. This allows older bakes that have been rebaked to retain their logs and other details.
Modify deleteBakeByKey() to return the bake id of a deleted bake and include this in the response message.
Modify RedisBackedBakeStore.deleteBakeByKey() to resolve the appropriate rosco instance id instead of assuming the bake is being rebaked on the same rosco instance.
Modify BakeryController.createBake() to also cancel the executor's bake job when performing a rebake.
Add script comments and drop string literals in favor of enum.
Rosco 0.60.0
(openstack) Update config options.
Rosco 0.59.0
(docker) Add docker-specific naming conventions.
Release via Travis CI
(openstack) Remove instance type from openstack bakery request.
(openstack) Pass image id to packer instead of image name.
Release via Travis CI
(core) Add support for -var-file.
Release via Travis CI
(google) Add mapping for Xenial.
(google) Update base images to latest.
(core) Default to the provided package name if package can not be parsed.
Release via Travis CI
(provider/aws) Move share_with and copy_to behavior into new set of templates.
Release via Travis CI
Separate the building of imageName, appVersionStr and packagesParameter.
Release via Travis CI
(provider/openstack) Support only identity v3 api and add in support for build_info_url.
Release via Travis CI
Add comments about *_ENABLED properties in rosco[-local].yml.