Kfp-tekton

Latest version: v1.9.3

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

Scan your dependencies

Page 5 of 8

1.5.1

Not secure
- Add securitycontext for Kubernetes 1.25 Tekton namespace fix
- Update SDK and cache server to address cache tasks that doesn't have `command` or with ambiguous commands with printf

What's Changed
* fix(backend): Add securitycontext for k8s 1.25 by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1132
* chore(release): add 1.5.1 release patch by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1133
* fix(sdk): add command to resource op spec by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1134
* fix(backend): Add format arg to printf command by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1135


**Full Changelog**: https://github.com/kubeflow/kfp-tekton/compare/v1.5.0...v1.5.1

1.5.0

Not secure
- Support Tekton 0.41.0 and Kubernetes 1.25
- Add new configs for result step image and db tables
- Testing infra and tests are moved to GO 1.19+
- Fix SDK bugs on pipelineloop and custom tasks

What's Changed
* chore(CI): Update go version in CI to 1.19.x by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1069
* update toolchain image by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1071
* fix(sdk): fix nested loop underscore param by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1076
* fix(bug): fix underscore param by checking pipeline param instead of task param by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1077
* fix(sdk): add default labels for caching by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1078
* chore(PipelineLoop): upgrade to tekton v0.41.0 by ScrapCodes in https://github.com/kubeflow/kfp-tekton/pull/1072
* update tekton version to 0.41 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1070
* fix(sdk): fix nested loop counter param bug by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1080
* chore(v2): cleanup old v2 content from v1 branch by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1083
* fix(sdk): Fix inline spec for iterateParamPassStyle and itemPassStyle by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1087
* fix(sdk): fix nested param generation issue by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1089
* fix(sdk): fix nested param logic for pl by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1091
* chore(sdk): update sdk version to 1.4.1 (1093) by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1106
* feat(backend): specify the image for result step by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1104
* feat(sdk): add pipeline_conf.timeout sdk support by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1108
* fix(sdk): Update custom task arg parsing for dash arguments by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1114
* feat(backend): Update db table config with Primary key to improve db read performance by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1116
* chore(release): Add 1.4.1 release patch by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1117
* chore(release): Add 1.5.0 release patch by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1118


**Full Changelog**: https://github.com/kubeflow/kfp-tekton/compare/v1.4.0...v1.5.0

1.4.1

Not secure
What's Changed
* chore(CI): Update go version in CI to 1.19.x by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1069
* update toolchain image by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1071
* fix(sdk): fix nested loop underscore param by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1076
* fix(bug): fix underscore param by checking pipeline param instead of task param by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1077
* fix(sdk): add default labels for caching by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1078
* cheerypick(sdk): Fix counter param cherrypick (1080) by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1082
* chore(cherrypick): fix inline spec for new features by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1088
* chore(cherrypick): fix nested param generation issue (1089) by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1090
* cherrypick(sdk): fix nested param logic for pl (1091) by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1092
* chore(sdk): update sdk version to 1.4.1 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1093


**Full Changelog**: https://github.com/kubeflow/kfp-tekton/compare/v1.4.0...v1.4.1

1.4.0

Not secure
* Tekton 0.38.4 support to handle Tekton graph validation degradation issues (1049, 1051)
* Default timeout global values changed to 0 and generated pipelinerun yaml no longer producing default timeout values (1042, 1043)
* New sequential loop output parameters last_idx and last_elem to retrieved last iterated value (1044)
* Add iterateParamPassStyle and itemPassStyle params to loop (1059)
* Add new annotation flags to enable artifact tracking at pipeline and task level (1065)
* Optimized KFP-Tekton deployment and generated yaml (1038, 1055, 1062)
* Improved custom task caching to also aware of input parameters (1056)

