-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(sdk): bumps up absl version to 1.x for compatibility with TF 2.8+. Fixes #7171 #7172
Conversation
Hi @jiyongjung0. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
Thanks @jiyongjung0. Can you please add an entry in the release note similar to this one? |
@chensun Added a release note. Thanks! |
/lgtm Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chensun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…Fixes kubeflow#7171 (kubeflow#7172) * Bumps up absl version to 1.x for compatibility with TF 2.8+. * Adds a release note for absl version.
…7182 into sdk/release-1.8 branch. (#7200) * test: fix tfx presubmit test. (#7143) * fix(sdk): Respect namespace if set on client (#7056) * respect namespace if set on client * make sure is_multi_user * overwrite directly context_setting * revert non-related changes * revert overwrite_namespace * expand text * add release notes * add PR link * fix(sdk): Support per workflow TTL (ttl_seconds_after_finished) with new format of Argo workflow manifest (#7141) * Support per workflow TTL (ttl_seconds_after_finished) with new format of Argo workflow manifest * Update test for TTL * Declare fix in release note of SDK * update syntaxe * Update RELEASE.md Add Braking change due to incompatibility with KFP pre 1.7 due to Argo 2.X * chore(sdk): Remove redundant check in set_gpu_limit (#6866) * remove redundant check in set_gpu_limit * release note * fix(sdk): Fix create_runtime_artifact not covering all types. (#7168) * Fix create_runtime_artifact not covering all types. * release note * fix(sdk): bumps up absl version to 1.x for compatibility with TF 2.8+. Fixes #7171 (#7172) * Bumps up absl version to 1.x for compatibility with TF 2.8+. * Adds a release note for absl version. * chore(sdk): Update SDK release note for the upcoming 1.8.11 release (#7182) Co-authored-by: Gerard Casas Saez <gcasassaez@twitter.com> Co-authored-by: Seb <sebastien.blin@gmail.com> Co-authored-by: Jiyong Jung <jiyongjung@google.com>
Description of your changes:
Updates the maximum absl version to 1.x for more compatibility. There is no breaking change in absl between 0.12 and 1.0 CHANGELOG.
Please see #7171 for the related issue.
Checklist: