Ververica Platform 2.11.1

Release Date: 2023-09-04

Changelog

Improvements

  • Repeated execution of actions like starting/suspending/pausing/restarting a Deployment is now avoided if a user clicks multiple times on a button in the UI.
  • Health check endpoints and timings used by K8s livenessProbe and readinessProbe can now be configured during Helm installation/upgrade.
  • Security context can now be configured on a container level.
  • Enhanced validation of disaster checkpointing configuration. Renamed Latest Checkpoint Fetch Interval to Disaster Checkpoints Delay in the Advanced tab for Deployments under the Configuration section. Added description explaining meaning of that field.
  • Environment variable naming in Ververica Platform K8s containers now follows standard notation for Spring properties.
  • Exposed PUT endpoint of the DeploymentDefaults resource in Swagger REST API.
  • Upgraded Spring Boot up to v2.7.15.

Changes to Community Edition

The free Community Edition licence is for not-for-profit use and omits some enterprise features.

  • The Autopilot feature and SSL security are now not available in the Community Edition, you need the Enterprise Edition for these features.
  • Community Edition users can now disable collecting of analytics data.

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.1 --values custom-values.yaml