Package Manager Installation
Installers
- Debian 64 bit / 32 bit (deb)
- Redhat 64 bit / 32 bit (rpm)
- Mac OS X 64 bit (pkg)
- Windows 64 bit / 32 bit (zip)
Binaries
Change Log
Adds Support for Windows
In cf CLI 6.47.0, we released without Windows support because of issues with renewing our signing certificate. In this release, we add support for Windows with a new cert.
Fixes regression for cf login
cf CLI 6.47 introduced a regression on cf login
. Users on certain platforms (e.g. IBM, Swisscom) reported issues with logging into their CF instance. This release fixes the regression, and users should now be able to log in as expected.
Here is background information about the regression:
- In cf CLI 6.47.0, as part of the
cf login
refactor, we made changes to the endpoint we use in the config forAuthorizationEndpoint
. The older login implementation used the link advertised under/v2/info
. In6.47.0
since v3 CC API does not provide thelogin
endpoint we used the UAA endpoint defined in the CAPI root response. We incorrectly thought there should be no functional difference. In this patch release, we revert back to using the link provided in/v2/info
.