This repository was archived by the owner on Jul 28, 2020. It is now read-only.
Releases: vmware-archive/pcfdev
Releases · vmware-archive/pcfdev
v0.4.1
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
- Allows apps to address one another via route name, e.g.,
- 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
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 haltfollowed byvagrant upprovides working cluster whenvagrant upcompletes- Rebooting manually over
vagrant sshno longer supported
- Rebooting manually over
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.ioDNS resolution is often flaky- Apps cannot address each other on VMware or VirtualBox; See #13 for a workaround
v0.3.0
Changelog
- Offline (cached) buildpacks are pre-installed instead of online buildpacks
- Box download size grows from 3.5GB to 8GB
vagrant upwaits for cluster to warm up- Scripts that attempt to authenticate immediately after
vagrant upwork
- Scripts that attempt to authenticate immediately after
- Reduces platform memory footprint from 1.6GB to 1.3GB by tuning UAA configuration
- Creates
micropcf-org/micropcf-spaceas default organization & space - Installs
cfandrtrcommands to microPCF VM
Bugfixes
cf create-orgfunctions as expected
v0.2.0
Changelog
- cf-release upgraded to v226
- bundled with online buildpacks
- Passes CF Acceptance Tests (CATS) appropriate for microPCF.
v0.1.1
Changelog
- First pre-release version.
Known Issues
cf create-orgfails with501, error code: 20005, message: The UAA endpoint needed is disabled