Releases: cloudfoundry-attic/cfdev
CF Dev 0.0.8
Bug fixes for Windows 10 version
Install
Run cf install-plugin -r CF-Community "cfdev"
This will upgrade your plugin to the latest version - v0.0.8
Download
If you would like to manually download install the binary, you can access the latest binaries here -
Release Notes
- Adds support of
-m
and-c
flag on thestart
command for Windows version
CF Dev 0.0.7
This release includes support for Windows 10 and Hyper-V.
Please note - when running CF Dev in Power Shell or Command Prompt, you must run as an Administrator. You must also have Hyper-V enabled on your machine for the plugin to function properly. This tutorial provides step-by-step instructions on how to do this
This release also includes the fix for running custom ISO's (Ie. PCF Dev) with the plugin.
Install
Run cf install-plugin -r CF-Community "cfdev"
This will upgrade your plugin to the latest version - v0.0.7
Download
If you would like to manually download install the binary, you can access the latest binaries here -
Release Notes
- Added Support for Windows 10 and Hyper-V - #22
CF Dev 0.0.6
This release includes a built in Mysql service that can be leverage by users when they need to bind a database to their application.
Install
Run cf install-plugin cfdev
This will upgrade your plugin to the latest version - v0.0.6
Download
If you would like to manually download install the binary, you can access the latest binary here
Release Notes
CF Dev 0.0.5
This release includes a bug fix when providing the relative path to a file when running cf dev start -f <file path>
Install
Run cf install-plugin cfdev
This will upgrade your plugin to the latest version - v0.0.5
Download
If you would like to manually download install the binary, you can access the latest binary here
Release Notes
- Fixed relative path bug when you pass -f on start - Issue #29
CF Dev 0.0.4
This release includes usability features for startup and the ability to start CF Dev with a custom .iso image.
Download
Download latest binary here
Release Notes
- Added ability to retry file downloads if user runs into network issues - Issue #28
- Added ability to run custom CF versions using the
-f
flag. Currently supports use of custom image .iso files types only - Issue #17. - Added support for accessing the host from inside of app containers and BOSH VMs via the
host.pcfdev.io
domain.
CF Dev 0.0.3
This release includes usability features for startup and several bug fixes. If you have downloaded v0.0.1 or v0.0.2 it is strongly suggested that you upgrade to this version.
Download
Download latest binary here
Release Notes
CF Dev 0.0.2
This is the first release as an official incubating Cloud Foundry project.
Release Notes
- Fixed Issue #11 - CF Login fails: Port 443 Connection Refused
- Decreased default memory footprint to 4 GB
- Enabled ability to set custom memory (-m) and cpu (-p) limits using flags
- Added anonymous usage telemetry
Known Issues
- Only supports sudo version 1.8 and above
- Some users who opted-out of telemetry are seeing telemetry calls being made.
CF Dev 0.0.1
Check out our proposal for incubation to the Cloud Foundry Foundation for more details.
Please note that this is an unsupported alpha tool. It is not a supported Pivotal product.
Download
Download the CF Dev binary here.
Installation
You must uninstall the old PCF Dev plugin first.
$ cf uninstall-plugin pcfdev
$ cf install-plugin <path to cfdev binary>
To target BOSH:
$ eval "$(cf dev bosh env)