Ververica Platform 3.1.3
On this page
Release Date: 2026-09-03
Ververica Platform 3.1.3 is a feature release focused on security and configuration hardening for self-managed installations, including workspace-scoped admin API tokens, secret encryption at rest, external database credentials through Kubernetes Secrets, a toggle for the Swagger UI, and control over which JDK versions a new installation exposes, plus bug fixes across logging, namespace handling, session cluster metrics, and OpenShift deployments.
New Features and Improvements
Structured Deployment Defaults with Named Fields
Ververica Platform 3.1.3 splits globalDeploymentDefaults into named fields for the settings platform admins change most often (jobmanager and taskmanager cpu and memory, upgrade strategy, number of task slots, and Flink configuration), alongside the existing spec/batchSpec raw passthrough for everything else. Setting a single common value no longer requires restating the whole block.
For more information, see Platform-Wide Deployment Defaults.
Workspace-Scoped Admin API Tokens
Ververica Platform 3.1.3 adds a workspace-scoped admin API token, declared through Helm configuration, that works across every namespace in a workspace instead of the single namespace a regular token is limited to. It carries the admin role, suited for automation that needs to authenticate unattended, such as a CI pipeline or a health-check integration.
For more information, see API Tokens.
External Database Credentials from a Kubernetes Secret
You can now point Ververica Platform at an existing Kubernetes Secret for the metadata store database password, using the new global.database.passwordSecret and global.database.passwordSecretKey Helm values instead of passing the password as plain text. This works with PostgreSQL, MySQL, and MariaDB, and is intended for sourcing the password from an external secrets manager such as Vault or the External Secrets Operator.
For more information, see PostgreSQL as Metadata Store.
Encrypting Secret Values at Rest
Self-managed installations can now encrypt stored secret values with AES-256 instead of the plain-text default, through a new opt-in Helm setting. It's off by default, so upgrading to 3.1.3 doesn't change anything until you enable it. The encryption key can't be changed once secrets are written under it, and existing secrets aren't converted until they're re-saved.
For more information, see Secret Values.
Swagger UI Enable/Disable Toggle
Self-managed installations can now turn off the interactive Swagger UI through a new Helm value, enabled by default. Disabling it removes the /swagger and /swagger-ui paths; the REST API and its OpenAPI specification endpoint stay available either way.
For more information, see Swagger UI.
Configuring JDK Versions for New Installations
Ververica Platform 3.1.3 lets you control which JDK-based Flink engine versions a new installation makes available. Both JDK 11 and JDK 17 are available by default.
To make only JDK 17 available, set installByDefault to false for JDK 11 and true for JDK 17:
1vvp-appmanager:
2 flinkVersionMetas:
3 jdk11:
4 installByDefault: false
5 jdk17:
6 installByDefault: trueJDK 11 is then hidden from every Flink engine version selector.
This setting applies only to new installations. An existing installation keeps every JDK version it already has available.
Bug Fixes
Missing Logs of Failed Jobs
Ververica Platform 3.1.3 adds Azure log appender support for TaskManager and JobManager logs, closing a gap where logs for failed jobs weren't retrievable on Azure BYOC and Managed Service.
Switching Between Namespaces Uses the Same Deployment Target
Ververica Platform 3.1.3 fixes an issue where switching to a different namespace kept using the previous namespace's cached deployment target list instead of loading the list for the newly selected namespace.
Writing CSV to S3 Bucket Fails
Ververica Platform 3.1.3 fixes a filesystem connector issue where writing CSV output to an S3 bucket failed with a "Stream closed" error during checkpoint commits. JSON output and batch-mode CSV writes weren't affected.
Operator-Managed Deployments Failing on OpenShift
Ververica Platform 3.1.3 fixes an issue on OpenShift where the Kubernetes Operator's auto-stamped ownerReference on operator-managed deployments was rejected by OpenShift's OwnerReferencesPermissionEnforcement admission plugin, so those deployments always failed.
Clearer Error on Namespace Re-Creation
Ververica Platform 3.1.3 fixes an issue where re-creating a namespace immediately after deleting it returned a generic "Internal error" instead of a clear message. Namespace deletion is asynchronous, and a create request submitted during that window now returns a 409 Conflict explaining that the namespace is still being deleted and the request can be retried shortly.
Session Cluster Prometheus Metrics
Ververica Platform 3.1.3 fixes an issue where session cluster JobManager and TaskManager pods exposed no Prometheus metrics. The platform stamped every session cluster pod with scrape annotations for port 9999 but shipped no metrics reporter configuration for session clusters, so nothing listened on that port.
Namespace Isolation Bypass
Ververica Platform 3.1.3 fixes an issue that could let users with namespace-scoped access view resources in other namespaces within the same workspace.
The fix applies only to namespace permissions created after the upgrade. Recreate existing permissions to apply the fix to them, and rotate any affected API tokens.
Vulnerability Fixes (Inside Apache Flink®)
- Updated com.fasterxml.jackson.core:jackson-core to 2.17.2 to address GHSA-72hv-8253-57qq
Vulnerability Fixes (Outside Apache Flink®)
- Removed @angular/common to address CVE-2026-68945
- Removed @angular/core to address CVE-2026-69151
- Removed js-yaml to address CVE-2026-53550, CVE-2026-59869, GHSA-5p4m-2wfm-xmqj
- Removed semver to address CVE-2022-25883
- Updated at.yawk.lz4:lz4-java to 1.11.1 to address CVE-2026-59949
- Updated com.azure:azure-identity to 1.13.0 to address CVE-2024-35255
- Updated com.fasterxml.jackson.core:jackson-core to 2.21.6 to address GHSA-72hv-8253-57qq, GHSA-r7wm-3cxj-wff9
- Updated com.fasterxml.jackson.core:jackson-databind to 2.21.6 to address CVE-2026-54512, CVE-2026-54513, CVE-2026-54514, CVE-2026-54515, CVE-2026-54516, CVE-2026-54517, CVE-2026-54518, CVE-2026-59888, CVE-2026-59889, GHSA-mhm7-754m-9p8w
- Updated com.nimbusds:nimbus-jose-jwt to 9.37.4 to address CVE-2023-52428, CVE-2025-53864
- Updated io.netty:netty-codec to 4.1.137.Final to address CVE-2026-59901
- Updated io.netty:netty-codec-dns to 4.1.137.Final to address CVE-2026-73508
- Updated io.netty:netty-codec-http to 4.1.137.Final to address CVE-2026-55831, CVE-2026-55833, CVE-2026-56745, CVE-2026-56746, CVE-2026-59898, CVE-2026-59899, CVE-2026-59921
- Updated io.netty:netty-codec-http2 to 4.1.137.Final to address CVE-2026-56819, CVE-2026-59900
- Updated io.opentelemetry:opentelemetry-api to 1.62.0 to address CVE-2026-45292
- Updated io.projectreactor.netty:reactor-netty-http to 1.2.18 to address CVE-2025-22227
- Updated org.apache.httpcomponents.client5:httpclient5 to 5.6.4 to address CVE-2026-64607
- Updated org.apache.httpcomponents.core5:httpcore5 to 5.4.3 to address CVE-2026-54399
- Updated org.apache.httpcomponents.core5:httpcore5-h2 to 5.4.3 to address CVE-2026-54428
- Updated org.apache.logging.log4j:log4j-api to 2.25.5 to address CVE-2026-49844
- Updated tools.jackson.core:jackson-core to 3.1.6 to address GHSA-r7wm-3cxj-wff9
- Updated tools.jackson.core:jackson-databind to 3.1.6 to address CVE-2026-54512, CVE-2026-54513, CVE-2026-54514, CVE-2026-54515, CVE-2026-54516, CVE-2026-54517, CVE-2026-54518, CVE-2026-59888, CVE-2026-59889
Upgrade
To upgrade Ververica Platform to version 3.1.3, run the following Helm command:
1helm upgrade --install <RELEASE_NAME> \
2 oci://registry.ververica.cloud/platform-charts/ververica-platform \
3 --version 3.1.3 \
4 --namespace vvp-system \
5 --values values.yaml