v1.32.1-dd.1
·
3524 commits
to master
since this release
[fips] - Enable boringcrypto in the build image. This should allow build to have fips crypto enabled when we build with CGO_ENABLED=1 Modify the github build to do so. datadog:patch [fips] - Enable fips on select component This would enable *fipsonly* on the following component: - kubelet - kubectl - kube-controller-manager - kube-scheduler The apiserver is currently being held back because not all client is going to be fips. Especially in non govcloud environment. datadog:patch