Skip to content

Commit 2c1a1fe

Browse files
author
Googler
committed
chore(components): GCPC 2.17.0 Release
Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 674447941
1 parent b3e75cf commit 2c1a1fe

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

components/google-cloud/Dockerfile

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

4646
# Install main package
47-
RUN pip3 install "git+https://github.com/kubeflow/pipelines.git@google-cloud-pipeline-components-2.16.1#egg=google-cloud-pipeline-components&subdirectory=components/google-cloud"
47+
RUN pip3 install "git+https://github.com/kubeflow/pipelines.git@google-cloud-pipeline-components-2.17.0#egg=google-cloud-pipeline-components&subdirectory=components/google-cloud"
4848

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

components/google-cloud/RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Upcoming release
2+
3+
## Release 2.17.0
24
* Fix Gemini batch prediction support to `v1.model_evaluation.autosxs_pipeline` after output schema change.
5+
* Modify the code to support latest bp result format
6+
* Update the StarryNet package metadata.
7+
* Use instance.target_field_name format for text-bison models only, use target_field_name for gemini models.
8+
* Pass model name to eval_runner to process batch prediction's output as per the output schema of model used.
9+
* Use LLM Model Evaluation image version v0.7
10+
* Update AutoSxS and RLHF image tags
311

412
## Release 2.16.1
513
* Fix to model batch explanation component for Structured Data pipelines; image bump.

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[
22
{
3-
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.16.1",
4-
"title": "2.16.1",
5-
"aliases": []
3+
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.17.0",
4+
"title": "2.17.0",
5+
"aliases": []
6+
},
7+
{
8+
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.16.1",
9+
"title": "2.16.1",
10+
"aliases": []
611
},
712
{
813
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.16.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.16.1"
16+
__version__ = "2.17.0"

0 commit comments

Comments
 (0)