Skip to content

Releases: cloudfoundry/bosh-cli

v2.0.44

17 Oct 20:59
Compare
Choose a tag to compare
  • Add BOSH_SHA2 env var to opt into sha2 checksum generation
  • Fix parallel task tracking (problem was mostly triggered by parallel upload tasks)

v2.0.43

13 Oct 01:37
Compare
Choose a tag to compare
  • Minor fixes to bracketing of IPv6 addresses in ssh command

v2.0.42

10 Oct 21:23
Compare
Choose a tag to compare
  • Added :before/:after modifiers to ops files for positional insertion

v2.0.40

19 Sep 00:35
Compare
Choose a tag to compare
  • Added --recreate flag to bosh create-env command to force recreation regardless if manifest has changed or not
    • Especially useful for restarting stopped BOSH Lite VMs
  • Added --format flag to bosh repack-stemcell command

v2.0.36

11 Sep 01:48
Compare
Choose a tag to compare

v2.0.33

18 Aug 23:27
Compare
Choose a tag to compare
  • Stream task output to avoid panicking due to out of memory errors
    • Only is useful for very large tasks

v2.0.32

18 Aug 18:48
Compare
Choose a tag to compare
  • Fixed tmp file leaks during upload-release command
    • Temporary files were being left around in ~/.bosh/tmp

v2.0.30

03 Aug 18:25
Compare
Choose a tag to compare
  • 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

v2.0.28

11 Jul 23:27
Compare
Choose a tag to compare
  • Allows to follow symlinks for when builds jobs
    • Packages continue not follow symlinks as its content may actually be a symlink

v2.0.27

08 Jul 05:57
Compare
Choose a tag to compare
  • Add support for specifying variables with dot notation
    • Example: ... -v docker_tls.ca=... -v docker_tls.private_key=...
  • Interpolate ((instance_id)) for bosh scp's destinations to separate assets based on instance id
    • Example: bosh scp api /tmp/api/((instance_id))
  • Add GCS blobstore provider to CLI
  • Task command will use the given deployment option as a filter