Release notes to all release versions of cf-puppeteer
Posts
Version 1.0.0
Release 1.0.0 - Final release is here
With the first final release we bring the version 1.0.0 to cf-puppeteer. We bring some small features, many bug fixes and a complete refactoring of the old version of cf-puppeterr.
Right now it’s possible to choose between an v2 or v3 cf push of your application. CF-Puppeteer checks the cf-controller version and use the v3 push if it’s possible. To use the old push manually you can pass the option: --legacy-push
Posts
Version 1.0.0-rc.0
Release 1.0.0-rc.0 - First release candiate
With the first rc we dont bring “new” features!, we just pushed the deployment on the newest level of cf api’s. The new version now supports the newest structure of cf-manifests.yml files. The plugin is also a “complete” rewrite of the older versions.
For the new rc versions we will focus on bringing docker support, adding more tests and clean / simplify the plugin implementation.
Posts
Version 0.0.14
Release 0.0.14 brings just small bug fixes and one new feature
Changelog Added health check settings (v3): fallback on app manifest for health-check-type and health-check-http-endpoint settings print more information on Cloud Foundry API calls (if env CF_PUPPETEER_TRACE = true) Fixed health check settings (v3): support for applications with empty command go linting issues Changed improve documentation Specials Special thanks to the first contributor to cf-puppeteer plugin Skyfalke