Skip to content

Beryllium

Pre-release
Pre-release
Compare
Choose a tag to compare
@micellius micellius released this 31 Mar 08:24
· 44 commits to master since this release

Beryllium (Be, atomic number 4)

Added

  • Retry for service instance and keys deletion added (#21)
  • Error handling for service broker errors added (#16)
  • Error handling for html5-list -a, when application does not exist (#19)
  • Support of --destination flag for html5-push
  • Support of --destination flag for html5-list
  • Support of --destination flag for html5-delete
  • Support custom HTML5 runtime for business service destinations with HTML5_RUNTIME_URL
    environment variable (default: https://<tenant>.cpp.<landscape_url>)
  • Support of --service flag for html5-push
  • Delete multiple service instances by name prefix with cf html5-delete -n <name_prefix>*
  • Show business service destinations that missing or point to not existing app-host-id in cf html5-list -d

Changed

  • List command html5-list now checks if first and the only argument passed is an app-host-id,
    and displays list of applications from provided service instace
  • Flag --url now may be used not only with --applicaiton option, but also with --destination
    option in html5-list command

Fixed

  • Report an error if html5-delete failed to delete service instance (#22)
  • Report an error if cleanup was not successfull (#23)
  • Don't reuse broken service instances (#24)

Supported Platforms

  • OSX (amd64)
  • Linux (amd64)
  • Windows (amd64)