Spring Cloud Data Flow2.11.14
Microservice based Streaming and Batch data processing for Cloud Foundry and Kubernetes.
Spring Cloud Data Flow provides tools to create complex topologies for streaming and batch data pipelines. The data pipelines consist of Spring Boot apps, built using the Spring Cloud Stream or Spring Cloud Task microservice frameworks.
Changelog
- Service account names are allow-list only when provided as a deployment property override and configurable via
spring.cloud.deployer.kubernetes.allowed-service-account-names hostNetworkis rejected when provided as a deployment property override* Skipper's actuator proxy is now allow-list only and configurable viaspring.cloud.skipper.server.actuator.allowed-endpointswith the endpointshealth, info, bindings, loggersalways allowed- CSRF protection for the dashboard is enabled
- Classes in Java deserialization of Batch execution contexts is now allow-list only and configurable via
spring.cloud.dataflow.batch.deserialization.allowed-classeswith a safe baseline of types - Consistently applies endpoint protection when API docs are toggled