Skip to content

Releases: cloudfoundry/bosh-cli

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

v0.0.70

12 Oct 18:54
Compare
Choose a tag to compare
  • Compiled with 1.7.1 go to support latest macOS
  • Fixed Internal inconsistency: version '...' vs '2' errors which should allow CLI to create releases from older repos

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