-
Notifications
You must be signed in to change notification settings - Fork 59
protosanitizer: fix panic if enum value is not found #188
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
protosanitizer: fix panic if enum value is not found #188
Conversation
Hi @huww98. Thanks for your PR. I'm waiting for a kubernetes-csi 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. |
/cc @jsafrane |
13f8e9b
to
c4df6cb
Compare
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: huww98, jsafrane 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 |
The v1.13.2 build contains csi-lib-utils v0.21 which addresses a panic when `GET_SNAPSHOT` is part of the ControllerCapabilities (unknown value for an enum). See-also: kubernetes-csi/csi-lib-utils#188 Signed-off-by: Niels de Vos <[email protected]>
The v1.13.2 build contains csi-lib-utils v0.21 which addresses a panic when `GET_SNAPSHOT` is part of the ControllerCapabilities (unknown value for an enum). See-also: kubernetes-csi/csi-lib-utils#188 Signed-off-by: Niels de Vos <[email protected]>
The v1.13.2 build contains csi-lib-utils v0.21 which addresses a panic when `GET_SNAPSHOT` is part of the ControllerCapabilities (unknown value for an enum). See-also: kubernetes-csi/csi-lib-utils#188 Signed-off-by: Niels de Vos <[email protected]>
The Kubernetes CSI sidecars have had several releases that were not included in deployments by Rook yet, update them to the versions that are available today: - csi-node-driver-registrar:v2.13.1 - csi-provisioner:v5.1.1 - csi-attacher:v4.8.1 - csi-resizer:v1.13.2 - csi-snapshotter:v8.2.1 This change is important, because Ceph-CSI will implement the new Controller.GetSnapshot CSI procedure. A bug in csi-lib-utils causes a panic when a ControllerCapability is provided, but not (yet) known to the CSI sidecars. The updated sidecars consume a version of csi-lib-utils with a fix for that panic. See-also: kubernetes-csi/csi-lib-utils#188 Signed-off-by: Niels de Vos <[email protected]>
The Kubernetes CSI sidecars have had several releases that were not included in deployments by Rook yet, update them to the versions that are available today: - csi-node-driver-registrar:v2.13.1 - csi-provisioner:v5.2.0 - csi-attacher:v4.8.1 - csi-resizer:v1.13.2 - csi-snapshotter:v8.2.1 This change is important, because Ceph-CSI will implement the new Controller.GetSnapshot CSI procedure. A bug in csi-lib-utils causes a panic when a ControllerCapability is provided, but not (yet) known to the CSI sidecars. The updated sidecars consume a version of csi-lib-utils with a fix for that panic. See-also: kubernetes-csi/csi-lib-utils#188 Signed-off-by: Niels de Vos <[email protected]>
The Kubernetes CSI sidecars have had several releases that were not included in deployments by Rook yet, update them to the versions that are available today: - csi-attacher:v4.8.1 - csi-provisioner:v5.2.0 - csi-resizer:v1.13.2 - csi-snapshotter:v8.2.1 This change is important, because Ceph-CSI will implement the new Controller.GetSnapshot CSI procedure. A bug in csi-lib-utils causes a panic when a ControllerCapability is provided, but not (yet) known to the CSI sidecars. The updated sidecars consume a version of csi-lib-utils with a fix for that panic. See-also: kubernetes-csi/csi-lib-utils#188 Signed-off-by: Niels de Vos <[email protected]>
The v1.13.2 build contains csi-lib-utils v0.21 which addresses a panic when `GET_SNAPSHOT` is part of the ControllerCapabilities (unknown value for an enum). See-also: kubernetes-csi/csi-lib-utils#188 Signed-off-by: Niels de Vos <[email protected]>
The Kubernetes CSI sidecars have had several releases that were not included in deployments by Rook yet, update them to the versions that are available today: - csi-attacher:v4.8.1 - csi-provisioner:v5.2.0 - csi-resizer:v1.13.2 - csi-snapshotter:v8.2.1 This change is important, because Ceph-CSI will implement the new Controller.GetSnapshot CSI procedure. A bug in csi-lib-utils causes a panic when a ControllerCapability is provided, but not (yet) known to the CSI sidecars. The updated sidecars consume a version of csi-lib-utils with a fix for that panic. See-also: kubernetes-csi/csi-lib-utils#188 Signed-off-by: Niels de Vos <[email protected]> (cherry picked from commit a168c40)
What type of PR is this?
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #184
Special notes for your reviewer:
Does this PR introduce a user-facing change?: