Skip to content

Releases: cloudfoundry/bosh-cli

v0.0.97

04 Nov 01:18
Compare
Choose a tag to compare
  • Add bosh help command (same content as bosh -h)
  • Allow BOSH_GW_* env vars for gateway flags (see bosh ssh -h)
  • bosh reset-release now deletes .blobs and blobs directories

v0.0.96

03 Nov 00:14
Compare
Choose a tag to compare
  • Removes statefullness from environment and deployment commands
    • All Director related commands require -e flag with either URL or environment alias
    • All deployment level commands require -d flag with deployment name

Sample workflow after this change:

./prod $ bosh create-env manifest.yml -l ...
./prod $ bosh alias-env prod -e https://my-ip --ca-cert ./ca.crt

./prod $ bosh -e prod env
./prod $ bosh -e prod upload-stemcell ...

./prod $ cd cf/
./prod/cf $ bosh -e prod -d cf deploy manifest.yml

...

Keep in mind that BOSH_ENVIRONMENT and BOSH_DEPLOYMENT environment variables with direnv to make switching between environments easy and safe.

v0.0.95

01 Nov 02:01
Compare
Choose a tag to compare
  • Backport --max-in-flight and --canaries flags for deployment commands
  • Backport delete-vm command
  • Backport --dry-run flag on bosh deploy command

v0.0.93

27 Oct 22:18
Compare
Choose a tag to compare
  • Use ~/.bosh directory to keep create/delete-env installation files
  • bosh logs -f now uses sudo to read root owned logs
  • Show better error message when blob is not found
  • Show errors in non-tty mode in addition to exiting with 1

v0.0.91

27 Oct 00:15
Compare
Choose a tag to compare

Misc:

  • Support UAA server under a path (not just at the root of the server)

v0.0.87

20 Oct 03:27
Compare
Choose a tag to compare
  • Fixes potential problem with sync-blobs parallelism
  • Ensures that create-env and delete-env command error when interpolation variables are missing

v0.0.85

19 Oct 20:53
Compare
Choose a tag to compare
  • Updated vendored s3cli to the latest version
    • Brings support for GCS for managing releases

v0.0.84

18 Oct 22:25
Compare
Choose a tag to compare
  • Downloads release blobs via sync-blobs in parallel (default is 5 workers)

v0.0.79

14 Oct 20:43
Compare
Choose a tag to compare
  • Stop hiding build-manifest command since it helps with showing interpolations/operations

v0.0.73

14 Oct 16:30
Compare
Choose a tag to compare
  • Switched to using verbs instead of nouns for several commands (log-in, back-up, log-out, etc.)
    • Note that bosh log-in has an alias bosh l
  • First final release starts with version 1 instead of 0