v1.10.0
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 thestatus
field in thebound 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 as
2.114
. The minimum cc api version is now correctly set to2.112
- Fixes a bug with inspecting a service instance
cf service service-instance
, now thedocumentation
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.