Skip to content

Releases: fintechstudios/ververica-platform-k8s-operator

v0.8.1 Bug fixes and dependency updates

17 Jul 23:12
187404c
Compare
Choose a tag to compare
Pre-release

Changes

Documentation

Bug Fixes

  • fix: correct EnvVarSource type in vvp model @austince (#159)
  • fix(charts): correct indentation for metrics monitor labels @austince (#129)
  • fix: typos in crd chart and deployment guide @austince (#125)

Dependency Updates

Community Edition Support

18 Apr 21:07
b091c98
Compare
Choose a tag to compare
Pre-release

Changes

Now supports using the Ververica Platform Community Edition with the --vvp-edition flag.

It also fixes a few misc. issues with the Helm charts and bumps go to 1.14.

Features

Documentation

Dependency Updates

Updated Helm charts, Conversion bug

01 Apr 02:23
d2b2706
Compare
Choose a tag to compare
Pre-release

Changes

  • feat: update charts, fix small conversion bug, add Makefile tasks for docker loading @austince (#106)

v1beta2 Finalized

31 Mar 20:42
c5087c4
Compare
Choose a tag to compare
v1beta2 Finalized Pre-release
Pre-release

Changes

Final changes necessary to go ahead and freeze v1beta2

Features

  • feat(v1beta2): add running status to vpdeployment @austince (#92)

VVP 2.1.0 support, multi-version support, many fixes and breaking changes

31 Mar 20:42
4016bb8
Compare
Choose a tag to compare

Changes

  • restructured package
  • update APIs for VVP 2.1.0

Features

Bug Fixes

  • feat: support VVP 2.1.0 @austince (#92)
  • fix(chart): allow Event operations in cluster role @austince (#72)
  • fix(savepoints): correctly create savepoints and log error msgs @austince (#83)

CI + Process

Dependency Updates

Namespace Polling, Small Printer Column Fix

23 Dec 20:10
76ad73f
Compare
Choose a tag to compare
  • Adds polling to VpNamespaces to update their statuses
  • Updates printer columns for deployment targets
  • Updates CI, docs

PRs:

BREAKING: Initial Support for K8s Events on Deployments, Helm Chart Updates

22 Dec 18:52
46f7ca9
Compare
Choose a tag to compare
  • First tagged release to new, renamed Docker Repo: https://hub.docker.com/repository/docker/fintechstudios/ververica-platform-k8s-operator
  • Savepoints now update their status so you can tell if your manually triggered savepoint is successful
  • Deployments now synchronize VVP Events with K8s Events, as well as status updates
  • Helm Chart values have changed, please see chart README
  • Helm Chart Prometheus Service Monitor is now available
  • Update go version to 1.13

Issues:

  • #34 Project Renaming
  • #31 Polling Framework

PRs:

Support for V2 of the Platform, Savepoints, Many Breaking Changes

19 Oct 01:18
470b254
Compare
Choose a tag to compare
  • Namespaces are completely different
  • Adds support for taking savepoints
  • Does a better job at storing dynamic data in K8s

v0.3.2 CRD cleanup, VpDeployment Pod configuration

06 Oct 16:11
79a7db5
Compare
Choose a tag to compare
  • Adds a CRD cleanup Job to the Helm chart
  • Adds the ability to configure the kubernetes.pods field of VpDeployments

v0.3.1 Add missing Artifact field

02 Oct 22:57
b041a0f
Compare
Choose a tag to compare
Pre-release

flinkImageRepository is now configurable in VpDeployments

PRs: