Skip to content

Releases: cloudfoundry/bosh-cli

v0.0.67

05 Oct 22:59
Compare
Choose a tag to compare
  • allow interpolated variable to contain = (e.g. -v public_key="ssh-rsa ...G4/+VHa1aw==")
  • now built with go/1.7.1

v0.0.64

21 Sep 16:54
Compare
Choose a tag to compare
  • Bump go-patch so that operations option (-o) requires all keys to be present by default

v0.0.63

20 Sep 21:13
Compare
Choose a tag to compare
  • Automatically create and upload releases when version is create
    • works in deploy and update-runtime-config commands
releases:
- name: capi
  url: file:///tmp/capi-release
  version: create

v0.0.62

20 Sep 01:08
Compare
Choose a tag to compare

v0.0.61

12 Sep 23:05
Compare
Choose a tag to compare
  • Renamed bosh vm-resurrection ... to bosh update-resurrection ...
    • Eventually will be replaced with bosh enable/disable-resurrection

v0.0.60

12 Sep 23:04
Compare
Choose a tag to compare
  • Added bosh vms -d my-dep to filter by deployment
  • create-env/delete-env commands provide unique enough spec.id during template rendering
  • Using -h/-v flags results in output being sent to stdout and exit code 0
    • Previously output was being sent to stderr and exit code was 1
  • bosh init-release strips off -release off of final name

v0.0.53

02 Sep 22:13
Compare
Choose a tag to compare
  • Fixed orphaned disks time formatting
  • Fixed --no-color
  • bosh deploy --fix (though Director version with --fix has not been released yet)

v0.0.52

01 Sep 01:43
Compare
Choose a tag to compare
  • Allow filtering of tasks by deployment via bosh tasks -r --deployment dep
  • Show 'Last Activity At' column for tasks

v0.0.51

31 Aug 22:24
Compare
Choose a tag to compare
  • Fixes 'invalid cross-device link' error in a few places
  • Switched over bosh instances to use Director's /deployments/x/instances endpoint