Skip to content

Release 0.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 16:26
1c65737

[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 in kfp-kubernetes extension package
  • Removed --timeout-seconds parameter from run-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