flink-job-v2.0.0
·
1 commit
to refs/heads/release/flink-job-v2.0
since this release
Breaking:
Previously you could use native flink-configuration to specify state.savepoints.dir, state.checkpoints.dir, and high-availability.storageDir. Now it is required to use the chart values: storage.scheme
and storage.baseDir
when using upgradeModes savepoint
or last-state
.
What's Changed
- Replace rbac wildcard with explicit verbs by @pegtrifork in #230
- move validation of storage.scheme and storage.baseDir must be set when upgradeMode is not stateless to helpers #218
New Contributors
- @rnotrifork made their first contribution in #229
Full Changelog: flink-job-v1.4.0...flink-job-v2.0.0