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

v0.22.0 for PCF 1.8.2

Compare
Choose a tag to compare
@pcfdev-bot pcfdev-bot released this 21 Nov 21:45
· 95 commits to master since this release

PCF Dev v0.22.0 is an open beta release that is publicly available on the Pivotal Network.
Feedback for the proprietary version of PCF Dev may be left in the Github issues for this repository.

Installation

   $ unzip pcfdev-v0.22.0+PCF1.8.2-<OS>.zip
   $ ./pcfdev-v0.22.0+PCF1.8.2-<OS>
   Plugin successfully upgraded. Current version: 0.22.0. For more info run: cf dev help
   $ cf dev help

Changelog

  • The SSL trusted CA store available inside of app containers was truncated in 0.21.0. This made it impossible for apps to verify each other's SSL certificates. This is fixed in 0.22.0.
  • DNS resolution inside the VM is improved. Consul is no longer used to resolve DNS inside the VM.
  • cf dev ssh now allows you to quickly access the VM over SSH. ssh [email protected] now requires a private key in ~/.pcfdev/vms/key.pem. NOTE: This access is provided for debugging purposes only. PCF Dev contains PCF components that may not be redistributed or reverse engineered.
  • PCF Dev now includes Volume Services. See the ERT note below and the Volume Services documentation. (#166)
  • PCF Dev is now based on Ubuntu 14.04.5 with a 4.2.0 kernel. This may result in noticeable performance improvements.
Elastic Runtime
  • cf-release maintained at v239 with custom modifications for PCF 1.8.2
  • diego-release maintained at v0.1480.0 with custom modifications for PCF 1.8.2
  • garden-linux-release maintained at v0.339.0
  • etcd-release maintained at v60
  • cflinuxfs2 maintained at v1.18.0
  • routing-release maintained at v0.136.0 with custom modifications for PCF 1.8.2
  • local-volume (_NEW_) added at a9a1a5b / NOTE: This adds support for local volumes services to PCF Dev. This adds a service that allows apps to access a persistent disk. This service is not currently available in PCF, and is presented here to demonstrate a feature that may be available in future versions of PCF.
Services
  • cf-mysql-release maintained at v26.3 with custom modifications
  • cf-redis-release maintained at v424.29.0 with custom modifications
  • cf-rabbitmq-release maintained at v215.4.0 with custom modifications
  • Spring Cloud Services maintained at v1.1.1 with custom modifications
Tools
  • Apps Manager maintained a custom build for PCF 1.8.2 from 9/30/2016.
Extra Buildpacks
  • .NET Core Buildpack Beta maintained at a custom build of v1.0.0

Known Issues

  • cf dev trust does not prevent SSL warnings in the Firefox web browser and in various Linux web browsers.
  • cf dev trust requires user password entry on Mac OS X.
  • cf dev trust accesses the system keychain in Mac OS X, which causes certain versions of Mac OS X to crash. This has only been observed in 10.10.3 and 10.10.5 and appears to be rare.
  • If you're upgrading from v0.20.0 and encounter issues connecting to Apps Manager over SSL, see the release notes for v0.21.0.

Corresponding OVA Version: 0.389.0