This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
Releases: vmware-archive/cf-sli
Releases · vmware-archive/cf-sli
0.6.5
0.6.4
break out sli timeout into start, staging, and first response
0.6.3
Add timeout to push commands
Don't panic on errors
The CF CLI already outputs enough information to debug what went wrong in a push. This prevents error printing and panicking.
Add option to provide buildpack and app bits
This release adds the ability to specify which buildpack this test uses. It's been tested with the ruby and java buildpacks.
Better config file load error
Add a better error message when loading a config file.
Bug smashing
Clean up routes in delete step [#144564183] cf-sli tool should clean up routes as well as app Signed-off-by: Natalie J. Bennett <[email protected]>
Specify buildpack
Specify buildpack, so staging downloads only one buildpack [#142812049] Test app for cf push runs once a minute and reports availability and latency to Datadog Signed-off-by: Nicholas Calugar <[email protected]>
Provide availability metric directly
Not necessary to pass around pointer to sli_executor [#142812049] Test app for cf push runs once a minute and reports availability and latency to Datadog Signed-off-by: Natalie J. Bennett <[email protected]>
Adjusting metrics
We've adjusted metrics for better Datadog compatibility.