Docs Home
Viewing docs for
Self-ManagedNot available for BYOC

Ververica Platform 2.0.5

On this page

Release Date: 2020-05-06

Changelog

Bug Fixes

  • Deployment: Very slow persistence operations could result in multiple Jobs to be created for a Deployment during a transition to the RUNNING state. This is now reliably detected and results in a FAILED Deployment transition with a corresponding Event being logged.
  • UI: Gracefully ignore unknown placeholders in link templates.

Apache Flink® 1.9.3

  • Ververica Platform 2.0.5 adds our distribution of Apache Flink® 1.9.3. The following new Docker images are available:
    • 1.9.3-stream1-scala_2.11
    • 1.9.3-stream1-scala_2.12
  • Please check the release notes of Apache Flink 1.9.3 for a complete list of fixes.
  • Please check Ververica Platform Docker Images for all available Apache Flink® images and additional tags.

Apache Flink® 1.8.3

Vulnerability Fixes

Upgrade

We recommend upgrading via Helm using the following commands:

BASH
1    helm repo add ververica https://charts.ververica.com
2    helm upgrade [RELEASE] ververica/ververica-platform --version 2.0.5 --values custom-values.yaml
Was this helpful?