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

Releases: vmware-archive/pcfdev

v0.4.1

18 Jan 17:29

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

Minor release to allow app-to-app communication via the router.

Changelog

  • #13: Container -> Guest VM networking support added on VMware/VirtualBox
    • Allows apps to address one another via route name, e.g., app.local.micropcf.io
  • Reduced box download size from 5.5GB to 3.5GB
  • Sets VM memory to 50% of host memory up to a VM size of 4GB

v0.4.0

07 Jan 16:44

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

First stable pre-release version of the base distro for MicroPCF.

This does not include services planned for the official MicroPCF distro (i.e., Redis, RabbitMQ, MySQL)

Changelog

  • CATs and DATs both pass against all platforms
  • Reduced box download size to 5.5GB
  • #15: vagrant halt followed by vagrant up provides working cluster when vagrant up completes
    • Rebooting manually over vagrant ssh no longer supported

Bugfixes

  • #11: Provide a valid SSL certificate to support the Cloud Foundry Java Client
  • App metrics (CPU/Memory/Disk) from cf app <app> work as expected
  • Routing has a smaller footprint and implements the proper Access Controls (ACLs) similar to PCF
  • Users cannot view other users' application logs

Known Issues

  • Very high I/O utilization on AWS causes flakiness and CATs failures on m4.large instance type (the current default instance type)
  • xip.io DNS resolution is often flaky
  • Apps cannot address each other on VMware or VirtualBox; See #13 for a workaround

v0.3.0

21 Dec 13:48

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Changelog

  • Offline (cached) buildpacks are pre-installed instead of online buildpacks
    • Box download size grows from 3.5GB to 8GB
  • vagrant up waits for cluster to warm up
    • Scripts that attempt to authenticate immediately after vagrant up work
  • Reduces platform memory footprint from 1.6GB to 1.3GB by tuning UAA configuration
  • Creates micropcf-org / micropcf-space as default organization & space
  • Installs cf and rtr commands to microPCF VM

Bugfixes

  • cf create-org functions as expected

v0.2.0

10 Dec 18:39

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Changelog

  • cf-release upgraded to v226
  • bundled with online buildpacks
  • Passes CF Acceptance Tests (CATS) appropriate for microPCF.

v0.1.1

08 Dec 19:43

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Changelog

  • First pre-release version.

Known Issues

  • cf create-org fails with 501, error code: 20005, message: The UAA endpoint needed is disabled