Ververica Platform 2.6.1

Release Date: 2021-12-17

Changelog

Improvements

Rest API

  • For PUT operations to create or update Deployments, added a new optional boolean parameter applyDefaults that toggles whether defaults will be applied to the provided payload. If unspecified, defaults will be applied in case a new Deployment is created, but will not be applied in case an existing Deployment is updated.

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