Installers
- Debian 32 bit
- Debian 64 bit
- Redhat 32 bit
- Redhat 64 bit
- Mac OS X 64 bit
- Windows 32 bit
- Windows 64 bit
Binaries
- Linux 32 bit binary
- Linux 64 bit binary
- Mac OS X 64 bit binary
- Windows 32 bit binary
- Windows 64 bit binary
Change Log
Digitally Signed Windows binaries
The 64 bit and 32 bit Windows binaries are now digitally signed with a Cloud Foundry Foundation certificate, hopefully reducing the chance of anti-virus software incorrectly flagging them as infected. (#913)
Configurable Dial Timeout
The cf CLI has a 5 second timeout to resolve the API endpoint domain and establish a connection to it. Users reported this was insufficient in e.g. environments with multiple DNS services and a fail-over time of 5 seconds or more. This timeout is now configurable by setting environment variable CF_DIAL_TIMEOUT
. (#763, #802, #855, #897)
Fixed Regressions
- A fix in 6.21.0 to restore unreadable text on light backgrounds on Linux terminals caused messages displayed by
logs
to not appear on Windows.logs
now displays these messages without ansi coloring to ensure they're visible on all platforms and backgrounds. (#908) curl
now displays an actionable message when running it when no API endpoint has been set. (#896)
Updated Commands
create-buildpack
andupdate-buildpack
no longer return an error when specifying a local buildpack path. (#565)create-buildpack
now does a file check first before sending a request to the Cloud Controller to create the buildpack. (#899)files
now displays a better message when inspecting an empty file. (#869)