github cloudfoundry/cli v6.26.0

latest releases: v8.7.10, v7.7.10, v8.7.9...
7 years ago

Package Manager Installation

Installers

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 and update-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 and start ignored https_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 (only http_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 and delete-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)

Don't miss a new cli release

NewReleases is sending notifications on new releases.