Skip to content

version 1.3

Compare
Choose a tag to compare
@s-bortolussi s-bortolussi released this 17 May 12:20
· 59 commits to master since this release

new features

  • Support external yaml configuration file application.yml as an alternative to configurate the broker.
  • Support externalized remote config in git.

fixes

  • Supports DEA backends
  • Fix: generate plan default description and name from planid instead of same static string;
  • Fix: when plan have only credentials definition not any catalog definition, broker should set plan default catalog definitions.
  • Fix: broker should fail fast when a plan have no credential definition in configuration.

misc

  • Refactor acceptance test: remove logic of parsing configuration file, use hard-coded test data instead.
  • In acceptance test, add test case service_broker_updatable to make sure that service broker still works after we change service configuration and restart the broker.
  • Add concourse pipeline for running acceptance test.
  • Provide template for deployment and property configuration files: manifest.tmpl.yml, manifest.tmpl.yaml-config.yml manifest.tmpl.remote-config.yml, and application.tmpl.yml