Ververica Platform 2.11.0

Release Date: 2023-07-26

Changelog

Improvements

  • Upgraded Spring Boot up to v2.7.14
  • Add kubernetes operator for Flink Jobs Lifecycle Management
  • Extend sql panel consisting of sql-scripts and sql-editor
  • Enable disaster recovery which allows to track last successful checkpoint of jobs in VVP
  • Add deploymentId in deployment details view
  • Add support for Azure SQL authentication
  • Expose deploymentName in the metrics link template and extend metrics link for history jobs
  • Show entrypoint class and mainArgs on the Configuration tab
  • Show entrypoint class, mainArgs, and pod template on the Jobs tab for past jobs
  • Add support for SQL “ADD JAR” statement
  • Implement a mechanism to prune a Deployments job history
  • Allow to configure VVP context path

Upgrade

We recommend upgrading via Helm using the following commands:

$ helm repo add ververica https://charts.ververica.com
$ helm repo update
$ helm upgrade [RELEASE] ververica/ververica-platform --version 5.7.0 --values custom-values.yaml