[0.12.0] - 2025-03-11
- Support for python 3.11 & 3.12 added, dropped support for python 3.8
- Brought back the Vertex AI Pipelines scheduling capability
- Migrated to kfp 2 (locked to <2.9.0 due to pipeline spec changes)
- Removed
image_pull_policy
parameter from configuration, as it only applies to Kubernetes backend and not Vertex AI,
and it's only available inkfp-kubernetes
extension package - Removed
--timeout-seconds
parameter fromrun-once
command for now, as in the old version of the plugin exceeding the specified time
didn't alter the remote pipeline execution, and only escaped the local Python processs. The timeout funcionality will be added later on,
with the proper remote pipeline execution handling, and possibly per-task timeout enabled by the new kfp feature. - Assign pipelines to Vertex AI experiments
- Migrated
pydantic
library to v2 - Custom dataset that creates Vertex AI artifact
- Added pipeline parametrization
