Skip to content

Tags: MichaelManz/rosco

Tags

v0.108.0

Toggle v0.108.0's commit message
fix(bake/chocolatey): Observe Chocolatey exit codes (spinnaker#276)

Currently, when installing multiple packages, all are installs are attempted and only the final exit code is used (it falls through to Packer scripts in $LastExitCode).  Instead, exit with the same exit code as soon as the first package install fails.

version-0.7.3

Toggle version-0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(packer): upgrade packer binary to 1.2.2 (spinnaker#271) (spinna…

…ker#272)

version-0.7.2

Toggle version-0.7.2's commit message
fix(install_packages): support for multiple repos (spinnaker#267)

version-0.7.1

Toggle version-0.7.1's commit message
fix(install_packages): support for multiple repos (spinnaker#268)

version-0.7.0

Toggle version-0.7.0's commit message
feat(bake/manifests): Add namespace support for Helm bakery (spinnake…

…r#261)

v0.107.0

Toggle v0.107.0's commit message
chore(Dockerfile): Fix packer url. (spinnaker#264)

v0.106.0

Toggle v0.106.0's commit message
fix(manifest): Fix using base64 artifacts in manifest bakery

v0.105.0

Toggle v0.105.0's commit message
chore(build): Gradle 4.7

version-0.6.0

Toggle version-0.6.0's commit message
chore(packer) - upgrade packer binary to 1.2.2 (spinnaker#244)

version-0.5.0

Toggle version-0.5.0's commit message
The addition of spot changed the defaults, swap them back (spinnaker#235

)

- Change the spotPrice default in the virtualizationSettings to 0
  instead of auto. Set to auto it was defaulting to doing bakes using
  spot, which is a big change from the way we have been operating.
- Need to quote the spot price in the templates, otherwise packer throws
  an error with "expected type 'string', got unconvertible type 'float64'"
- Leave the spotPriceAutoProduct set in the virtualization settings, so
  users can set just aws_spot_price in their bake stage and have it work
  as expected.