v6.26.0
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
Isolation segments
This release introduces commands to manage isolation segments, enabling one to run applications in a dedicated resource pool.
The new commands require a target CF release of v254 (CC API v3.11.0) onwards.
Refer to the documentation for details of this feature.
Fixed regressions
create-buildpack
andupdate-buildpack
did not accept a URL to a buildpack in cf CLI v6.25.0. (#1085)ssh
failed when transferring more than 2GB since cf CLI v6.24.0. (#1098)logs
andstart
ignoredhttps_proxy
environment variable when trying to connect to the loggregator doppler endpoint since cf CLI v6.17.1, causing a failure to retrieve logs when behind an HTTP proxy (onlyhttp_proxy
was inspected). (cloudfoundry/docs-cf-cli#24)
Refactored commands
We are in the process of creating a more consistent user experience; our goal is to standardize UI output. For example, warnings and errors will consistently be outputted to stderr instead of stdout. As we iterate through the list of commands, we are also focusing on improving performance and stability.
List of improved commands in this release:
- org
- space
- app
- start
- logs
- bind-security-group
Updated commands
start
now displays a more detailed error message when staging fails.delete-org
anddelete-shared-domain
now display in more detail what else gets deleted in their confirmation messages. (#1082)delete-user
now displays a better error message when several users of the same name (from different origins) exist. (#1097)