kubernetes-csi / external-snapshotter

Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
Apache License 2.0
463 stars 361 forks source link

Request: v7 branch release with go >1.21.8 / 1.22.1 #1078

Open adammw opened 2 months ago

adammw commented 2 months ago

Hi,

I'm hoping that a new release v7 branch release could be made compiled with go >1.21.8 / 1.22.1, due to CVE-2023-45288 present in the go 1.21.5 used to compile the current docker image releases. It looks like release-tools bumped directly to go 1.22 in preparation for Kubernetes 1.30, so not sure how difficult this would be.

Thanks.