Skip to main content
Version: 2.12

Ververica Platform 2.6.1

Release Date: 2021-12-17

Changelog

This release adds support for the latest patch releases of Apache Flink®, 1.12.7, 1.13.5 and 1.14.2. These releases upgrade the used version of Log4j to 2.16.0 in order to fix the recently discovered critical vulnerabilities.

Please check out the Apache Flink® release announcement for additional details.

Vulnerability Fixes

Improvements

Rest API

  • For PUT operations to create or update Deployments, added a new optional boolean parameter applyDefaults that toggles whether defaults will be applied to the provided payload. If unspecified, defaults will be applied in case a new Deployment is created, but will not be applied in case an existing Deployment is updated.

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