Docs Home
Viewing docs for
Self-ManagedNot available for BYOC

Ververica Platform 2.10.0

On this page

Release Date: 2023-02-21

Changelog

Ververica Platform 2.10.0 supports Apache Flink® 1.16 and Apache Flink® 1.15 under SLA. Apache Flink® 1.14 images are no longer provided in this version but are still supported on a best-effort basis.

Apache Flink® SQL

The Flink SQL Version has been bumped to Apache Flink® 1.16.1.

Improvements

  • Support submitting PyFlink jobs
  • Support Flink-1.16.1 in SQL editor which includes new syntax “CREATE TABLE AS SELECT”.
  • Add validation of non-empty Service Account name in Kubernetes Resources
  • Support HTTP Basic Auth for fetching artifacts without exposing password

Bug Fixes

  • Fix “HTTP Error 502: Request header too large” when accessing Flink UI

Upgrade

We recommend upgrading via Helm using the following commands:

BASH
1helm repo add ververica https://charts.ververica.com
2helm repo update
3helm upgrade [RELEASE] ververica/ververica-platform --version 5.6.0 --values custom-values.yaml
Was this helpful?