Skip to content

v1.31.6-dd.1

Choose a tag to compare

@github-actions github-actions released this 13 Feb 18:13
· 6243 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