Ververica Platform 2.13.3
Release Date: 2024-08-05
Changelog
Apache Flink®
Ververica Platform 2.13.3 supports the following versions:
- Apache Flink® 1.19
- Apache Flink® 1.18
- Apache Flink® 1.17
Ververica Platform 2.13.3 supports Apache Flink® 1.19, Apache Flink® 1.18, and Apache Flink® 1.17 under SLA.
For Stream Edition the following Apache Flink® Docker images are available. Please check Ververica Platform Docker Images for all available Apache Flink® images and additional tags.
- 1.17.2-stream3-scala_2.12-java8
- 1.17.2-stream3-scala_2.12-java11
- 1.18.1-stream3-scala_2.12-java8
- 1.18.1-stream3-scala_2.12-java11
- 1.18.1-stream3-scala_2.12-java17
- 1.19.0-stream1-scala_2.12-java8
- 1.19.0-stream1-scala_2.12-java11
- 1.19.0-stream1-scala_2.12-java17
For Spring Edition the following archives are available:
Bug fixes
Fixed Exception when using Secrets in Ververica Platform Flink SQL Editor
In Ververica Platform version 2.13.2, a bug caused an exception when attempting to use secret values in the Flink SQL Editor. The exception occurred due to a null value returned for the secret, resulting in the following error:
Cannot invoke "com.ververica.platform.appmanager.client.model.SecretValueSpec.getValue()" because the return value of "com.ververica.platform.appmanager.client.model.SecretValue.getSpec()" is null.
This update fixes the issue by ensuring that secret values are properly loaded and used within the Flink SQL Editor, allowing users to execute queries without errors.
Improved Artifact Listing for S3-based Blob Storage in Ververica Platform REST API
The Ververica Platform REST API now returns only root folder files for S3-based blob storage when using the Artifacts GET endpoint.
Previously, the REST API returned non-root folder files for S3-based blob storage, leading to confusion and clutter. This behavior was inconsistent with GCS-based blob storage, which correctly returned only root folder files. This update ensures that the Artifacts GET endpoint for S3-based blob storage aligns with the expected behavior by listing only root folder files.
Vulnerability Fixes (outside of Apache Flink®)
- Upgraded to azure-identity 1.12.2, which fixes CVE-2024-35255
- Content Security Policy violations for script-src have been addressed.
Upgrade
As always, 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.9.3 --values custom-values.yaml