Skip to content

v2.0.30

Compare
Choose a tag to compare
@cppforlife cppforlife released this 03 Aug 18:25
· 1146 commits to main since this release
  • Adds ability to interpolate name and version in --tarball flag for create release

    • Example: bosh create-release --tarball "/tmp/((name))-((version)).tgz"
  • Uploads releases in parallel when doing bosh deploy and bosh update-runtime-config

    • Useful for cf-deployment type configurations that use many releases
  • Adds a way to specify stemcell that compiled release was compiled against so that CLI can determine if release upload can be skipped

    • Example:

      releases:
      - name: zookeeper
        version: 0.0.5
        url: https://...compiled-bits.tgz
        stemcell:
          os: ubuntu-trusty
          version: 3421
      
  • Variety of diffing change for update-*-config