Kfp Tekton Versions Save

Kubeflow Pipelines on Tekton

v2.0.5

3 months ago
  • Rebase to upstream KFP 2.0.5
  • Tekton backend moved to Tekton Pipelines 0.53
  • Introduced various level of optimizations on the kfptask, pipelineloop, and status update.

What's Changed

New Contributors

Full Changelog: https://github.com/kubeflow/kfp-tekton/compare/v2.0.3...v2.0.5

v1.9.2

3 months ago

What's Changed

Full Changelog: https://github.com/kubeflow/kfp-tekton/compare/v1.9.1...v1.9.2

v1.9.2-sdk

4 months ago

Release of the KFP-Tekton SDK only.

To install the KFP-Tekton SDK:

pip install kfp-tekton==1.9.2

What's Changed

Full Changelog: https://github.com/kubeflow/kfp-tekton/compare/v1.9.1...v1.9.2-sdk

v1.9.1

4 months ago
  • Update KFP-Tekton DAG publisher to update DAG finish status
  • Integrated KFP-Tekton V2 loop iteration driver and publisher into the pipelineloop controller
  • Improved pipelineloop controller performance and size
  • Fix KFP-Tekton V1 SDK client bug

What's Changed

Full Changelog: https://github.com/kubeflow/kfp-tekton/compare/v1.9.0...v1.9.1

v1.9.0

5 months ago
  • Tekton 0.53.2 support
  • Moved V2 custom task controllers to master branch. Merged driver tasks into kfptask.
  • Going forward we have the master branch maintaining all V2 custom task controller and Tekton compiler/execution code. Master branch will continue for bug fixes on the V1 code base. Current KFP-Tekton V2 development is inside the v2-integration branch but will decouple it into packages that can be maintained inside master branch.
  • Bugs fixes for KFP-Tekton V1 step injections.

What's Changed

New Contributors

Full Changelog: https://github.com/kubeflow/kfp-tekton/compare/v1.8.0...v1.9.0

v2.0.3

6 months ago

What's Changed

Full Changelog: https://github.com/kubeflow/kfp-tekton/compare/v2.0.2...v2.0.3

v2.0.2

6 months ago
  • Rebased to KFP 2.0.2
  • Tekton API Spec moved to V1
  • Parameterized launcher and minio config
  • Moved kfptask and exit handler custom task to its independent code base.

What's Changed

New Contributors

Full Changelog: https://github.com/kubeflow/kfp-tekton/compare/v2.0.0...v2.0.2

v1.8.1

6 months ago
  • Addressed Tekton 0.50.1 regression issue
  • Updated deps to address security vulnerability.
  • Bug fixes for SDK and manifests

What's Changed

New Contributors

Full Changelog: https://github.com/kubeflow/kfp-tekton/compare/v1.8.0...v1.8.1

v2.0.1

7 months ago
  • Kubeflow pipelines 2.0.1 with Tekton backend
  • Fix multi-user deployment manifests with Tekton backend

What's Changed

Full Changelog: https://github.com/kubeflow/kfp-tekton/compare/v2.0.0...v2.0.1

v1.8.0

8 months ago
  • Support Tekton 0.50.1 and OpenShift Pipelines 1.12
  • Default Tekton API version is now V1. The KFP-Tekton backend continue to produce a backward compatible Tekton yaml when retrieving pipelines from KFP API.
  • GRPC Gateway spec is now V2 and using the OpenAPI standard.
  • Support image configuration for container based bash and condition tasks.
  • Support object storage configmap name configuration.
  • Bug fixes and optimizations on backend and SDK regrading script injections and schedule workflows.

What's Changed

New Contributors

Full Changelog: https://github.com/kubeflow/kfp-tekton/compare/v1.7.0...v1.8.0