Releases: cloudfoundry-attic/Diego-Enabler
v1.2.4 - Diego Enabler
Built with Golang 1.8.3
v1.2.3 - Diego Enabler
cf enable-diego
and cf migrate-apps diego
now print a warning that the app's health check type will be set to 'none' when the app being migrated has no routes. (#8)
v1.2.2 - Diego Enabler
Built with Golang 1.7.3 - no other changes.
v1.2.1 - Diego Enabler
Fixed intermittent unexpected end of JSON input
error. (#3)
v1.2.0 - Diego Enabler
Refinements to migration commands
Migration commands have been refined to restrict scope to a space in the currently targeted org, and to migrate apps in parallel.
Also, all now recognize HTTP proxy settings, and the descriptions of the enable-diego
, disable-diego
and has-diego-enabled
commands have been updated to look consistent with the other commands.
v1.1.0 - Diego Enabler
Bulk migration of apps between DEA and Diego runtimes
Various commands have been added to ease migrations of apps from DEAs to the Diego runtime, or back, optionally limited by org.
New Commands
migrate-apps
migrates apps between DEA and Diego runtimesdiego-apps
lists apps running on the Diego runtime that are visible to the userdea-apps
lists apps running on the DEA runtime that are visible to the user
v1.0.1 - Diego Enabler
Fix typo
v1.0.0 - Diego Enabler
Turn on Diego runtime support for application