Docs Home
Viewing docs for
Self-ManagedNot available for BYOC

Ververica Platform 2.6.6

On this page

Release Date: 2022-12-06

Changelog

This release adds support for the patch releases 1.14.6 and 1.13.6 of Apache Flink®.

  • Updated SQLite to resolve vulnerabilities CVE-2022-35737
  • Updated Jackson-databind to resolve CVE-2022-42003 and CVE-2022-42004
  • Updated SnakeYAML to resolve CVE-2022-38752

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