New Features

The following features have been added in this release of TIBCO Control Plane and capabilities.

TIBCO Control Plane

Alerts and Notifications
The alerts and notifications in TIBCO Control Plane improve user visibility into system events, failures, and performance thresholds, enhancing overall operational awareness and reducing response time to critical issues. Currently, Alerts and Notifications feature is available as developer preview. For more information, see Alerts and Notifications.
Custom Observability Dashboard
You can customize the layout and filters of the Observability dashboard. User-specific profiles are saved automatically and can be restored later. You can also create snapshots of their profiles and reset to a default profile. For more information, see Customizing Observability Dashboard.
Network Policies Enhancements
Two new flags are introduced in TIBCO Control Plane and data plane chart 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.
Support for OpenShift Container Platform as a Data Plane
You can now register a OpenShift Kubernetes cluster as a data plane and manage it from TIBCO Control Plane. For more information, see Control Plane Cluster Workshop on GitHub.
Support for Microsoft Azure Graph API as Email Service for TIBCO Control Plane
TIBCO Control Plane now supports Microsoft Azure Graph API as Email Service. For more information, see Configuring TIBCO Control Plane Helm Chart Values.

TIBCO BusinessWorks Container Edition Capability

Support for TCP endpoints for Platform BWCE apps

This release adds support for TCP endpoints for Platform BWCE apps.

TIBCO Flogo Capability

Newly Supported Connector
This release introduces support for TIBCO Flogo® Connector for Mailchimp.
Support for OpenShift Router
The OpenShift Router ingress controller is now supported to expose Flogo apps outside the Kubernetes cluster. For more information, see Ingress Controllers for TIBCO Flogo.
Newly Added APIs
The following APIs have been added in this release:
  • API for Listing Available Flogo Connectors on a Control Plane

    You can now use the GET /v1/cp/connectors API 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/supplements API 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/flogoversions API 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.

For more information on these APIs, see APIs for Provisioning Software and Connectors.

TIBCO Developer Hub

Import Flow Enhancements
To support more advanced import flow scenarios, the following enhancements are done:
  • 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.