Skip to content

Releases: cloudfoundry/bosh-package-cf-cli-release

v1.10.0

31 Oct 21:28
Compare
Choose a tag to compare

Bumped CF CLI to version 6.40.1. Changes in this version include:

Create-service-key Refactor:

  • In order to prepare for a upcoming service-related feature, the Services API team in London refactored create-service-key. Big thanks to the SAPI team for doing this work for us.
  • Improves error messages (for permissions-related errors, and successful output handling if a user is using a async broker)
  • Enhances the UX to remove flavor text and
  • Updates output to return consistently for failures to promote consistency as described in our style guide

Service Instance Now Displays Binding Operation Type

  • Now when you run cf service service-instance to display information for a async binding, in the status field in the bound apps table, more verbose text is returned for when you create and delete a binding.

Bug Fixes

  • Updates the minimum version for the buildpacks-stacks association feature. In v6.39.0, when the feature was released, we incorrectly set the minimum to cc api version as2.114. The minimum cc api version is now correctly set to 2.112
  • Fixes a bug with inspecting a service instance cf service service-instance, now the documentation url displays correctly for services which populate that field

Plugin Updates

  • Updated CF Dev v0.0.12
  • Updated MysqlTools v0.6.0
  • Updated spring-cloud-services v1.0.3
  • Updated log-cache-cli v2.0.0
  • Updated metric-registrar v1.1.0

Full release notes can be found here.

v1.9.0

08 Oct 22:20
Compare
Choose a tag to compare

Updates:

  • Bumped CF CLI to version 6.40.0. The release notes can be found here.

v1.8.0

19 Sep 20:01
Compare
Choose a tag to compare

Updates:

  • Bumped CF CLI to version 6.39.1. The release notes can be found here.

v1.7.0

11 Sep 23:50
Compare
Choose a tag to compare

Updates:

  • Bumped CF CLI to version 6.39.0. The release notes can be found here.

v1.5.0

29 May 21:59
Compare
Choose a tag to compare

Updates:

  • Bumped CF CLI to version 6.37.0. The release notes can be found here.

v1.4.0

17 May 22:29
Compare
Choose a tag to compare

Change Log

Downgraded to Golang. 1.9

Due to a regression with certs in Golang 1.10, we've decided to publish a new release and downgrade our Golang version to 1.9.

  • Bumped CF CLI to version 6.36.2. This release is a tag of v6.36.1 with Golang version 1.9. When the issues have been fix in Golang, we will upgrade to 1.10.x.

Other Fixes

v1.3.0

05 Apr 23:50
Compare
Choose a tag to compare

Updates:

  • Bumped CF CLI to version 6.36.1. The release notes can be found here.

Dev Notes:

  • Implemented automated pipeline to create new bosh-release on CF CLI release

v1.1.0

04 Apr 16:57
Compare
Choose a tag to compare

Bugfix:

  • Fix install script to be version agnostic of which cf binary it is installing.

v1.0.0

03 Apr 18:30
Compare
Choose a tag to compare

Changelog

Breaking:

  • Removes support for vendoring the CLI package with bosh vendor-package. Colocating the release is now the only supported method for consuming the CF CLI via this release.
  • Removes runtime.env file from cf-cli-6-linux job; if you want to access the binary without specifying the full path, add it to your $PATH.

Updates:

  • Bumped CF CLI to version 6.35.2. The release notes can be found here.

v0.4.0

22 Mar 19:31
Compare
Choose a tag to compare

Bumped CF CLI version 6.34.1. The release notes can be found here