Skip to main content
Version: 2.12

Ververica Platform 2.6.4

Release Date: 2022-09-06

Changelog

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

  • Updated Tomcat to resolve vulnerability CVE-2022-29885
  • Updated Google OAuth client to resolve vulnerability CVE-2021-22573
  • Updated Spring Boot to resolve vulnerabilities CVE-2022-22978 and CVE-2022-22976
  • Updated Hadoop to resolve vulnerability CVE-2021-37404
  • Updated Apache Xalan to resolve CVE-2022-34169
  • Updated Jetty: Java based HTTP/1.x, HTTP/2, Servlet, WebSocket Server to resolve vulnerability CVE-2022-2048
  • Updated PostgreSQL JDBC Driver (pgjdbc) to resolve vulnerability CVE-2022-31197
  • Updated H2 Database Engine to resolve vulnerabilities CVE-2022-23221, CVE-2021-42392, CVE-2021-23463
  • Updated jackson-databind to resolve vulnerability CVE-2020-36518

Event cleanup

In case you configure a maximum number of events to keep, the limit will now be applied per deployment instead of per namespace. See event service configuration for more information.

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.2.4 --values custom-values.yaml