Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alexla/upgrade kfp v1.8.16 #23

Open
wants to merge 225 commits into
base: feature/zg
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
225 commits
Select commit Hold shift + click to select a range
0be57c3
feat(sdk): Use google.protobuf.Value in v2 for passing parameters. (#…
neuromage Oct 28, 2021
4cf34e2
feat: upgrade argo to v3.1.14 (#6809)
zijianjoy Oct 28, 2021
95c145b
chore(sdk): Fix RELEASE.md (#6824)
chensun Oct 28, 2021
fb6ff0a
chore(component): Disable the cache when building the image
IronPan Oct 28, 2021
ea2e5be
feat(sdk.v2): Implement experimental `@component` component (#6825)
chensun Oct 29, 2021
8c6843f
fix(sdk.v2): Fix importer ignoring `reimport` setting, and switch to …
chensun Oct 29, 2021
2e94575
feat(v2): V2 create run api (#6689)
capri-xiyue Oct 29, 2021
f1bb852
feat(sdk): add load_component_from_* (#6822)
ji-yaqi Oct 29, 2021
eeb0b9c
feat(components): not wait for dataflow job to finish in python compo…
IronPan Oct 29, 2021
0f2cab9
fix(sdk.v2): Fix display name support for groups (#6832)
chensun Oct 29, 2021
7fdba90
chore(sample): Update Katib examples for 0.12 release (#6820)
andreyvelich Oct 29, 2021
af51bd1
feat(frontend): Allow setting s3 region for artifacts (#6409)
neerfri Oct 31, 2021
aedbd60
test: skip archiving experiments because of perf problem (#6843)
Bobgy Nov 1, 2021
96bc340
docs: Backend release doc update (#6835)
zijianjoy Nov 1, 2021
970b008
chore(components/google-cloud): Update RELEASE.md and version.py afte…
chongyouquan Nov 1, 2021
5603887
docs: Add instruction to update kfp test-infra (#6846)
zijianjoy Nov 1, 2021
373dfe3
chore: update eks version to 1.18 for aws sagemaker integration tests…
ryansteakley Nov 2, 2021
e094b0a
chore(release): bump version to 1.7.1 on master branch (#6842)
zijianjoy Nov 2, 2021
83ce21f
feat: allow the default-editor to edit argo workflows and fix bug #66…
juliusvonkohout Nov 2, 2021
2f2ebf8
fix(sdk): Fix invalid doc example of python_component (#6841)
toshitanian Nov 2, 2021
b2414f3
fix(sdk): fix cloud scheduler's job name (#6844)
TrsNium Nov 2, 2021
063981e
chore(components): move docker file and cloud build YAML out of aipla…
IronPan Nov 2, 2021
334307d
chore(sdk): add deprecation warnings for v2 (#6851)
ji-yaqi Nov 2, 2021
a33c8e0
chore(sdk): Release 1.8.8 off `sdk/release-1.8` branch (#6853)
chensun Nov 3, 2021
425cdc0
chore(backend): Fix typo in log message (#6807)
davidxia Nov 3, 2021
73f9b14
docs(backend): fix incorrect maxNumViewers help text (#6752)
davidxia Nov 3, 2021
fe0865e
test: fix kubeflow-pipelines-tfx-python37 test (#6862)
chensun Nov 3, 2021
dea0823
fix(sdk): Make `Artifact` type be compatible with any sub-artifact ty…
chensun Nov 3, 2021
bb9db6a
chore(sdk): Release KFP SDK 1.8.9 off `sdk/release-1.8` branch (#6864)
chensun Nov 4, 2021
748d21c
chore(components/google-cloud): Updates to custom job.
SinaChavoshi Nov 4, 2021
a66648d
fix(components/google-cloud): Remove special handing for "=" in remot…
SinaChavoshi Nov 4, 2021
5cfb4a5
bump kfp sdk version
IronPan Nov 5, 2021
b790b07
chore(components/google-cloud): Post release updates for v0.2.0 release.
SinaChavoshi Nov 7, 2021
60233f2
chore(components): update deploy model doc
IronPan Nov 7, 2021
3bbe81a
chore(sdk): Remove redundant check in set_gpu_limit (#6866)
chensun Nov 8, 2021
6a730f9
revert: "test: fix kubeflow-pipelines-tfx-python37 test" (#6878)
chensun Nov 8, 2021
8541b53
Make HyperparameterTuningJobOp serverless
chongyouquan Nov 9, 2021
d7c5bae
Fix(components/google-cloud): Fix Dataflow component sample.
SinaChavoshi Nov 10, 2021
b7fd47f
chore(sdk): Remove sdk/python/kfp/v2/google directory for v2 (#6886)
ji-yaqi Nov 10, 2021
58c859a
chore(components/google-cloud): Add API docs for HP Tuning Job
chongyouquan Nov 10, 2021
7921946
feat(sdk.v2)!: Merge v2 experimental change back to v2 namespace (#6890)
chensun Nov 11, 2021
927d2a9
fix(components/google-cloud): Fix Dataflow error log reporting.
SinaChavoshi Nov 11, 2021
ce5c100
test: temporarily test tfx against a release branch (#6907)
chensun Nov 13, 2021
8f809c5
fix(deployment): the viewer controller does not work because of missi…
juliusvonkohout Nov 15, 2021
9ee4534
fix(sdk.v2): Fix regression on optional inputs (#6905)
chensun Nov 15, 2021
b482ba8
fix(sdk): visualizations and metrics do not work with data_passing_me…
juliusvonkohout Nov 16, 2021
f317c61
test: default to emissary executor (#6856)
Bobgy Nov 16, 2021
cce453a
test: Use cp when rsync is unnecessary. Install rsync otherwise. (#6921)
zijianjoy Nov 18, 2021
3bdf8c0
feat(manifests): Add liveness Probe for cloud sql proxy. Fix #4973 (#…
zijianjoy Nov 18, 2021
c4d8dfd
feat(sdk): ImporterSpec v2 (#6917)
ji-yaqi Nov 18, 2021
feebc6b
feat(frontend): Upload V2 Pipelines. Fix PipelineSpec editor prettifi…
zijianjoy Nov 19, 2021
dd7cfca
chore: Update samples/OWNERS (#6933)
chensun Nov 19, 2021
cc9c61e
chore(v2): support pipeline parameter defaults + running specs direct…
Bobgy Nov 20, 2021
062ddd8
chore: break out submitNextWorkflowIfNeeded clean up from #4752 (#6918)
NikeNano Nov 20, 2021
73804f8
test(sample): reenable samples tests run with V2_ENGINE mode (#6932)
chensun Nov 20, 2021
2910d10
fix(sdk.v2): Fix bug on executor input with default value. (#6937)
chensun Nov 22, 2021
b6406b0
chore(sdk): Fix a warning message (#6911)
ysk24ok Nov 23, 2021
5bbb384
test: clean up v2 compatible mode sample tests (#6943)
chensun Nov 23, 2021
228d37e
chore(sdk.v2): Add test sample for runtime placeholders (#6946)
chensun Nov 23, 2021
8064383
chore(sdk): allow google-auth < 3 (#6939)
busunkim96 Nov 23, 2021
6d55e26
fix(sdk): refresh access token only when it expires. Fixes #6883 (#6941)
hieuhc Nov 23, 2021
4484ccd
fix(sdk): change otherwise to else in yaml (#6952)
ji-yaqi Nov 23, 2021
cd20373
feat(sdk): add set_env_variable for Pipeline task (#6919)
ji-yaqi Nov 23, 2021
da77ef5
chore(deps): bump tmpl from 1.0.4 to 1.0.5 in /frontend/server (#6951)
dependabot[bot] Nov 24, 2021
73a0551
fix(components/google-cloud): Stage requirements_file and setup_file …
SinaChavoshi Nov 24, 2021
59dfffe
fix(sdk.v2): Avoid pydantic union bug (#6957)
chensun Nov 24, 2021
8aee621
feat(sdk)!: Deprecate V2 compatible mode in v1 compiler (#6958)
chensun Nov 24, 2021
b3d15cd
feat(backend): Upgrade MLMD to 1.4.0 (#6910)
zijianjoy Nov 26, 2021
288caa6
test(samples): fix xgboost sample OOM flakiness (#6968)
Bobgy Nov 26, 2021
83295a2
chore: regenerate MLMD go lib as a separate go module (#6969)
Bobgy Nov 27, 2021
a80ca0a
refactor(v2): migrate to MLMD go lib as a separate lib (#6971)
Bobgy Nov 27, 2021
2362c4a
chore: update licenses (#6975)
Bobgy Nov 29, 2021
6de35db
feat(frontend): Disable delete button if no pipeline version is not s…
zijianjoy Nov 29, 2021
cfdfe71
chore: make the log message as an explicit non-error message (#6908)
haoxins Nov 29, 2021
9cb0e71
feat(component): add code for creating and monitoring bq job
IronPan Nov 29, 2021
0842934
fix(sdk): fix load_test (#6978)
ji-yaqi Nov 29, 2021
f099b93
test(samples): simplify v2 sample test verify funcs + clean up (#6964)
Bobgy Nov 30, 2021
f2c22fa
test: clean up of api server tests (#6650)
NikeNano Nov 30, 2021
d5447f4
chore(mlmd): fix MLMD update scripts (#6984)
Bobgy Nov 30, 2021
9f743ec
docs: Add more SDK badges (#6961)
haoxins Nov 30, 2021
485a077
fix(sdk): fix resource spec test (#6979)
ji-yaqi Nov 30, 2021
58c54cc
chore: consistent yapf style config for the entire repo (#6963)
Bobgy Nov 30, 2021
ca9b944
chore(release): bumped version to 1.8.0-alpha.0
Bobgy Dec 1, 2021
25dfe60
chore(backend): bump argo-workflows to latest. (#6920)
jmcarp Dec 1, 2021
accacf6
feat(component): adding component yaml and tests for bq query job com…
IronPan Dec 1, 2021
e0d7d1b
chore: Update root OWNERS (#6988)
Bobgy Dec 1, 2021
ddbfcde
feat(sdk): Improve CLI experience for archiving experiments, managing…
alexlatchford Dec 1, 2021
9d9dd8c
docs: Argo -> Argo Workflows (#6945)
terrytangyuan Dec 1, 2021
c1b6715
fix(sdk.v2): fix regression on nested loops (#6990)
chensun Dec 1, 2021
50d7518
refactor(v2): executions use parent_dag_id custom property for DAG - …
Bobgy Dec 2, 2021
181dd92
fix(frontend): Fulfill name/state/workspace for MLMD Executions and A…
zijianjoy Dec 2, 2021
3cfff3d
fix(samples): Use TFX library version for parameterized_tfx_oss. Fix …
zijianjoy Dec 2, 2021
636503c
chore(component): export property to the table output artifact.
IronPan Dec 2, 2021
bc7aad8
chore(sdk): fix error 'ApiResourceReference' object has no attribute …
Bobgy Dec 3, 2021
a1bef77
feat(frontend): V2 create run from UI (#7001)
zijianjoy Dec 3, 2021
a71fce0
fix(sdk): fix bug in checking values in _param_values. Fixes #6799 (#…
michaelliqx Dec 3, 2021
fef8c03
feat(component): adding bq create model component
Dec 7, 2021
4cf9e5b
feat(components/google-cloud): Commit experimental Vertex Evaluation …
Dec 7, 2021
60948da
chore(components): Fix HP Tuning Job yaml and tests
chongyouquan Dec 7, 2021
8778dbb
chore: add missing error check in newOutOfClusterSwfClient (#6655)
NikeNano Dec 7, 2021
90e759c
feat(component): adding bq predict model component
Dec 7, 2021
6ca3580
chore: SDK release note for 1.8.10 (#7017)
chensun Dec 8, 2021
949cfdc
chore(backend.v2): Honor Argoworkflow generateName format, only use p…
zijianjoy Dec 8, 2021
20f9ec4
test: Disable ai_platform and container_build during post-submit test…
zijianjoy Dec 8, 2021
57cc5c3
feat(component): rename bq query job remote runner to bq remote runne…
hiyangbo Dec 9, 2021
7157764
feat(backend): Upgrade MLMD to 1.5.0 (#6996)
haoxins Dec 9, 2021
dcf564e
test(samples): fix xgboost sample OOM flakiness (#7030)
Bobgy Dec 9, 2021
713558c
feat(v2): iterator and sub-DAG basic support (#6985)
Bobgy Dec 9, 2021
39af924
chore: Remove Container Build sample (#7027)
zijianjoy Dec 9, 2021
76b03cd
chore: Remove AI Platform sample (#7026)
zijianjoy Dec 9, 2021
74b971b
chore(component): use kfp v2 load_component_from_file
IronPan Dec 9, 2021
a74eba1
feat(component): add generic custom training job component
IronPan Dec 10, 2021
b892888
feat(components/google-cloud): Update ground_truth_column and update …
Dec 10, 2021
26d33ea
chore(v2): v2 iterator expr selector support (#7020)
Bobgy Dec 10, 2021
a1ac510
chore(components): Add serialization functions for HP Tuning Job comp…
chongyouquan Dec 10, 2021
ad5a767
fix(deployment): the viewer controller does not work because of miss…
juliusvonkohout Dec 10, 2021
dd871a5
chore(manifests): Use Secret for GCP marketplace minio manifests (#7037)
zijianjoy Dec 11, 2021
f373623
chore(components/google-cloud): Remove unused flex directory from Ver…
Dec 11, 2021
1a0bef7
fix(sdk.v2): fix boolean error for inputs (#7041)
ji-yaqi Dec 11, 2021
7b28539
feat(component):update label to dictionary
IronPan Dec 12, 2021
1e032f5
test: Enable snapshot presubmit for gcp_marketplace (#7044)
zijianjoy Dec 13, 2021
85d7433
fix(sdk): fix input/outputspec and positional arguments (#6980)
ji-yaqi Dec 13, 2021
6dfaeeb
fix(sdk.v2)!: Block task dependency referencing tasks inside a siblin…
chensun Dec 13, 2021
f461f47
chore(v2): static memory & cpu resource limits (#7045)
Bobgy Dec 14, 2021
8c9d829
chore(v2): v2 condition sample and expression (#7059)
Bobgy Dec 14, 2021
10df58c
feat(google-cloud): Update Evaluation Component to let the dataflow s…
Dec 14, 2021
3da295e
feat(chore): add labels and error to the gcp_resources.proto
rui5i Dec 15, 2021
9db121a
chore(google-cloud): Fix evaluation metrics gcs path name
Dec 15, 2021
a62bdbe
feat(components): Add util components for getting best trial/hyperpar…
chongyouquan Dec 15, 2021
9828007
fix(components/google-cloud): Fix Help string for dataflow python_mod…
SinaChavoshi Dec 15, 2021
28c666f
feat(component): add BQ export model component
hiyangbo Dec 15, 2021
e39eed1
feat(components/google-cloud): Accept UnmanagedContainerModel artifac…
Dec 15, 2021
6bbe445
chore(components): Fix typo
chongyouquan Dec 15, 2021
25508b6
feat(google-cloud): Add 'generate_feature_attribution' and executor_o…
Dec 15, 2021
f2df056
Fixed a typo in predict model yaml file
hiyangbo Dec 16, 2021
d916ed3
Fixed a bug in remote runner that checking string is None is not enou…
hiyangbo Dec 16, 2021
8b08b14
chore(google-cloud): Fix Evaluation components inputs for feature att…
Dec 16, 2021
d49aef5
test: Update presubmit for GCP marketplace test (#7062)
zijianjoy Dec 16, 2021
89b2868
chore(components): adding missing docs and build files for components
IronPan Dec 16, 2021
30308ea
feat(components): Add GetWorkerPoolSpecsOp and update sample notebook…
chongyouquan Dec 16, 2021
1766e72
docs: Fix typo in sample README (#7077)
nakamasato Dec 16, 2021
27d2ab5
feat(component): adding bq evaluate model component
Dec 16, 2021
3d1c2c8
chore(google-cloud): Change Evaluation service account input to optional
Dec 16, 2021
9f27130
chore(component): remove the fields
IronPan Dec 17, 2021
275d642
Add a new input - location for forecasting validation and preprocessi…
yzhaozh Dec 17, 2021
7713c03
1. Refactor the long if - action list in launcher to an action dictio…
hiyangbo Dec 17, 2021
931cfcb
chore(component):update the doc
IronPan Dec 17, 2021
978a93b
Update version and README.md for v0.2.1 release
chongyouquan Dec 17, 2021
c6c826d
feat: adds secrets to ml-pipeline-ui-artifact deployments in user pro…
bjmask Dec 17, 2021
b37e575
refactor(v2): driver decides container spec via pod spec patch (#7060)
Bobgy Dec 19, 2021
d3a1f54
In BQ Predict/Eval components, enclose model name with `` for corner …
hiyangbo Dec 20, 2021
048218b
feat(v2): control flow - conditional (#7088)
Bobgy Dec 22, 2021
ba59a64
feat(backend): Upgrade go client for MLMD to 1.5.0. Partial #7029 (#7…
zijianjoy Dec 22, 2021
ef8e092
feat(frontend): Upgrade MLMD client to 1.5.0. Partial #7029 (#7102)
zijianjoy Dec 22, 2021
8a136ac
refactor(v2): move argo backend compiler to compiler/argocompiler pac…
Bobgy Dec 23, 2021
632e71e
fix(manifests): Upgrade rbac to v1 for multi-user mode (#7097)
zijianjoy Dec 23, 2021
c7448c7
test(v2): refactor sample test utils into a py package (#7105)
Bobgy Dec 23, 2021
76b8060
refactor(v2): remove v2 compatible related code (#7103)
Bobgy Dec 23, 2021
9bf30b8
test: fix test failing to find kfp (#7108)
zijianjoy Dec 23, 2021
af9d058
fix(manifests): Remove redundant secret value in profile controller (…
zijianjoy Dec 23, 2021
c470a21
chore: Revert permission changes to Dockerfile (#7111)
zijianjoy Dec 24, 2021
073539a
chore: change owner (#7113)
capri-xiyue Dec 24, 2021
44228c2
test(v2): v2 sample test supports notebooks (#7109)
Bobgy Dec 24, 2021
ac14a3b
test: migrate all sample tests to v2 sample test infra (#7114)
Bobgy Dec 24, 2021
72185ff
feat(components): Add a KServe component (#6881)
markwinter Dec 25, 2021
2460aaa
test: migrate sample integration test to v2 sample test infra (#7115)
Bobgy Dec 26, 2021
f4a37b2
chore(v2): Ugrade MLMD in golang to 1.5.0. Partial #7029 (#7107)
zijianjoy Dec 27, 2021
f9db81e
test: fix integration-v2 test (#7122)
Bobgy Dec 29, 2021
d60bc99
chore(frontend): Convert to ts-proto for Protobuf.Value in PipelineSp…
zijianjoy Dec 29, 2021
ca6e055
test: update README of v2 sample test (#7121)
Bobgy Dec 30, 2021
2e14672
Creates a working list of FPC names with images
Jan 4, 2022
7057bc6
update the status check when poll the query job.
Jan 5, 2022
9760dd9
Fix the model eval and add more logs for debugability.
hiyangbo Jan 5, 2022
568a118
test: fix tfx presubmit test. (#7143)
chensun Jan 6, 2022
5a29d7f
feat(sdk): add metadata field for importer (#7112)
ji-yaqi Jan 6, 2022
37b3397
feat(components): Add IsMetricBeyondThresholdOp util function for HP …
chongyouquan Jan 6, 2022
48e1e29
fix(frontend): Batch upgrade for fundamental dependency blocks. (Node…
zijianjoy Jan 7, 2022
9526149
chore: Update README for v2 dev guide (#7152)
chensun Jan 8, 2022
f3a1b65
fix(manifests): Upgrade third_party CRDs to v1 for k8s 1.22. Partial …
zijianjoy Jan 8, 2022
bea751c
feat!: Use Argo Emissary Executor instead of Docker by default. Parti…
zijianjoy Jan 10, 2022
9197f76
chore(release): bumped version to 1.8.0-rc.0
zijianjoy Jan 10, 2022
4d660f8
fix(manifests): Fix typo in default executor name (#7159)
zijianjoy Jan 11, 2022
0827bb0
chore(release): bumped version to 1.8.0-rc.1
zijianjoy Jan 11, 2022
d3d3c9f
feat(sdk.v1): add importer_spec metadata to v1 (#7180)
ji-yaqi Jan 21, 2022
7b2ca38
chore(sdk1.8): cherry pick #6866, #7056, #7141, #7143, #7168, #7172, …
chensun Jan 24, 2022
ad56371
chore(sdk1.8): cherry pick #7202 (#7203)
chensun Jan 24, 2022
3953b59
fix(manifests): Use number for cloudsql liveness port (#7252)
zijianjoy Feb 4, 2022
1a0071b
fix(backend): Fix v1 caching to read Argo template from container env…
chensun Feb 7, 2022
5a89f83
fix(frontend): fixes link to Vertex AI workbench in GettingStarted pa…
Feb 4, 2022
733a516
fix(backend): make cache-deployer generate CSR using kubelet-serving …
Tomcli Feb 8, 2022
7d05b6c
chore(release): bumped version to 1.8.0-rc.2
chensun Feb 8, 2022
3d63b9b
fix(backend): missing permissions for scheduled workflows (#7155)
juliusvonkohout Feb 10, 2022
0309d2b
chore(release): bumped version to 1.8.0-rc.3
chensun Feb 10, 2022
761873c
fix(backend): Update composite-controller.yaml to fix https://github.…
juliusvonkohout Feb 15, 2022
14017cc
chore(release): bumped version to 1.8.0
chensun Feb 16, 2022
f1aa28d
fix(backend): Read env var for default service account in multi-user …
zijianjoy Feb 22, 2022
1137007
chore(release): bumped version to 1.8.1-rc.0
chensun Feb 22, 2022
c8a18bd
chore(release): bumped version to 1.8.1
chensun Feb 25, 2022
dbfbe67
fix(sdk): require google-api-core>=1.31.5, >=2.3.2 (#7377)
chensun Mar 4, 2022
d5c6c5b
fix(sdk): no longer require KFP client for kfp components build (#7410)
Mar 16, 2022
3d2508e
chore(sdk1.8): cherry pick (#7453) (#7470)
connor-mccarthy Mar 25, 2022
706b16e
feat(sdk): backport PipelineTaskFinalStatus change to `sdk/release-1.…
chensun Mar 30, 2022
e4e0eb9
chore(sdk): update release notes for 1.8.12 release (#7492)
connor-mccarthy Mar 30, 2022
18e1db1
chore(deps): Upgrade google-cloud-storage to v2 (#7502)
haoxins Apr 1, 2022
33ebc81
chore(sdk): add README with project description for PyPI (v1.x) (#7780)
connor-mccarthy May 26, 2022
ec2f83e
chore(sdk): accept newer `typing-extensions` versions (#7801)
connor-mccarthy May 27, 2022
073988b
feat(sdk): add retry policy support for IR compilation support in kfp…
connor-mccarthy Jun 27, 2022
f2bee39
fix(sdk): Fixes 'ComponentStore' object has no attribute 'uri_search_…
chensun Jul 11, 2022
4d3e6f7
chore(sdk): Bump SDK version to 1.8.13 (#8004)
connor-mccarthy Jul 11, 2022
d5bc8dd
chore(sdk): use markdown for long description content type v1 (#7826)
connor-mccarthy Jul 11, 2022
0ad4cdf
feat(sdk): Support parallelism setting in ParallelFor (#8112)
bokleung Aug 17, 2022
f17e962
fix(docs): fix README pipeline example (#8213)
connor-mccarthy Aug 30, 2022
5abae98
fix(sdk): Add OOB fix for v1.8 from #8262 (#8275)
gkcalat Sep 16, 2022
17dff7d
feat(sdk): add support for dynamic importer metadata in sdk v1 (#8226)
connor-mccarthy Sep 19, 2022
20b3af4
chore: Update sdk/OWNERS in sdk/release-1.8 branch (#8280)
chensun Sep 19, 2022
5abc7c3
chore(sdk): 1.8.14 release (#8288)
connor-mccarthy Sep 21, 2022
8901ba8
feat(sdk): add --build-image option to 'kfp components build' to allo…
Oct 24, 2022
4028c24
fix(sdk): fix multiple workers writing with gcsfuse bug [KFP SDK v1] …
connor-mccarthy Nov 16, 2022
376719a
chore(sdk): release KFP SDK 1.8.15 (#8456)
connor-mccarthy Nov 17, 2022
dc3fc39
fix(sdk): relax google-auth version (#8470)
connor-mccarthy Nov 17, 2022
e62e93a
chore(sdk): release KFP SDK 1.8.16 (#8471)
connor-mccarthy Nov 17, 2022
e448248
chore(sdk): continuation of bumping google-auth dependency (#8473)
connor-mccarthy Nov 17, 2022
bc6eb59
Merge tag '1.8.1' of github.com:kubeflow/pipelines into alex/upgrade-…
alexlatchford Dec 7, 2022
a8ee83a
Merge tag '1.8.16' of github.com:kubeflow/pipelines into alexla/upgra…
alexlatchford Dec 7, 2022
474082d
Relax jsonschema upper bound to ensure it works with Jupyterlab depen…
alexlatchford Dec 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ steps:
# * manifests/kustomize/base/metadata/base/metadata-grpc-deployment.yaml
# * test/tag_for_hosted.sh
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/tfx-oss-public/ml_metadata_store_server:1.2.0']
args: ['pull', 'gcr.io/tfx-oss-public/ml_metadata_store_server:1.5.0']
id: 'pullMetadataServer'
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/ml-pipeline/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance']
Expand All @@ -189,13 +189,13 @@ steps:
args: ['pull', 'gcr.io/ml-pipeline/mysql:5.7']
id: 'pullMysql'
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/cloudsql-docker/gce-proxy:1.14']
args: ['pull', 'gcr.io/cloudsql-docker/gce-proxy:1.25.0']
id: 'pullCloudsqlProxy'
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/ml-pipeline/argoexec:v3.1.6-patch-license-compliance']
args: ['pull', 'gcr.io/ml-pipeline/argoexec:v3.2.3-license-compliance']
id: 'pullArgoExecutor'
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/ml-pipeline/workflow-controller:v3.1.6-patch-license-compliance']
args: ['pull', 'gcr.io/ml-pipeline/workflow-controller:v3.2.3-license-compliance']
id: 'pullArgoWorkflowController'

# Tag for Hosted - SemVersion to Major.Minor parsing
Expand Down
40 changes: 20 additions & 20 deletions .release.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,14 +259,14 @@ steps:
# * manifests/kustomize/base/metadata/base/metadata-grpc-deployment.yaml
# * test/tag_for_hosted.sh
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/tfx-oss-public/ml_metadata_store_server:1.2.0']
args: ['pull', 'gcr.io/tfx-oss-public/ml_metadata_store_server:1.5.0']
id: 'pullMetadataServer'
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', 'gcr.io/tfx-oss-public/ml_metadata_store_server:1.2.0', 'gcr.io/ml-pipeline/google/pipelines/metadataserver:$TAG_NAME']
args: ['tag', 'gcr.io/tfx-oss-public/ml_metadata_store_server:1.5.0', 'gcr.io/ml-pipeline/google/pipelines/metadataserver:$TAG_NAME']
id: 'tagMetadataServerForMarketplace'
waitFor: ['pullMetadataServer']
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', 'gcr.io/tfx-oss-public/ml_metadata_store_server:1.2.0', 'gcr.io/ml-pipeline/google/pipelines-test/metadataserver:$TAG_NAME']
args: ['tag', 'gcr.io/tfx-oss-public/ml_metadata_store_server:1.5.0', 'gcr.io/ml-pipeline/google/pipelines-test/metadataserver:$TAG_NAME']
id: 'tagMetadataServerForMarketplaceTest'
waitFor: ['pullMetadataServer']
- id: 'tagMetadataServerForMarketplaceMajorMinor'
Expand All @@ -276,8 +276,8 @@ steps:
args:
- -ceux
- |
docker tag gcr.io/tfx-oss-public/ml_metadata_store_server:1.2.0 gcr.io/ml-pipeline/google/pipelines/metadataserver:$(cat /workspace/mm.ver)
docker tag gcr.io/tfx-oss-public/ml_metadata_store_server:1.2.0 gcr.io/ml-pipeline/google/pipelines-test/metadataserver:$(cat /workspace/mm.ver)
docker tag gcr.io/tfx-oss-public/ml_metadata_store_server:1.5.0 gcr.io/ml-pipeline/google/pipelines/metadataserver:$(cat /workspace/mm.ver)
docker tag gcr.io/tfx-oss-public/ml_metadata_store_server:1.5.0 gcr.io/ml-pipeline/google/pipelines-test/metadataserver:$(cat /workspace/mm.ver)
docker push gcr.io/ml-pipeline/google/pipelines/metadataserver:$(cat /workspace/mm.ver)
docker push gcr.io/ml-pipeline/google/pipelines-test/metadataserver:$(cat /workspace/mm.ver)

Expand Down Expand Up @@ -455,14 +455,14 @@ steps:
docker push gcr.io/ml-pipeline/google/pipelines-test/mysql:$(cat /workspace/mm.ver)

- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/cloudsql-docker/gce-proxy:1.14']
args: ['pull', 'gcr.io/cloudsql-docker/gce-proxy:1.25.0']
id: 'pullCloudsqlProxy'
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', 'gcr.io/cloudsql-docker/gce-proxy:1.14', 'gcr.io/ml-pipeline/google/pipelines/cloudsqlproxy:$TAG_NAME']
args: ['tag', 'gcr.io/cloudsql-docker/gce-proxy:1.25.0', 'gcr.io/ml-pipeline/google/pipelines/cloudsqlproxy:$TAG_NAME']
id: 'tagCloudSqlProxyForMarketplace'
waitFor: ['pullCloudsqlProxy']
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', 'gcr.io/cloudsql-docker/gce-proxy:1.14', 'gcr.io/ml-pipeline/google/pipelines-test/cloudsqlproxy:$TAG_NAME']
args: ['tag', 'gcr.io/cloudsql-docker/gce-proxy:1.25.0', 'gcr.io/ml-pipeline/google/pipelines-test/cloudsqlproxy:$TAG_NAME']
id: 'tagCloudSqlProxyForMarketplaceTest'
waitFor: ['pullCloudsqlProxy']
- id: 'tagCloudSqlProxyForMarketplaceMajorMinor'
Expand All @@ -472,20 +472,20 @@ steps:
args:
- -ceux
- |
docker tag gcr.io/cloudsql-docker/gce-proxy:1.14 gcr.io/ml-pipeline/google/pipelines/cloudsqlproxy:$(cat /workspace/mm.ver)
docker tag gcr.io/cloudsql-docker/gce-proxy:1.14 gcr.io/ml-pipeline/google/pipelines-test/cloudsqlproxy:$(cat /workspace/mm.ver)
docker tag gcr.io/cloudsql-docker/gce-proxy:1.25.0 gcr.io/ml-pipeline/google/pipelines/cloudsqlproxy:$(cat /workspace/mm.ver)
docker tag gcr.io/cloudsql-docker/gce-proxy:1.25.0 gcr.io/ml-pipeline/google/pipelines-test/cloudsqlproxy:$(cat /workspace/mm.ver)
docker push gcr.io/ml-pipeline/google/pipelines/cloudsqlproxy:$(cat /workspace/mm.ver)
docker push gcr.io/ml-pipeline/google/pipelines-test/cloudsqlproxy:$(cat /workspace/mm.ver)

- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/ml-pipeline/argoexec:v3.1.6-patch-license-compliance']
args: ['pull', 'gcr.io/ml-pipeline/argoexec:v3.2.3-license-compliance']
id: 'pullArgoExecutor'
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', 'gcr.io/ml-pipeline/argoexec:v3.1.6-patch-license-compliance', 'gcr.io/ml-pipeline/google/pipelines/argoexecutor:$TAG_NAME']
args: ['tag', 'gcr.io/ml-pipeline/argoexec:v3.2.3-license-compliance', 'gcr.io/ml-pipeline/google/pipelines/argoexecutor:$TAG_NAME']
id: 'tagArgoExecutorForMarketplace'
waitFor: ['pullArgoExecutor']
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', 'gcr.io/ml-pipeline/argoexec:v3.1.6-patch-license-compliance', 'gcr.io/ml-pipeline/google/pipelines-test/argoexecutor:$TAG_NAME']
args: ['tag', 'gcr.io/ml-pipeline/argoexec:v3.2.3-license-compliance', 'gcr.io/ml-pipeline/google/pipelines-test/argoexecutor:$TAG_NAME']
id: 'tagArgoExecutorForMarketplaceTest'
waitFor: ['pullArgoExecutor']
- id: 'tagArgoExecutorForMarketplaceMajorMinor'
Expand All @@ -495,20 +495,20 @@ steps:
args:
- -ceux
- |
docker tag gcr.io/ml-pipeline/argoexec:v3.1.6-patch-license-compliance gcr.io/ml-pipeline/google/pipelines/argoexecutor:$(cat /workspace/mm.ver)
docker tag gcr.io/ml-pipeline/argoexec:v3.1.6-patch-license-compliance gcr.io/ml-pipeline/google/pipelines-test/argoexecutor:$(cat /workspace/mm.ver)
docker tag gcr.io/ml-pipeline/argoexec:v3.2.3-license-compliance gcr.io/ml-pipeline/google/pipelines/argoexecutor:$(cat /workspace/mm.ver)
docker tag gcr.io/ml-pipeline/argoexec:v3.2.3-license-compliance gcr.io/ml-pipeline/google/pipelines-test/argoexecutor:$(cat /workspace/mm.ver)
docker push gcr.io/ml-pipeline/google/pipelines/argoexecutor:$(cat /workspace/mm.ver)
docker push gcr.io/ml-pipeline/google/pipelines-test/argoexecutor:$(cat /workspace/mm.ver)

- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'gcr.io/ml-pipeline/workflow-controller:v3.1.6-patch-license-compliance']
args: ['pull', 'gcr.io/ml-pipeline/workflow-controller:v3.2.3-license-compliance']
id: 'pullArgoWorkflowController'
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', 'gcr.io/ml-pipeline/workflow-controller:v3.1.6-patch-license-compliance', 'gcr.io/ml-pipeline/google/pipelines/argoworkflowcontroller:$TAG_NAME']
args: ['tag', 'gcr.io/ml-pipeline/workflow-controller:v3.2.3-license-compliance', 'gcr.io/ml-pipeline/google/pipelines/argoworkflowcontroller:$TAG_NAME']
id: 'tagArgoWorkflowControllerForMarketplace'
waitFor: ['pullArgoWorkflowController']
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', 'gcr.io/ml-pipeline/workflow-controller:v3.1.6-patch-license-compliance', 'gcr.io/ml-pipeline/google/pipelines-test/argoworkflowcontroller:$TAG_NAME']
args: ['tag', 'gcr.io/ml-pipeline/workflow-controller:v3.2.3-license-compliance', 'gcr.io/ml-pipeline/google/pipelines-test/argoworkflowcontroller:$TAG_NAME']
id: 'tagArgoWorkflowControllerForMarketplaceTest'
waitFor: ['pullArgoWorkflowController']
- id: 'tagArgoWorkflowControllerForMarketplaceMajorMinor'
Expand All @@ -518,8 +518,8 @@ steps:
args:
- -ceux
- |
docker tag gcr.io/ml-pipeline/workflow-controller:v3.1.6-patch-license-compliance gcr.io/ml-pipeline/google/pipelines/argoworkflowcontroller:$(cat /workspace/mm.ver)
docker tag gcr.io/ml-pipeline/workflow-controller:v3.1.6-patch-license-compliance gcr.io/ml-pipeline/google/pipelines-test/argoworkflowcontroller:$(cat /workspace/mm.ver)
docker tag gcr.io/ml-pipeline/workflow-controller:v3.2.3-license-compliance gcr.io/ml-pipeline/google/pipelines/argoworkflowcontroller:$(cat /workspace/mm.ver)
docker tag gcr.io/ml-pipeline/workflow-controller:v3.2.3-license-compliance gcr.io/ml-pipeline/google/pipelines-test/argoworkflowcontroller:$(cat /workspace/mm.ver)
docker push gcr.io/ml-pipeline/google/pipelines/argoworkflowcontroller:$(cat /workspace/mm.ver)
docker push gcr.io/ml-pipeline/google/pipelines-test/argoworkflowcontroller:$(cat /workspace/mm.ver)

Expand Down
File renamed without changes.
Loading