Skip to content

Releases: cloudfoundry/bosh-cli

v5.3.1

25 Sep 18:35
Compare
Choose a tag to compare

Features

  • create-env and delete-env now run drain (#160187330)
  • Add new curl command to improve debugging (#160300311)
  • Support connect-proxy for socks5-proxying (#157826201)
  • Add --copy flag to attach-disk command to copy disk properties. Requires BOSH v267.7+
  • Add beta support for managed network commands. Requires BOSH v268.1+ (#160294918)
  • Add inspect-local-stemcell command to retrieve information for local stemcell file (#160031962)

Bug Fixes

  • Fix issue with following logs via bosh logs -f (#159916490)
  • Improve documentation for --fix flag in deploy / recreate commands (#156648106)
  • Don't include process rows in instance count (#159958895)
  • Stop printing Using environment twice in deployment command (#159242098)
  • Improve error message when CLI is not authenticated (#2036, #159908878

Artifacts

                                                          sha256  file
5017ea3be52a71c9c35ee015904f1e91f77cddc4a32f011e042cf4cdf33f7278  bosh-cli-5.3.1-linux-amd64
340d09723eacc0c9611fbdb5c60c2cfebe9a1fd3d3f9b12dd69161a6a4d865e8  bosh-cli-5.3.1-darwin-amd64
a3a361ea4042efc6e86f95abcee2ef4ab76b1280cf97cca8851e64afc24b2b1c  bosh-cli-5.3.1-windows-amd64.exe

v5.2.2

28 Aug 20:59
Compare
Choose a tag to compare

CI Changes:

  • Update CI to attach CLI builds to release notes

Artifacts

                                                          sha256  file
46a65c25510879c1909679b31f9ebfc60e2093c12272f29de2f7ecf2f99004da  bosh-cli-5.2.2-linux-amd64
1403294849f4c0e624d0518d9f5bca445289007dad0e7a9e6bc6fd8a92dbe38d  bosh-cli-5.2.2-darwin-amd64
8c6fd124e8bbf785b0858dfca33cdea677acaa478d369ce29a2a9111b5bc77ab  bosh-cli-5.2.2-windows-amd64.exe

v5.2.1

28 Aug 20:58
Compare
Choose a tag to compare

New Feature:

  • Support generating certificates via --vars-store with SKI/AKI
  • Support organization/organizations options in certificates generated with --vars-store
  • Support length option in passwords generated with --vars-store

Bug Fixes:

  • Fix issue when creating releases from within symlink directories
  • Fix create-release error detection to support newer versions of git

v5.1.2

17 Aug 15:38
Compare
Choose a tag to compare

Bug Fix:

  • Fix nil pointer panic during create-env#462

v5.1.1

07 Aug 16:45
Compare
Choose a tag to compare
  • create-env now supports --recreate-persistent-disks

v5.0.1

18 Jul 23:49
Compare
Choose a tag to compare
  • [breaking] deployments no longer shows the Cloud-Config column
  • deployment now supports listing specific config(s) used
    • this change is introduced to support upcoming director features
  • Fix symlink race condition causing file exists errors in create-release#158126231
  • Improve SOCKS5 proxy URI parsing and error output

v4.0.1

29 May 18:01
Compare
Choose a tag to compare
  • Updated diff-config command to include additional flags for diffing configs from local files
  • Add update-config --expect-latest-id=x flag to provide compare-and-swap semantics for updating configs
  • Add orphaned-vms command to list orphaned VMs (available with 266.x bosh release)
  • Support repack-stemcell command running over different mount points
  • Development/internal dependency updates
    • This includes a change which enforces that YAML anchors are already defined before they are referenced, per YAML spec

v3.0.1

13 Mar 23:42
Compare
Choose a tag to compare
  • [breaking] Change arguments and flags for update-config/config/delete-config commands
    • This forced CLI major version to be bumped to v3
  • Update homebrew formula to add bash completion with default handling
  • Add --empty-image flag to repack-stemcell command
    • This should allow users to make light stemcells with this command
  • Prevent scp command from mangling Windows disk paths
  • Do not use powershell when shelling out to ssh binary (in ssh command)
  • Try to clean up and close ssh sessions on SIGTERM and SIGHUP (not just SIGINT)

v2.0.48

17 Jan 03:14
e94aeeb
Compare
Choose a tag to compare
  • Fetch deployment information in parallel during bosh instances and bosh vms commands
    • Control this behaviour via --parallel option
  • Support BOSH_ALL_PROXY configuration with auto-starting SSH tunneling (used by BBL)
    • Example: export BOSH_ALL_PROXY=ssh+socks5://ip?private-key=/tmp/private-key
  • Display 'Using environment' in 'bosh login' command
  • Enforce jobs/<name> to match the job spec name
  • Enable ERB trim support for bosh create-env command

v2.0.45

09 Nov 01:24
Compare
Choose a tag to compare
  • IPv6 SSH & SCP enhancements
  • Added configs/update-config/delete-config commands