Ververica Platform 2.11.2
Release Date: 2023-09-29
Changelog
Apache Flink®
Ververica Platform 2.11.2 supports Apache Flink® 1.17 and Apache Flink® 1.16 under SLA. Apache Flink® 1.15 images are no longer provided in this version but are still supported on a best-effort basis.
-
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.15.4-stream1-scala_2.12-java8
1.15.4-stream1-scala_2.12-java11
1.16.2-stream1-scala_2.12-java8
1.16.2-stream1-scala_2.12-java11
1.17.1-stream2-scala_2.12-java8
1.17.1-stream2-scala_2.12-java11
-
For Spring Edition the following archives are available:
Improvements
Enhanced Visibility for Labels in Deployment Targets Table
Labels added via the API are now also visible in the UI together with the annotations map in the Deployment Targets table. This is a UI enhancement which does not impact workflow functionality, but provides additional visibility to make resource management easier.
Expand and Collapse SQL Script List for Improved Usability
We have implemented a new feature that allows users to expand or collapse the SQL script list panel. Collapsing the panel gives users an expanded view of the SQL editor. Users can also expand or collapse the panel while navigating through the SQL script list.
This is a usability enhancement that improves the accessibility and functionality of the SQL editor, and enhances the overall user experience. It means that users can efficiently search for historical scripts without disrupting their workflow or usability experience.
How it was before:
After the introduction of this feature:
Other improvements
-
Optional Logout Configuration for SAML Authentication in VVP.
-
Upgraded Spring Boot up to v2.7.16.
Bug Fixes
-
Reorganize order of starting Kubernetes resources during Flink job setup to suppress the transient error message:
serviceaccount <accountname> not found
. -
Fixed a bug where setting additional configurations during deployment creation resulted in the
Number of Task Managers
being incorrectly set to 0.
Vulnerability Fixes (outside of Apache Flink®)
- Removal of vulnerability CVE-2023-34610 originating from a
com.cedarsoftware:json-io
dependency. - Removal of vulnerability CVE-2023-36665 originating from
protobufjs
dependency. - Updated Snappy-Java to resolve vulnerability CVE-2023-43642.
- Updated Jetty-Http to resolve vulnerability CVE-2023-40167.
- Updated Bcprov-Jdk18on to resolve vulnerability CVE-2023-33201.
- Updated Kafka-Clients to resolve vulnerability CVE-2023-25194.
Upgrade
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.7.2 --values custom-values.yaml