What's Changed
* fix(sdk) include finally tasks in placeholder indir by Udiknedormin in https://github.com/kubeflow/kfp-tekton/pull/1035
* Add finally context var test case for 1035 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1036
* do not mark failed until all running PRs are done by wzhanw in https://github.com/kubeflow/kfp-tekton/pull/1037
* optimize(sdk): Further moving common caching annotations to pipeline level by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1038
* fix(backend): add check for casting by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1040
* Update tekton default timeout in global config by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1042
* feat(backend): handle pipelineloop status by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1039
* feat(sdk): Remove timeout since we moved to default unlimited timeout by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1043
* fix(sdk): Fix nested numeric parameters by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1047
* fix(backend): Update Tekton to 0.38.4 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1049
* feat(pipelineloop): Support last_idx and last_elem by ScrapCodes in https://github.com/kubeflow/kfp-tekton/pull/1044
* test: Add a test case for the validation by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1051
* Update kfp-sdk to 1.8.14 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1050
* feature(backend): Add QPS and Burst settings by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1055
* fix(manifests): Patch cache config and break ct to default pl deployment by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1057
* feat(sdk): add custom task param support in command spec by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1061
* feat(sdk): add iterateParamPassStyle and itemPassStyle params to loop by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1059
* chore(sdk): Remove unnecessary code by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1062
* fix(pipelineloop): caching should include the params for making caching key. by ScrapCodes in https://github.com/kubeflow/kfp-tekton/pull/1056
* fix(sdk): update loop dsl to handle same argument in nested loop by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1052
* chore(release): add 1.4.0 release changes by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1063
* chore(OWNERS): Remove Animesh as reviewer by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1064
* feat(backend): add new annotation flags to enable artifact tracking at pipeline and task level by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1065
* fix(sdk): update python protobuf package for security update by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1066
* chore(docs): Move loop to custom feature since it's not Tekton native by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1067


**Full Changelog**: https://github.com/kubeflow/kfp-tekton/compare/v1.3.1...v1.4.0

1.3.1

Not secure
- 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 new `timeouts` 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 https://github.com/kubeflow/kfp-tekton/pull/1019
* optimize(sdk): Move common task labels to pipeline labels to reduce yaml size by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1020
* KFP 1.8.4 Rebase by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1024
* Update tekton to 0.38.3 to resolve pipeline cancel issue with custom task by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1025
* Add test cases for sequence and cache by yhwang in https://github.com/kubeflow/kfp-tekton/pull/1026
* Remove google and argo specific tests to reduce repo size by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1027
* sdk(feat): add metadata support for loop by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1028
* optimize(sdk): Rewrite data passing script into more optimized code by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1029
* feat(sdk): Add alpha env flag to opt out artifact tracking annotations by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1032
* Update pipelinerun timeout format to timeouts by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1031
* Update kfp-tekton release to 1.3.1 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1033


**Full Changelog**: https://github.com/kubeflow/kfp-tekton/compare/v1.3.0...v1.3.1

1.3.0

Not secure
- Tekton 0.36.0 support (938, 1016, 1018), KFP SDK 1.8.13 support (979, 999)
- Enhanced copy-artifact step to support binary and directory artifacts (942, 985, 997)
- Big data passing supports volume passing config with user volumes (995, 1006)
- Alpha features for artifact preview and artifact path as output parameters (991, 993)
- Optimized Tekton script based component into command based to reduce the number of Tekton init-containers to 1 for Tekton 0.36.0 (975, 992)
- Optimized pipelineloop status memory usage and param passing to use less etcd space. (963, 970, 982)
- Allow task to output as big data without other task's consumption (967)
- Generalized storage config class (977)
- Updated cache server to support multi-container caching for Tekton 0.36.0 (974, 1018)
- Updated output parameter name to be case sensitive during runtime. (1013)
- Updated Tekton global config to support security context and automount_service_account_token (955)
- Alpha feature to optimize pipeline output status to use less etcd space while caching all the pipeline information in the kfp-tekton database (976)

