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

Releases: cloudfoundry-incubator/cflocal

v0.10.0

15 May 05:01
Compare
Choose a tag to compare

Release Notes

  • Drastic performance improvements, including:
    • Staging cache is preserved between stages (in .app.cache)
    • Buildpacks are cached as layers in the staging base image
  • Offline usage should work, as long as the staging base image is already built. I may introduce a cf local update to force an update of the base image when you have an internet connection.
  • Full support for .cfignore files

Known Issues

  • Writes UNIX line endings on Windows
  • Java buildpack app JARs must be unzipped to be staged

v0.9.0

25 Mar 05:43
Compare
Choose a tag to compare

Release Notes

  • Add over-the-top combination loading bar and spinner for Docker image downloading and cached cflocal base image building
  • Improve status messages

Known Issues

  • Writes UNIX line endings on Windows

v0.8.0

24 Mar 00:37
Compare
Choose a tag to compare

Release Notes

  • Allow official buildpack names to be specified with -b

Known Issues

  • Writes UNIX line endings on Windows

v0.7.0

23 Mar 05:35
Compare
Choose a tag to compare

Release Notes

  • Improve colors on Windows
  • Add fancy loading bars

Known Issues

  • Writes UNIX line endings on Windows

v0.6.0

23 Mar 01:58
Compare
Choose a tag to compare

Release Notes

  • Fix all permissions issues during staging

Known Issues

  • Writes UNIX line endings on Windows
  • Needs loading bars when building/pulling images

v0.5.0

22 Mar 22:23
Compare
Choose a tag to compare

Release Notes

  • Always respect --skip-ssl-validation when the cf CLI has been authenticated using that flag
  • Fix app bit permissions in the staging container

Known Issues

  • Windows support is better in this release, but still not fully tested
  • Writes UNIX line endings on Windows
  • Needs loading bars when building/pulling images

v0.4.0

22 Mar 05:06
Compare
Choose a tag to compare

Release Notes

  • Fix staging on Windows
  • Improve argument parsing
  • Allow host listen interface to be specified (useful with docker-machine)

Known Issues

  • Windows support is better in this release, but still not fully tested
  • Writes UNIX line endings on Windows
  • Needs loading bars when building/pulling images

v0.3.0

21 Mar 05:08
Compare
Choose a tag to compare

Release Notes

  • Allow use of CF Local with older versions of the Docker API

Known Issues

  • Docker functionality (cf local stage, cf local run, etc.) has not been tested on Windows.

v0.2.2

20 Mar 03:48
Compare
Choose a tag to compare

Release Notes

  • Update to the latest version of Docker and the cf CLI.
  • Add support for compiling on Windows.

Known Issues

  • Docker functionality (cf local stage, cf local run, etc.) has not been tested on Windows.

v0.2.1 - Support for Linux

19 Mar 20:08
Compare
Choose a tag to compare

Windows may work as well, but it hasn't been tested.