Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Releases: cloudfoundry-attic/cfdev

CF Dev 0.0.8

04 Aug 00:09
Compare
Choose a tag to compare

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 the start command for Windows version

CF Dev 0.0.7

04 Aug 00:08
Compare
Choose a tag to compare

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

06 Jun 19:43
Compare
Choose a tag to compare

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

  • Added MySql Service - #35
  • Added UX updates to show progress on start - #23

CF Dev 0.0.5

21 May 14:10
ae38c31
Compare
Choose a tag to compare

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

17 May 16:59
Compare
Choose a tag to compare

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

25 Apr 21:40
Compare
Choose a tag to compare

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

  • Fixed opt-out bug for telemetry. Telemetry is only collected for users who explicitly opt-in during cf dev start or using the cf dev telemetry --on command
  • Fixed Issue #26
  • Fixed Issue #8
  • Added download progress bar feature - Issue #7
  • Added cli usage instructions

CF Dev 0.0.2

19 Apr 13:50
d7b2ea5
Compare
Choose a tag to compare

This is the first release as an official incubating Cloud Foundry project.

Release Notes

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

23 Feb 20:06
97685f5
Compare
Choose a tag to compare

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)