github cloudfoundry/diego-release v0.1490.0
Diego v0.1490.0

latest releases: v2.65.0, v2.64.0, v2.63.0...
7 years ago

Changes from v0.1489.0 to v0.1490.0

IMPORTANT: The Diego team has added a more granular set of BOSH properties to the BBS job to allow operators to specify the connection parameters to the relational data store. These properties are intended to replace the monolithic diego.bbs.sql.db_connection_string property, which encodes too much driver-specific information. They retain the existing diego.bbs.sql.db_driver property, and add sibling db_host, db_port, db_schema, db_username, and db_password properties. We strongly encourage operators to switch to these new properties as soon as possible. In particular, to avoid ambiguity in the deployment manifest, using both these new properties and the older connection string property results in a failure to render the BBS job template and hence a deployment error.

Significant changes

BBS Relational Datastore

Routing

Component Logging and Metrics

Test Suites and Tooling

BOSH job changes

None.

BOSH property changes

  • Added diego.bbs.sql.db_host: Host for BBS SQL data store.
  • Added diego.bbs.sql.db_port: Port for BBS SQL data store.
  • Added diego.bbs.sql.db_schema: Database name for BBS SQL data store.
  • Added diego.bbs.sql.db_username: Username for BBS to access SQL data store.
  • Added diego.bbs.sql.db_password: Password for BBS to access SQL data store.
  • Added benchmark-bbs.sql.db_host: Host for BBS SQL data store.
  • Added benchmark-bbs.sql.db_port: Port for BBS SQL data store.
  • Added benchmark-bbs.sql.db_schema: Database name for BBS SQL data store.
  • Added benchmark-bbs.sql.db_username: Username for BBS benchmark suite to access SQL data store.
  • Added benchmark-bbs.sql.db_password: Password for BBS benchmark suite to access SQL data store.
  • Deprecated diego.bbs.sql.db_connection_string.
  • Deprecated benchmark-bbs.sql.db_connection_string.

Don't miss a new diego-release release

NewReleases is sending notifications on new releases.