Docs Home
Viewing docs for
Self-ManagedNot available for BYOC

Ververica Platform 2.10.3

On this page

Release Date: 2023-06-07

Changelog

Ververica Platform 2.10.3 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.

  • Updated SQLite JDBC to resolve vulnerability CVE-2023-32697

Bug Fixes

  • Skip accessibility validation of artifacts provided in a custom way (with URI not from Universal Blob Storage)

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.6.3 --values custom-values.yaml
Was this helpful?