Skip to content

Releases: cloudfoundry/bosh-cli

v2.0.26

22 Jun 19:01
Compare
Choose a tag to compare
  • Fixes problem uploading releases from cf-release where data was YAML encoded incorrectly

v2.0.25

22 Jun 18:52
Compare
Choose a tag to compare
delete-env uses CA cert for agent communication

[#145549153](https://www.pivotaltracker.com/story/show/145549153)

v2.0.22

26 May 19:24
Compare
Choose a tag to compare
  • Added --resolution flag to cck command to apply resolutions non-interactively
    • Example: bosh -d my-dep cck --resolution delete_vm_reference --resolution delete_disk_reference

v2.0.17

11 May 22:24
Compare
Choose a tag to compare
  • Change object-id to object-name to match Director API
  • Use ID for tasks list header
  • Fix client library for Go 1.8
    • Stop copying http headers (except Authorization if it exists) during an HTTP redirect

v2.0.16

02 May 01:42
Compare
Choose a tag to compare
  • Remove unnecessary aliases
  • Add URLs to documentation pages

v2.0.13

27 Mar 18:10
Compare
Choose a tag to compare
  • Added --column for filtering which table columns to show
  • Removed shell completion from homebrew formula since they broke file path completion
  • Changed bosh tasks to always show all tasks (now equivalent to bosh tasks -a)
  • Changed --json output to include header keys for easier row value access

v2.0.12

14 Mar 00:45
Compare
Choose a tag to compare
  • Added misc repack-stemcell command
  • Directory paths are rejected from --tarball in the create-release command

v2.0.2

16 Feb 02:19
Compare
Choose a tag to compare
  • Show 'Teams' information in bosh deployments command
  • Reject unknown variable options with an error
  • Correctly remove blobs in blobs/ when switching between branches
  • Don't stop SSH tunnel during bosh create-env command until the end of the command
    • Fixes potential create env flakiness

v0.0.155

02 Feb 23:46
Compare
Choose a tag to compare
  • Fix ops file processing edge case in create-env
  • Fix PS1 information sent to VM created via create-env
  • Add --without-gosh to Homebrew formula
  • Added --when-changed flag to run-errand command for next version of Director
  • Added deployment.Instances() to pull information about instances without issuing a VM state task
    • Useful for clients that just need to get list of instances without any live state

v0.0.147

11 Jan 23:44
Compare
Choose a tag to compare
  • Fix panic in ssh/scp/logs-f introduced in v0.0.146