What's Changed
* fix(sdk): Fix param prefix replacement by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/952
* feat(backend): update go version and license files by yhwang in https://github.com/kubeflow/kfp-tekton/pull/949
* fix(backend): refine copy-artifacts step by yhwang in https://github.com/kubeflow/kfp-tekton/pull/942
* feat(test): add backend integration test by yhwang in https://github.com/kubeflow/kfp-tekton/pull/956
* fix 954, trim whitespace and newline char for range input by wzhanw in https://github.com/kubeflow/kfp-tekton/pull/961
* Add pipelinerun pod template support for security context and automou… by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/955
* fix(pipeline-loops): PipelineLoop consumes significant amount of memory by rafalbigaj in https://github.com/kubeflow/kfp-tekton/pull/963
* update install guide by JiaxuanYang in https://github.com/kubeflow/kfp-tekton/pull/965
* handle step from task results by wzhanw in https://github.com/kubeflow/kfp-tekton/pull/964
* upgrade tekton to 0.36.0 by yhwang in https://github.com/kubeflow/kfp-tekton/pull/938
* fix(pipelineloop): Add param with empty space test by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/970
* fix(docs): Add explicit commands for Tekton versoned deployment to avoid doc con… by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/973
* make cache to support multiple containers in task pod by wzhanw in https://github.com/kubeflow/kfp-tekton/pull/974
* fix(sdk): update condition template by yhwang in https://github.com/kubeflow/kfp-tekton/pull/975
* feature(backend): support embedded-status: minimal by yhwang in https://github.com/kubeflow/kfp-tekton/pull/976
* Update sdk dependency and release version to address private python package pull by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/979
* fix(backend): nil ptr exception for empty run status in pipeline-loops, fixes 981 by Udiknedormin in https://github.com/kubeflow/kfp-tekton/pull/982
* feat(sdk): Add labels for artifact outputs when tasks are not referred by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/967
* fix(sdk): Verify binary data in step copy-results-artifacts. Fixes 984 by maxdebayser in https://github.com/kubeflow/kfp-tekton/pull/985
* eliminate the use of `taskSpec.script` by yhwang in https://github.com/kubeflow/kfp-tekton/pull/992
* `chore(sdk) Bump kfp dependency to 1.8.13` by akchinSTC in https://github.com/kubeflow/kfp-tekton/pull/999
* Update sdk version to 1.2.3 by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1002
* sdk(feat): Add big data passing with custom volume on kfp-tekton by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/995
* chore(apiserver): Object Storage connection abstraction by rimolive in https://github.com/kubeflow/kfp-tekton/pull/977
* Add alpha preview feature into compiler by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/991
* Remove old build dependencies by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1005
* fix(sdk): Support passing directories in step-copy-results-artifacts and step-copy-artifacts. Fixes 996 by FFede0 in https://github.com/kubeflow/kfp-tekton/pull/997
* fix(sdk): Fix big data passing with multiple type of volume templates by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1006
* Add alpha feature to output big data passing file path instead of task run name by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/993
* Update result name to be case sensitive by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1013
* fix(sdk): fix exit handler param with empty exit task by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1015
* fix(sdk): Add new logic to cover new tekton runafter condition by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1016
* Add kfp-tekton 1.3.0 release template by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1011
* fix(sdk): fix unit test merging conflicts by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1017
* fix(backend): fix cache server output by Tomcli in https://github.com/kubeflow/kfp-tekton/pull/1018

New Contributors
* JiaxuanYang made their first contribution in https://github.com/kubeflow/kfp-tekton/pull/965
* maxdebayser made their first contribution in https://github.com/kubeflow/kfp-tekton/pull/985
* akchinSTC made their first contribution in https://github.com/kubeflow/kfp-tekton/pull/999
* rimolive made their first contribution in https://github.com/kubeflow/kfp-tekton/pull/977
* FFede0 made their first contribution in https://github.com/kubeflow/kfp-tekton/pull/997

**Full Changelog**: https://github.com/kubeflow/kfp-tekton/compare/v1.2.1...v1.3.0

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.