Skip to content

Releases: spinnaker/rosco

Rosco 0.61.0

10 Oct 18:50
Compare
Choose a tag to compare

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

08 Sep 15:04
Compare
Choose a tag to compare

(openstack) Update config options.

Rosco 0.59.0

24 Aug 11:45
Compare
Choose a tag to compare

(docker) Add docker-specific naming conventions.

Release via Travis CI

23 Aug 17:34
Compare
Choose a tag to compare

(openstack) Remove instance type from openstack bakery request.
(openstack) Pass image id to packer instead of image name.

Release via Travis CI

19 Aug 18:32
Compare
Choose a tag to compare

(core) Add support for -var-file.

Release via Travis CI

12 Aug 02:48
Compare
Choose a tag to compare

(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

06 Aug 10:43
Compare
Choose a tag to compare

(provider/aws) Move share_with and copy_to behavior into new set of templates.

Release via Travis CI

26 Jul 15:31
Compare
Choose a tag to compare

Separate the building of imageName, appVersionStr and packagesParameter.

Release via Travis CI

25 Jul 01:12
Compare
Choose a tag to compare

(provider/openstack) Support only identity v3 api and add in support for build_info_url.

Release via Travis CI

23 Jul 11:05
Compare
Choose a tag to compare

Add comments about *_ENABLED properties in rosco[-local].yml.