KFP-Tekton v1.3.1: KFP 1.8.4 with Tekton 0.38.3 support
- KFP 1.8.4 rebase and Tekton 0.38.3 support to handle Tekton cancel regression issue (#1024, #1025, #1026)
- Optimize SDK by moving common task labels to pipeline level, reduce big data passing script size, and ability to opt-out artifact tracking annotations to save more Tekton yaml space (#1020, #1029, #1032)
- Add custom task metadata support for pipeline loop (#1028)
- Update Pipeline run
timeout
format to newtimeouts
to avoid future regression issue. (#1031) - Update S3 CSI deployment with datashim 0.3 release to support multi-arch cpu deployment (#1019)
What's Changed
- Update s3 csi deployment by @Tomcli in #1019
- optimize(sdk): Move common task labels to pipeline labels to reduce yaml size by @Tomcli in #1020
- KFP 1.8.4 Rebase by @Tomcli in #1024
- Update tekton to 0.38.3 to resolve pipeline cancel issue with custom task by @Tomcli in #1025
- Add test cases for sequence and cache by @yhwang in #1026
- Remove google and argo specific tests to reduce repo size by @Tomcli in #1027
- sdk(feat): add metadata support for loop by @Tomcli in #1028
- optimize(sdk): Rewrite data passing script into more optimized code by @Tomcli in #1029
- feat(sdk): Add alpha env flag to opt out artifact tracking annotations by @Tomcli in #1032
- Update pipelinerun timeout format to timeouts by @Tomcli in #1031
- Update kfp-tekton release to 1.3.1 by @Tomcli in #1033
Full Changelog: v1.3.0...v1.3.1