Kfp-tekton

Latest version: v1.9.3

Safety actively analyzes 623775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

2.0.5

- 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
* update OWNERS files by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1322
* feat(backend): update tekton api spec to v1 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1349
* fix(manifest): update manifests for proper third party app role by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1352
* Update openshift manifests for kfp-tekton v2 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1355
* feat(backend): Parameterizing v2 Launcher Image. Resolves 1358 by DharmitD in https://github.com/kubeflow/kfp-tekton/pull/1359
* fix(ci): update v2 deployment and ci tests by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1380
* feat(Tekton-compiler): Add env vars in kfp-driver to parametrize Object storage host and port by rimolive in https://github.com/kubeflow/kfp-tekton/pull/1378
* feat(deps/backend): migrate to tekton 0.50.3 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1390
* chore(CI/manifests): Update CI and move manifests to 2.0.3 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1407
* feat(V2 backend): Update compiler to produce the merger task of driver + executor by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1412
* fix(v2 backend): remove unnecessary sync from persistent agent by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1417
* chore(v2 backend): update tekton version to 0.53.2 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1421
* chore(backend): Remove old controller code and prep for v2 upstream merge by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1424
* fix(backend): Update compiler with new test sdk and fix dag publisher execution id by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1425
* feat(v2 backend): Reduce Tekton loop graph complexity with new design by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1431
* chore(v2 manifests): Update v2 staging image by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1436
* chore(cleanup): Remove tekton catalog in v2 branch to prepare it for upstream merge by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1438
* feat(backend): update pod metadata test example by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1450
* chore(release): kfp-tekton 2.0.5 backend release by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1452

New Contributors
* DharmitD made their first contribution in https://github.com/kubeflow/kfp-tekton/pull/1359

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

2.0.3

What's Changed
* fix(manifests): Update istio-authorization-config.yaml by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1363
* chore(v2): sync with kubeflow/pipelines 2.0.3 by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1408
* core(v2): cherry-pick changes from 2.0.2 by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1409


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

2.0.2

- 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
* update OWNERS files by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1322
* feat(backend): update tekton api spec to v1 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1349
* fix(manifest): update manifests for proper third party app role by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1352
* Update openshift manifests for kfp-tekton v2 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1355
* feat(backend): Parameterizing v2 Launcher Image. Resolves 1358 by DharmitD in https://github.com/kubeflow/kfp-tekton/pull/1359
* fix(ci): update v2 deployment and ci tests by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1380
* feat(Tekton-compiler): Add env vars in kfp-driver to parametrize Object storage host and port by rimolive in https://github.com/kubeflow/kfp-tekton/pull/1378

New Contributors
* DharmitD made their first contribution in https://github.com/kubeflow/kfp-tekton/pull/1359

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

2.0.1

- Kubeflow pipelines 2.0.1 with Tekton backend
- Fix multi-user deployment manifests with Tekton backend

What's Changed
* v2(doc): Add installation instructions by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1347
* (cherrypick): fix(manifest): update manifests for proper third party app role (1352) by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1353
* v2(images): update image tag to 2.0.1 by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1354


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

2.0.0

- Kubeflow pipelines 2.0.0 with Tekton backend
- Support Openshift pipeline 1.11 and Tekton 0.47
- Optimized KFP driver and publisher implementation using Tekton custom tasks
- Feature complete for KFP 2.0.0 supported feature list.
- UI and SDK are now sharing the same code as upstream KFP now. Only the backend compiler and execution are modified in this branch to support Tekton.

What's Changed
* v2: support static loop by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1225
* v2: add manifests for `openshift-pipelines` by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1231
* v2: update images by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1233
* V2 kfp task controller by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1238
* v2: fix kfp driver by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1243
* v2: support platform spec by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1246
* v2: regular sync up with kubeflow/pipelines by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1251
* v2(tekton compiler): add env vars for caching by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1252
* v2: syncup rc2 by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1255
* Sycn up to the formal v2 release by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1260
* feat(v2 backend): support loop parallelism by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1261
* v2: update apiserver image by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1262
* fix(v2 backend): progagate MLMD host/port to the driver by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1268
* test(v2): add test case for tekton compiler by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1269
* test(v2): fix failed test cases by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1270
* test(v2): fix Intermittent test failure by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1273
* test(v2): enable ghaction for v2 branch by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1274
* v2: remove metadata-writer by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1276
* test(v2): add end-2-end test by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1275
* feat(v2:backend): update tekton version by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1282
* test(v2): add end-2-end test case by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1285
* fix(v2:backend): fix importer by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1287
* feat(v2:backend): update api-server image by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1288
* test(v2): add dynamic loop test case by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1289
* test(v2): use secret as env by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1296
* manifest(v2): copy v1 manifests by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1301
* test(v2): secret as volume by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1302
* test(v2): add env test case by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1303
* test(v2): use volume by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1306
* fix(deployment): Update image name and version for pipelineloop controllers by robpblake in https://github.com/kubeflow/kfp-tekton/pull/1307
* v2: update images by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1310
* v2: add multi-user manifests by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1313
* v2(backend): fix persistence agent by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1314
* v2(backend): fix scheduledworkflow by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1315
* v2(backend): fix multi-user issue in swf by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1318

New Contributors
* robpblake made their first contribution in https://github.com/kubeflow/kfp-tekton/pull/1307

**Full Changelog**: https://github.com/kubeflow/kfp-tekton/commits/v2.0.0

v1.5.5-sdk
Release of the KFP-Tekton SDK only.

To install the KFP-Tekton SDK:

1.9.2

What's Changed
* feat(tekton-catalog): Add basic test to kfptask by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1439
* chore(release): Add sdk 1.9.2 release by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1441


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

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.