Releases: bluemixgaragelondon/cf-blue-green-deploy
Releases · bluemixgaragelondon/cf-blue-green-deploy
Version 1.4.0
"Changes in this release:
- Add --delete-old-apps option
- Improve handling of routes and hosts
- Don't use default domain for temporary route if a specific domain
is configured"
Version 1.3.0
- Move to minimum cf version of 6.28
- Preserve application ssh-enablement (or disablement) across deploys
- If the application has a Path set in route, then honor that while doing unmap-route
- Fix issue where
-f
was not able to find manifests - Honour routes in manifest (specified with 'routes' instead of 'host' or 'domain')
v1.2.0
- Tolerate a wider range of cf cli versions
- Add windows binaries
- Add -f option to specify manifest
- Persist scale factors if defined on running application but not in manifest
Support CF CLI v6.22
Support CF CLI v6.22
Bugfixes:
- use default route if no routes are specified
- improve name of the new routes top map
- improve diagnostics for 'failed to get shared domain'
v1.0.4
Bugfixes:
- don't recreate temporary (
-new
) route after app promotion.