New Features
The following features have been added in this release of TIBCO Control Plane and capabilities.
TIBCO Control Plane
values.yaml: createClusterScopePolicy and createInternetScopePolicy to enable or disable broad scope policies. For more information, see Data Plane Network Policies and TIBCO Control Plane Network Policies.TIBCO BusinessWorks Container Edition Capability
This release adds support for TCP endpoints for Platform BWCE apps.
TIBCO Flogo Capability
-
API for Listing Available Flogo Connectors on a Control Plane
You can now use the
GET /v1/cp/connectorsAPI to retrieve a list of all Flogo Connectors available on a control plane. -
API for Provisioning Flogo Connectors to a Data Plane
You can now use the
POST /v1/dp/connectors/{connector}/{version}API to provision a Flogo Connector to a data plane. -
API for Listing Connector Supplements Uploaded on a Data Plane
You can now use the
GET /v1/dp/supplementsAPI to retrieve a list of all uploaded connector supplements on a data plane. -
API for Listing Flogo Versions Available on a Control Plane
You can now use the
GET /v1/cp/flogoversionsAPI to retrieve a list of all TIBCO Flogo versions available on a control plane. -
API for Provisioning Flogo Versions to a Data Plane
You can now use the
POST /v1/dp/flogoversions/{version}API to provision a Flogo version to a data plane. -
API for Deleting a Flogo Version from a Data Plane
You can now use the
DELETE /v1/dp/flogoversions/{version}API to delete a specific Flogo version from a data plane.
TIBCO Developer Hub
-
Two new actions (Git clone and Push) are added. This speeds up the import flow.
-
Custom filter: base64 Decode and Encode are added.
-
Global flags in Regex expression are supported.
For more information, see Import Flows.