You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced new tests (see spec folder) using the shellspec BDD testing framework. The existing home-grown test framework in the itest folder has served this project well, but it's time to move on to something better. Over the upcoming releases, we'll slowly start converting more of the itest tests to the newer spec tests.
unbind-route-service - Unbind a service instance from an HTTP route, thanks to a PR by JHjava
Changed
push command now supports specifying multiple buildpacks, thanks to a PR by tenjaa. The original buildpack option is now deprecated and superceded by buildpacks.
Resource and test executions are now isolated from each other thanks to setting their own unique CF_HOME locations.