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
Service Instance Upgrade feature
Service authors that have built services using the On-Demand Broker want to allow Service Instances to be upgraded individually after a new version of their Service Broker has been deployed.
Now cf services
will inform users that an upgrade is available; running cf service <name>
provides additional details. To upgrade a service instance, run cf update-service <name> --upgrade
. This flag is in experimental stage and may change without notice.
Users must be on CC API v2.135
to use this feature.
For questions, regarding this feature please reach out to #SAPI on Slack Cloud Foundry. Thank you, SAPI team (Aarti Kriplani, Alex Blease, George Blue, Georgi Lozev, Henry Stanley, Nikolay Maslarski, Will Martin) who all worked on this feature.
Bugs
- Fixes
cf push
remove spin lock in PollStart(). This reduces the CPU time when waiting for apps to start. Also affectscf start
,cf restart
andcf restage
story - Fixes a documentation url in output story
- Fixes an issue whereby if you are logged in as a client, the user name was not printed in the output story
- Targeting a space for
cf copy-source
is no longer case sensitive story - Retry plugin uninstall attempt for windows story
Plugin Updates
Release Contributors: Brendan Smith, Abby Chau, Andrew Crump, Alexander Berezovsky, Steve Taylor, Simon Seif, SAPI team (Aarti Kriplani, Alex Blease, George Blue, Georgi Lozev, Henry Stanley, Nikolay Maslarski, Will Martin)
Note: The minimum version of the CC API this CF CLI release is compatible with is CC API v2.100.0 (3.35). See our minimum supported version policy for more information.