-
Notifications
You must be signed in to change notification settings - Fork 41.4k
chore: update github.com/google/cel-go dependency to v0.25.0 #131444
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
Conversation
|
Welcome @erdii! |
Hi @erdii. Thanks for your PR. I'm waiting for a kubernetes 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-sigs/prow repository. |
/sig api-machinery |
/approve cancel |
/approve can try targeted approval again on the next dep update |
"//common/operators:go_default_library", | ||
"//common/overloads:go_default_library", | ||
"//common/types:go_default_library", | ||
"@in_gopkg_yaml_v3//:go_default_library", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this update made yaml.v3 a dependency of cel-go, right as we merged #131454
The hack/unwanted-dependencies.json
file needs updating
/approve @erdii please add this to the yaml.v3 list in
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
/lgtm cancel |
Understood! What would need to be done to make newer libraries available? |
Signed-off-by: Josh Gwosdz <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, erdii, liggitt 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 |
I've updated |
/lgtm |
LGTM label has been added. Git tree hash: b52963efe39eee1ed294f00d216fa77bd33121d0
|
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR bumps the version of cel-go used throughout the codebase.
It enables end-users of kubernetes to use new features like quoted fields or first/last accessor helpers for lists.
It also enables projects that import both cel-go and k8s.io/apiserver or k8s.io/apiextensions-apiserver code to use the latest version of cel-go.
Which issue(s) this PR fixes:
Does not fix #128891
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: