Releases: getindata/kedro-kubeflow
Releases · getindata/kedro-kubeflow
Release 0.6.0
[0.6.0] - 2022-02-18
- Kedro pipeline name is now added into Kubeflow pipeline name during upload
- Project hook that injected environmental variables values into all the configuration files is dropped, with backward compatibility to support these in
kubeflow.yaml
- Added missing on-exit-handler for
node_merge_strategy: full
- Handle
KEDRO_ENV
enviroment variable
�
Release 0.5.1
[0.5.1] - 2022-01-28
- Possibility to run custom Kedro pipeline as on-exit-handler
�
Release 0.5.0
[0.5.0] - 2022-01-27
- Kedro paramters of complex types (lists and dicts) are now supported
run_once
andschedule
accepts Kedro parameters override- Names of the one-off runs and scheduled runs are templated with parameters
�
Release 0.4.8
[0.4.8] - 2022-01-10
�
Release 0.4.7
[0.4.7] - 2022-01-05
- Add
kubeflow_run_id
tag to MLFlow run whenfull
node merge strategy is used
�
Release 0.4.6
[0.4.6] - 2021-12-23
- Passing all
KEDRO_CONFIG_
environment variables to the pipeline nodes
�
Release 0.4.5
[0.4.5] - 2021-12-22
- Add
node_merge_strategy
alongside withfull
option to run a whole pipeline in one pod
�
Release 0.4.4
[0.4.4] - 2021-09-29
- Custom networking setup for Vertex AI pipelines run
�
Release 0.4.3
[0.4.3] - 2021-09-27
- Kedro environment used by
kedro kubeflow
invocation is passed to the steps - A flag to skip steps output artifacts registration in Kubeflow Metadata
�
Release 0.4.2
[0.4.2] - 2021-08-19
- Improved Vertex scheduling: removal of stale schedules
