bluek8s / kubedirector

Kubernetes Director (aka KubeDirector) for deploying and managing stateful applications on Kubernetes
Apache License 2.0
399 stars 90 forks source link

require golang 1.18 #624

Closed joel-bluedata closed 2 years ago

joel-bluedata commented 2 years ago

Posting a draft PR of this for CI purposes. Still needs testing.


Putting some CVEs in our rearview mirror.

jf docker scan before: 4 critical, 15 high after (using golang 1.18.5): 1 critical, 8 high

The remaining critical is CVE-2022-1996 from emicklei/go-restful ... we could try to force an update on that package or we might be required to finally move to a more recent version of operator SDK. I'm not super exercised about that one though because I believe it does not apply to KD. Will double-check.

joel-bluedata commented 2 years ago

CI seems OK. Will change to an actual PR after more regression testing.