Spring Cloud Data Flow 2.5.0.RC1 Released
Spring Cloud Data Flow team is pleased to announce the first milestone release of 2.5.0.RC1.
This first release candidate of 2.5.0 adds some bug fixes and the following features:
-
Support application
metadata
as part of theContainer
images. Before this release, we only supported application property whitelisting when using a maven artifact. -
Support for
Azure AD
integration using OAuth 2.0. Spring Cloud Data Flow, Spring Cloud Skipper servers along with the Spring Cloud Data Flow shell can be configured to integrate with Azure AD for authentication and authorization. -
Removal of Scheduler task launcher component when scheduling tasks. In Spring Cloud Data Flow 2.3.x, the scheduling of tasks was designed to have an intermediate scheduler task launcher component to enhance the continuous deployment user experience. Since this component added some additional complexities and overhead on Kubernetes, the 2.5.x release removed this intermediary task launcher. We also added a migration tool to migrate the schedules from 2.3.x and 2.4.x
…