Ververica Platform 2.0.2
Applies toSelf-Managed v2
1 min read
Release Date: 2019-12-20
Changelog
General
- This release adds support for Flink 1.8.3, improves the installation process on OpenShift and fixes various bugs and security vulnerabilities.
Apache Flink®
- Ververica Platform 2.0.2 adds our distribution of Apache Flink® 1.8.3 as well as an additional off-cycle bugfix release for Apache Flink® 1.9.1. The following new Docker images are available:
1.9.1-stream2-scala_2.111.9.1-stream2-scala_2.121.8.3-stream1-scala_2.111.8.3-stream1-scala_2.12
- These images come with Apache Flink® bugfixes, improvements to Ververica Platform's Kubernetes-based
HighAvailabilityServicesand numerous security vulnerability fixes. - Please check Ververica Platform Docker Images for all available Apache Flink® images and additional tags.
Helm Charts
- The installation of Ververica Platform on OpenShift is now easier.
Bug Fixes
- Due to a regression in Ververica Platform 2.0, Deployments with restore strategy
LATEST_STATEdid behave exactly as with restore strategyLATEST_SAVEPOINT. This is now fixed for Deployments using Flink Jobmanager Failover with Kubernetes. We recommend users relying on restore strategyLATEST_STATEto switch from Zookeeper to Kubernetes for Flink Jobmanager failover (see also Requirements for LATEST_STATE (../user-guide/application-operations/deployments/deployment-upgrades.mdx#requirements-for-latest_state)). - In the course of this bugfix,
LATEST_STATErestore strategy was improved to become more explicit and transparent for users: as before this restore strategy relies on Apache Flink® retained checkpoints. These are now listed in the "Snapshots"-tab (formerly "Savepoints") of the web user interface, just like regular savepoints. By this, users can now manually reset their Deployments to retained checkpoints, too, and - more importantly - users can always see if a Deployment will recover from a retained checkpoint when using restore strategyLATEST_STATE. Please see Requirements for LATEST_STATE (../user-guide/application-operations/deployments/deployment-upgrades.mdx#requirements-for-latest_state) for details. - Quotation marks in
Deployment.spec.template.spec.artifact.mainArgsare handled more robustly now. See Deployment Templates for details.
Migration
Please download the latest Helm charts for this version from the customer portal and run
BASH
1 helm upgrade [RELEASE] ververica-platform-2.0.2.tgz --values custom-values.yamlWas this helpful?