Skip to content

Commit ea5a1d8

Browse files
0xhzxGoogle Cloud Pipeline Components maintainers
authored andcommitted
chore(components): GCPC 2.22.0 Release
Signed-off-by: Zhihan Xu <zhihanx@google.com> PiperOrigin-RevId: 830602075
1 parent fdb67cf commit ea5a1d8

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
@@ -43,7 +43,7 @@ RUN pip3 install -U "fsspec>=0.7.4" "gcsfs>=0.6.0" "pandas<=1.3.5" "scikit-learn
4343
RUN pip3 install -U google-cloud-notebooks
4444

4545
# Install main package
46-
RUN pip3 install "git+https://github.com/kubeflow/pipelines.git@google-cloud-pipeline-components-2.21.0#egg=google-cloud-pipeline-components&subdirectory=components/google-cloud"
46+
RUN pip3 install "git+https://github.com/kubeflow/pipelines.git@google-cloud-pipeline-components-2.22.0#egg=google-cloud-pipeline-components&subdirectory=components/google-cloud"
4747

4848
# Note that components can override the container entry ponint.
4949
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
@@ -7,6 +7,7 @@
77
* Remove deprecated AutoML XGBoost trainer.
88
* Bump image for Structured Data pipelines.
99
* Enforce mutual exclusivity between `network` and `psc_interface_config` in custom job spec.
10+
* Apply latest GCPC image vulnerability resolutions (base OS and software updates).
1011

1112
## Release 2.21.0
1213

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.22.0",
4+
"title": "2.22.0",
5+
"aliases": []
6+
},
27
{
38
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.21.0",
49
"title": "2.21.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.21.0"
16+
__version__ = "2.22.0"

0 commit comments

Comments
 (0)