Docs Home
Viewing docs for
Self-ManagedNot available for BYOC

Ververica Platform 2.8.0

On this page

Release Date: 2022-09-29

Changelog

Ververica Platform 2.8.0 supports Apache Flink® 1.15 and Apache Flink® 1.14 under SLA. Apache Flink® 1.13 images are no longer provided in this version but are still supported on a best-effort basis. Apache Flink® 1.12 support has now been dropped.

Apache Flink® 1.15.2

Apache Flink® SQL

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

  • Updated SnakeYAML to resolve CVE-2022-25857
  • Updated PostgreSQL JDBC (pgjdbc) to resolve CVE-2022-31197

Improvements

Bug Fixes

  • Fixed a bug in which namespace editors cannot run SQL preview queries

Other changes

  • Added limitation for Flink Kubernetes HA in Community Edition

Upgrade

We recommend upgrading via Helm using the following commands:

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