Migrate from V5 to V6¶
Deploy multiple pipelines¶
KPOps can now deploy multiple pipelines in a single command. It is possible to pass one or many pipeline.yaml files or pass a directory with many pipeline.yaml files within it.
The environment variable KPOPS_PIPELINE_PATH
is changed to KPOPS_PIPELINE_PATHS
.
Read more:
Separate KPOps API from the CLI¶
KPops Python API is now stable and separated from the CLI! 🎉