Skip to content

Commit

Permalink
Fix typo in RELEASE.md (#4158)
Browse files Browse the repository at this point in the history
* Update RELEASE.md

* Update version.py

* Update version.py

* Update version.py

* Update dependencies.py

* Update RELEASE.md

* Fixes missing kfp_pod_name execution property in Kubeflow Pipelines.

Kubeflow Dag Runner should record additional execution property to store pod names.
See also kubeflow/pipelines#6138.

PiperOrigin-RevId: 391220221

* Update RELEASE.md

Co-authored-by: jiyongjung <[email protected]>
  • Loading branch information
dhruvesh09 and jiyongjung authored Aug 17, 2021
1 parent 90ea51a commit 436d0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

## Bug Fixes and Other Changes

* Fixed ths issue that kfp_pod_name is not generated as an execution property
* Fixed the issue that kfp_pod_name is not generated as an execution property
for Kubeflow Pipelines.
* Fixed issue when InputValuePlaceholder is used as component parameter in
container based component.
Expand Down

0 comments on commit 436d0e0

Please sign in to comment.