Releases: fintechstudios/ververica-platform-k8s-operator
Releases · fintechstudios/ververica-platform-k8s-operator
v0.8.1 Bug fixes and dependency updates
Changes
Documentation
- fix: typos in crd chart and deployment guide @austince (#125)
- docs: add guides for deployment, clean up CRD chart @austince (#122)
- docs: correct go version in README @austince (#121)
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
- build(deps): bump golang from 1.14.5-stretch to 1.14.6-stretch @dependabot-preview (#158)
- build(deps): bump k8s.io/client-go from 0.18.5 to 0.18.6 @dependabot-preview (#156)
- build(deps): bump k8s.io/apimachinery from 0.18.5 to 0.18.6 @dependabot-preview (#157)
- build(deps): bump golang from 1.14.4-stretch to 1.14.5-stretch @dependabot-preview (#154)
- build(deps): bump sigs.k8s.io/controller-runtime from 0.6.0 to 0.6.1 @dependabot-preview (#153)
- build(deps): bump github.com/onsi/ginkgo from 1.13.0 to 1.14.0 @dependabot-preview (#152)
- build(deps): bump k8s.io/client-go from 0.18.4 to 0.18.5 @dependabot-preview (#148)
- build(deps): bump k8s.io/api from 0.18.4 to 0.18.5 @dependabot-preview (#150)
- build(deps): bump k8s.io/client-go from 0.18.3 to 0.18.4 @dependabot-preview (#144)
- build(deps): bump github.com/onsi/ginkgo from 1.12.3 to 1.13.0 @dependabot-preview (#143)
- build(deps): bump github.com/stretchr/testify from 1.6.0 to 1.6.1 @dependabot-preview (#141)
- build(deps): bump golang from 1.14.3-stretch to 1.14.4-stretch @dependabot-preview (#140)
- build(deps): bump github.com/onsi/ginkgo from 1.12.2 to 1.12.3 @dependabot-preview (#139)
- build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0 @dependabot-preview (#138)
- build(deps): bump github.com/onsi/ginkgo from 1.12.1 to 1.12.2 @dependabot-preview (#136)
- build(deps): bump k8s.io/client-go from 0.18.2 to 0.18.3 @dependabot-preview (#134)
- build(deps): bump github.com/onsi/gomega from 1.10.0 to 1.10.1 @dependabot-preview (#135)
- build(deps): bump github.com/onsi/ginkgo from 1.12.0 to 1.12.1 @dependabot-preview (#132)
- build(deps): bump golang from 1.14.2-stretch to 1.14.3-stretch @dependabot-preview (#131)
- build(deps): bump github.com/onsi/gomega from 1.9.0 to 1.10.0 @dependabot-preview (#128)
- build(deps): bump sigs.k8s.io/controller-runtime from 0.5.2 to 0.6.0 @dependabot-preview (#124)
Community Edition Support
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
- build(deps): bump golang from 1.13-stretch to 1.14.2-stretch @dependabot-preview (#115)
Updated Helm charts, Conversion bug
v1beta2 Finalized
VVP 2.1.0 support, multi-version support, many fixes and breaking changes
Changes
- restructured package
- update APIs for VVP 2.1.0
Features
- feat: multi-versioning @austince (#97)
- adds the
v1beta2
api
- adds the
- feat: support VVP 2.1.0 @austince (#92)
- feat(polling): abstract polling management @austince (#84)
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
- ci: add issue templates @austince (#70)
- ci: add release-drafter config @austince (#71)
- ci: add CODEOWNERS @austince (#79)
Dependency Updates
- build(deps): bump sigs.k8s.io/controller-runtime from 0.5.1 to 0.5.2 @dependabot-preview (#102)
- build(deps): bump k8s.io/client-go from 0.17.2 to 0.17.4 @dependabot-preview (#94)
- build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1 @dependabot-preview (#95)
- feat: support VVP 2.1.0 @austince (#92)
- build(deps): bump k8s.io/apimachinery from 0.17.3 to 0.17.4 @dependabot-preview (#90)
- build(deps): bump k8s.io/api from 0.17.2 to 0.17.3 @dependabot-preview (#85)
- build(deps): bump github.com/onsi/ginkgo from 1.11.0 to 1.12.0 @dependabot-preview (#80)
- build(deps): bump github.com/onsi/gomega from 1.8.1 to 1.9.0 @dependabot-preview (#81)
- build(deps): bump k8s.io/api from 0.17.0 to 0.17.2 @dependabot-preview (#76)
Namespace Polling, Small Printer Column Fix
BREAKING: Initial Support for K8s Events on Deployments, Helm Chart Updates
- 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:
PRs:
Support for V2 of the Platform, Savepoints, Many Breaking Changes
- 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
- Adds a CRD cleanup Job to the Helm chart
- Adds the ability to configure the
kubernetes.pods
field ofVpDeployments