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
Release Notes
New Commands
purge-service-instance
for admins dealing with an unresponsive service instance, to delete itrouter-groups
for admins to list the type of router groups configured.
Updated Commands
create-org
now assigns the org creator as its initial OrgManager automaticallycf -v
is now semver-compliant ("6.14.0+2654a47-2015-11-18")set-org-role
andunset-org-role
now work for Org Managers (see note below)set-space-role
andunset-space-role
now work for Org Managers and Space Managers (see note below)
Note that the set/unset role commands require the target CF release to be v219 (CC API v2.37.0) or higher and the feature flags set_roles_by_username
and unset_roles_by_username
to be enabled (use cf feature-flags
to check) to be used by Org/SpaceManagers. Without these conditions they will continue to work only for admins.
Bug Fixes
- Fixed issues in help and usage of
stack
andstacks
(#635) - Fixed issues in help examples of
create-service
(#107628656) - Fixed issue with plugins with long command names (#653)
push
did not upload empty folders, causing an issue with the Java buildpack not recognizing a valid Web application with an empty WEB-INF folder (#107835158)- When pushing apps under 1KB with
push
, the "B" unit is now present in the upload status message (#108280642) - Plugin API commands no longer leak file descriptors (#108012132)
User Experience Improvements
- Added better error message when trying to create a user with
create-user
and passing in an invalid username (#66201062) - Added better error message when passing more arguments than the required app name argument to
ssh
(#638) - Fixed typo in
space
help text. (#672) - Updated the bug report template to request more details (#106902332)
Plugin Framework Changes
- Tokens are now refreshed automatically when the AccessToken plugin method is called (#597)
- Added documentation and coding examples around libraries available for TDD plugin development (#107137824)
- MinCliVersion in PluginMetadata now works for patch releases (e.g. 6.12.1) (#103468700)
- Field PackageUpdatedAt in GetApp response is now populated instead of always being nil (#107859114)