Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

v4.2.0

Compare
Choose a tag to compare
@josephlewis42 josephlewis42 released this 28 Dec 20:54
084fdcb

[4.2.0] - 2019-01-04

Security

  • The broker uses a Pivotal library affected by CVE-2018-15759. Until the library is updated, it's recommended that you not run the service broker on a public network. If you must run it on a public network, make it accessible through a proxy that supports fail2ban.

Added

  • The ability to enable/disable services based on product lifecycle tags. See #340 for context.
  • Preview support for Firestore.
  • Preview support for Dialogflow.
  • Preview support for Stackdriver Metrics.
  • Namespace support for Datastore.
  • Preview support for Dataflow.
  • Default roles for ML, BigQuery, BigTable, CloudSQL, Pub/Sub, Spanner, and Cloud Storage.
  • /docs endpoint that serves docs for your installation.
  • Preview support for Dataproc via brokerpaks.
  • Varcontext now supports casting computed HIL values.
  • New regional and multi-regional Cloud Storage plans.
  • Ability to expose JSONSchema in the service catalog by enabling the enable-catalog-schemas flag.

Changed

  • Support links for services now point to service-specific pages where possible.
  • Feature flags are now handled through a generic toggles framework. Option labels and descriptions might change slightly in the tile.
  • Service definitions now get field-level validation to check for sanity before being registered.

Removed

  • The examples/ directory.

Fixed

  • Fixed machine types for PostgreSQL to use custom but keep the old names for compatibility.