Skip to content

Commit 4f46720

Browse files
gaoning777k8s-ci-robot
authored andcommitted
Release 1449d08 (#2099)
* Updated component images to version 1449d08 * Updated components to version e7a021e
1 parent 06aeb0a commit 4f46720

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+70
-70
lines changed

components/deprecated/dataflow/predict/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ outputs:
1616
- {name: MLPipeline UI metadata, type: UI metadata}
1717
implementation:
1818
container:
19-
image: gcr.io/ml-pipeline/ml-pipeline-dataflow-tf-predict:151c5349f13bea9d626c988563c04c0a86210c21
19+
image: gcr.io/ml-pipeline/ml-pipeline-dataflow-tf-predict:1449d08aeeeb47731d019ea046d90904d9c77953
2020
command: [python2, /ml/predict.py]
2121
args: [
2222
--data, {inputValue: Data file pattern},

components/deprecated/dataflow/tfdv/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ outputs:
1818
- {name: Validation result, type: String, description: Indicates whether anomalies were detected or not.}
1919
implementation:
2020
container:
21-
image: gcr.io/ml-pipeline/ml-pipeline-dataflow-tfdv:151c5349f13bea9d626c988563c04c0a86210c21
21+
image: gcr.io/ml-pipeline/ml-pipeline-dataflow-tfdv:1449d08aeeeb47731d019ea046d90904d9c77953
2222
command: [python2, /ml/validate.py]
2323
args: [
2424
--csv-data-for-inference, {inputValue: Inference data},

components/deprecated/dataflow/tfma/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ outputs:
1818
- {name: MLPipeline UI metadata, type: UI metadata}
1919
implementation:
2020
container:
21-
image: gcr.io/ml-pipeline/ml-pipeline-dataflow-tfma:151c5349f13bea9d626c988563c04c0a86210c21
21+
image: gcr.io/ml-pipeline/ml-pipeline-dataflow-tfma:1449d08aeeeb47731d019ea046d90904d9c77953
2222
command: [python2, /ml/model_analysis.py]
2323
args: [
2424
--model, {inputValue: Model},

components/deprecated/dataflow/tft/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ outputs:
1212
- {name: Transformed data dir, type: GCSPath} # type: {GCSPath: {path_type: Directory}}
1313
implementation:
1414
container:
15-
image: gcr.io/ml-pipeline/ml-pipeline-dataflow-tft:151c5349f13bea9d626c988563c04c0a86210c21
15+
image: gcr.io/ml-pipeline/ml-pipeline-dataflow-tft:1449d08aeeeb47731d019ea046d90904d9c77953
1616
command: [python2, /ml/transform.py]
1717
args: [
1818
--train, {inputValue: Training data file pattern},

components/gcp/bigquery/query/README.md

+1-1

components/gcp/bigquery/query/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ outputs:
5959
type: UI metadata
6060
implementation:
6161
container:
62-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
62+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
6363
args: [
6464
kfp_component.google.bigquery, query,
6565
--query, {inputValue: query},

components/gcp/bigquery/query/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"import kfp.components as comp\n",
109109
"\n",
110110
"bigquery_query_op = comp.load_component_from_url(\n",
111-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/bigquery/query/component.yaml')\n",
111+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/bigquery/query/component.yaml')\n",
112112
"help(bigquery_query_op)"
113113
]
114114
},

components/gcp/dataflow/launch_python/README.md

+1-1

components/gcp/dataflow/launch_python/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ outputs:
5353
type: UI metadata
5454
implementation:
5555
container:
56-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
56+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
5757
args: [
5858
kfp_component.google.dataflow, launch_python,
5959
--python_file_path, {inputValue: python_file_path},

components/gcp/dataflow/launch_python/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"import kfp.components as comp\n",
9696
"\n",
9797
"dataflow_python_op = comp.load_component_from_url(\n",
98-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/dataflow/launch_python/component.yaml')\n",
98+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/dataflow/launch_python/component.yaml')\n",
9999
"help(dataflow_python_op)"
100100
]
101101
},

components/gcp/dataflow/launch_template/README.md

+1-1

components/gcp/dataflow/launch_template/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ outputs:
6363
type: UI metadata
6464
implementation:
6565
container:
66-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
66+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
6767
args: [
6868
kfp_component.google.dataflow, launch_template,
6969
--project_id, {inputValue: project_id},

components/gcp/dataflow/launch_template/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"import kfp.components as comp\n",
8686
"\n",
8787
"dataflow_template_op = comp.load_component_from_url(\n",
88-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/dataflow/launch_template/component.yaml')\n",
88+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/dataflow/launch_template/component.yaml')\n",
8989
"help(dataflow_template_op)"
9090
]
9191
},

components/gcp/dataproc/create_cluster/README.md

+1-1

components/gcp/dataproc/create_cluster/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ outputs:
7070
type: UI metadata
7171
implementation:
7272
container:
73-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
73+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
7474
args: [
7575
kfp_component.google.dataproc, create_cluster,
7676
--project_id, {inputValue: project_id},

components/gcp/dataproc/create_cluster/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"import kfp.components as comp\n",
9393
"\n",
9494
"dataproc_create_cluster_op = comp.load_component_from_url(\n",
95-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/dataproc/create_cluster/component.yaml')\n",
95+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/dataproc/create_cluster/component.yaml')\n",
9696
"help(dataproc_create_cluster_op)"
9797
]
9898
},

components/gcp/dataproc/delete_cluster/README.md

+1-1

components/gcp/dataproc/delete_cluster/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ inputs:
3636
type: Integer
3737
implementation:
3838
container:
39-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
39+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
4040
args: [
4141
kfp_component.google.dataproc, delete_cluster,
4242
--project_id, {inputValue: project_id},

components/gcp/dataproc/delete_cluster/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"import kfp.components as comp\n",
7676
"\n",
7777
"dataproc_delete_cluster_op = comp.load_component_from_url(\n",
78-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/dataproc/delete_cluster/component.yaml')\n",
78+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/dataproc/delete_cluster/component.yaml')\n",
7979
"help(dataproc_delete_cluster_op)"
8080
]
8181
},

components/gcp/dataproc/submit_hadoop_job/README.md

+1-1

components/gcp/dataproc/submit_hadoop_job/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ outputs:
8080
type: UI metadata
8181
implementation:
8282
container:
83-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
83+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
8484
args: [
8585
kfp_component.google.dataproc, submit_hadoop_job,
8686
--project_id, {inputValue: project_id},

components/gcp/dataproc/submit_hadoop_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"import kfp.components as comp\n",
9191
"\n",
9292
"dataproc_submit_hadoop_job_op = comp.load_component_from_url(\n",
93-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/dataproc/submit_hadoop_job/component.yaml')\n",
93+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/dataproc/submit_hadoop_job/component.yaml')\n",
9494
"help(dataproc_submit_hadoop_job_op)"
9595
]
9696
},

components/gcp/dataproc/submit_hive_job/README.md

+1-1

components/gcp/dataproc/submit_hive_job/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ outputs:
7575
type: UI metadata
7676
implementation:
7777
container:
78-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
78+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
7979
args: [
8080
kfp_component.google.dataproc, submit_hive_job,
8181
--project_id, {inputValue: project_id},

components/gcp/dataproc/submit_hive_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"import kfp.components as comp\n",
8282
"\n",
8383
"dataproc_submit_hive_job_op = comp.load_component_from_url(\n",
84-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/dataproc/submit_hive_job/component.yaml')\n",
84+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/dataproc/submit_hive_job/component.yaml')\n",
8585
"help(dataproc_submit_hive_job_op)"
8686
]
8787
},

components/gcp/dataproc/submit_pig_job/README.md

+1-1

components/gcp/dataproc/submit_pig_job/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ outputs:
7575
type: UI metadata
7676
implementation:
7777
container:
78-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
78+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
7979
args: [
8080
kfp_component.google.dataproc, submit_pig_job,
8181
--project_id, {inputValue: project_id},

components/gcp/dataproc/submit_pig_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"import kfp.components as comp\n",
8585
"\n",
8686
"dataproc_submit_pig_job_op = comp.load_component_from_url(\n",
87-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/dataproc/submit_pig_job/component.yaml')\n",
87+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/dataproc/submit_pig_job/component.yaml')\n",
8888
"help(dataproc_submit_pig_job_op)"
8989
]
9090
},

components/gcp/dataproc/submit_pyspark_job/README.md

+1-1

components/gcp/dataproc/submit_pyspark_job/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ outputs:
6969
type: UI metadata
7070
implementation:
7171
container:
72-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
72+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
7373
args: [
7474
kfp_component.google.dataproc, submit_pyspark_job,
7575
--project_id, {inputValue: project_id},

components/gcp/dataproc/submit_pyspark_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"import kfp.components as comp\n",
8787
"\n",
8888
"dataproc_submit_pyspark_job_op = comp.load_component_from_url(\n",
89-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/dataproc/submit_pyspark_job/component.yaml')\n",
89+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/dataproc/submit_pyspark_job/component.yaml')\n",
9090
"help(dataproc_submit_pyspark_job_op)"
9191
]
9292
},

components/gcp/dataproc/submit_spark_job/README.md

+1-1

components/gcp/dataproc/submit_spark_job/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ outputs:
7676
type: UI metadata
7777
implementation:
7878
container:
79-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
79+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
8080
args: [
8181
kfp_component.google.dataproc, submit_spark_job,
8282
--project_id, {inputValue: project_id},

components/gcp/dataproc/submit_spark_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"import kfp.components as comp\n",
100100
"\n",
101101
"dataproc_submit_spark_job_op = comp.load_component_from_url(\n",
102-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/dataproc/submit_spark_job/component.yaml')\n",
102+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/dataproc/submit_spark_job/component.yaml')\n",
103103
"help(dataproc_submit_spark_job_op)"
104104
]
105105
},

components/gcp/dataproc/submit_sparksql_job/README.md

+1-1

components/gcp/dataproc/submit_sparksql_job/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ outputs:
7575
type: UI metadata
7676
implementation:
7777
container:
78-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
78+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
7979
args: [
8080
kfp_component.google.dataproc, submit_sparksql_job,
8181
--project_id, {inputValue: project_id},

components/gcp/dataproc/submit_sparksql_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"import kfp.components as comp\n",
8282
"\n",
8383
"dataproc_submit_sparksql_job_op = comp.load_component_from_url(\n",
84-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/dataproc/submit_sparksql_job/component.yaml')\n",
84+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/dataproc/submit_sparksql_job/component.yaml')\n",
8585
"help(dataproc_submit_sparksql_job_op)"
8686
]
8787
},

components/gcp/ml_engine/batch_predict/README.md

+1-1

components/gcp/ml_engine/batch_predict/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ outputs:
6969
type: UI metadata
7070
implementation:
7171
container:
72-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
72+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
7373
args: [
7474
kfp_component.google.ml_engine, batch_predict,
7575
--project_id, {inputValue: project_id},

components/gcp/ml_engine/batch_predict/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"import kfp.components as comp\n",
113113
"\n",
114114
"mlengine_batch_predict_op = comp.load_component_from_url(\n",
115-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/ml_engine/batch_predict/component.yaml')\n",
115+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/ml_engine/batch_predict/component.yaml')\n",
116116
"help(mlengine_batch_predict_op)"
117117
]
118118
},

components/gcp/ml_engine/deploy/README.md

+1-1

components/gcp/ml_engine/deploy/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ outputs:
9595
type: UI metadata
9696
implementation:
9797
container:
98-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:151c5349f13bea9d626c988563c04c0a86210c21
98+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1449d08aeeeb47731d019ea046d90904d9c77953
9999
args: [
100100
kfp_component.google.ml_engine, deploy,
101101
--model_uri, {inputValue: model_uri},

components/gcp/ml_engine/deploy/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"import kfp.components as comp\n",
129129
"\n",
130130
"mlengine_deploy_op = comp.load_component_from_url(\n",
131-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/a97f1d0ad0e7b92203f35c5b0b9af3a314952e05/components/gcp/ml_engine/deploy/component.yaml')\n",
131+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e7a021ed1da6b0ff21f7ba30422decbdcdda0c20/components/gcp/ml_engine/deploy/component.yaml')\n",
132132
"help(mlengine_deploy_op)"
133133
]
134134
},

0 commit comments

Comments
 (0)