Skip to content

Releases: bluemixgaragelondon/cf-blue-green-deploy

Version 1.4.0

02 Sep 20:34
Compare
Choose a tag to compare

"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

25 Jan 17:04
888c8a4
Compare
Choose a tag to compare
  • 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

24 Feb 12:05
Compare
Choose a tag to compare
  • 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

05 Dec 15:10
Compare
Choose a tag to compare

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

07 Aug 10:56
Compare
Choose a tag to compare

Bugfixes:

  • don't recreate temporary (-new) route after app promotion.