Ververica Platform 2.0.5
Applies toSelf-Managed v2
1 min read
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.111.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
- We have included a custom backport of FLINK-16576 in a new version of our Flink 1.8.3 distribution. The following Docker images are available:
1.8.3-stream2-scala_2.111.8.3-stream2-scala_2.12
- Please check Ververica Platform Docker Images for all available Apache Flink® images and additional tags.
Important
Update 2020-05-20: flink-1.8.3-spring2-scala_2.11.tgz and flink-1.8.3-spring2-scala_2.12.tgz were initially published without a fix for FLINK-16576. The archives have been fixed by now.
Vulnerability Fixes
- https://nvd.nist.gov/vuln/detail/CVE-2019-17195 (https://nvd.nist.gov/vuln/detail/CVE-2019-17195)
- https://nvd.nist.gov/vuln/detail/CVE-2020-1938 (https://nvd.nist.gov/vuln/detail/CVE-2020-1938)
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.yamlWas this helpful?