Skip to main content
Version: 2.12

Ververica Platform 2.2.2

Release Date: 2020-10-27

Changelog

Bug Fixes

  • The requested CPU resources of a Deployment must be greater or equal to 0.1. Prior to this release, it was possible to configure lower values and the init container CPU request was hard coded to 0.7. The configured CPU request is now assigned to all containers of the respective Flink pod.
  • The Artifact type has been inlined in the Swagger spec of Application Manager. This will allow HTTP clients generated from the Swagger spec to set the Artifact section of Deployments.
Vulnerability Fixes

The following security vulnerabilities have been fixed compared to 1.11.2-[stream|spring]1:

None

Vulnerability Fixes

The following security vulnerability in non-Flink components of Ververica Platform have been fixed compared to 2.2.1:

CVE-2020-5421, CVE-2020-7598, CVE-2020-8203, CVE-2020-14344, CVE-2020-14363, CVE-2017-18869, CVE-2019-20149

Charts

  • The Ververica Platform Helm charts now support to attach additional custom volumes to the Ververica Platform containers. Please checkout the Helm charts default values for details.

Upgrade

We recommend upgrading via Helm using the following commands:

    helm repo add ververica https://charts.ververica.com
helm upgrade [RELEASE] ververica/ververica-platform --version 4.2.2 --values custom-values.yaml