-
Notifications
You must be signed in to change notification settings - Fork 73
OCPCLOUD-3081: Update to Kube 1.34 deps #428
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
|
@nrb: This pull request references OCPCLOUD-3081 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.21.0" version, but no target version was set. In response to this: 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
Signed-off-by: Nolan Brubaker <[email protected]>
Signed-off-by: Nolan Brubaker <[email protected]>
|
/test unit,vet,verify-deps,images,vendor |
|
@nrb: The specified target(s) for The following commands are available to trigger optional jobs: Use In response to this:
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. |
|
/test unit |
|
/test unit |
|
/test vendor vet verify-deps |
|
/test e2e-aws-ovn |
|
I believe this is also important to validate the fix in the unit hashes: /test e2e-aws-ovn-upgrade |
|
/test e2e-azure-ovn-upgrade |
|
/lgtm |
|
/test unit |
Kube 1.34 updated the creationTimestamp field to be omitzero, which means that a null value will not be output at all. Before, the field would be serialized as `creationTimestamp = null`. This change meant that the serialization that we generate our hashes from changed. In practice this field should never be unset, but we're updating the tests to remove hard-coded values anyway. Co-Authored-By: Claude <[email protected]> Signed-off-by: Nolan Brubaker <[email protected]>
|
/test e2e-azure-ovn-upgrade e2e-aws-ovn-upgrade |
|
@nrb: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
Thanks! per tests passing and unit fixed: /lgtm |
|
/verified by @sunzhaohua2 |
|
@sunzhaohua2: This PR has been marked as verified by In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
damdo
left a comment
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.
/approve
Thanks @nrb
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damdo 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 |
No description provided.