Skip to content

Commit 94eca21

Browse files
zzmaoGoogle Cloud Pipeline Components maintainers
authored andcommitted
chore(components): GCPC 2.19.0 Release
Signed-off-by: Ze Mao <[email protected]> PiperOrigin-RevId: 726255520
1 parent 22c3724 commit 94eca21

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

components/google-cloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN pip3 install -U "fsspec>=0.7.4" "gcsfs>=0.6.0" "pandas<=1.3.5" "scikit-learn
3838
RUN pip3 install -U google-cloud-notebooks
3939

4040
# Install main package
41-
RUN pip3 install "git+https://github.com/kubeflow/pipelines.git@google-cloud-pipeline-components-2.18.0#egg=google-cloud-pipeline-components&subdirectory=components/google-cloud"
41+
RUN pip3 install "git+https://github.com/kubeflow/pipelines.git@google-cloud-pipeline-components-2.19.0#egg=google-cloud-pipeline-components&subdirectory=components/google-cloud"
4242

4343
# Note that components can override the container entry ponint.
4444
ENTRYPOINT ["python3","-m","google_cloud_pipeline_components.container.v1.aiplatform.remote_runner"]

components/google-cloud/RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## Release 2.19.0
66

77
* Add max_wait_duration to v1 GCPC custom job components/utils
8+
* Apply latest GCPC image vulnerability resolutions (base OS and software updates)
89

910
## Release 2.18.0
1011
* Remove default prediction column names in `v1.model_evaluation.regression_component` component to fix pipeline errors when using bigquery data source.

components/google-cloud/docs/source/versions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0",
4+
"title": "2.19.0",
5+
"aliases": []
6+
},
27
{
38
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.18.0",
49
"title": "2.18.0",

components/google-cloud/google_cloud_pipeline_components/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""Google Cloud Pipeline Components version."""
1515

16-
__version__ = "2.18.0"
16+
__version__ = "2.19.0"

0 commit comments

Comments
 (0)