Skip to content

v0.16.4

Choose a tag to compare

@gshaibi gshaibi released this 12 Jul 08:36
· 22 commits to v0.16 since this release
50303cd

What's Changed

Added

  • Publish FIPS-enabled image variants (<version>-fips) for every release, built with the Go toolchain's native FIPS 140-3 mode (GOFIPS140), and added a global.fips Helm value (default false) that appends -fips to every resolved image tag (guide). #1867
  • Added global.nodePoolLabelKey Helm value to configure spec.global.nodePoolLabelKey in the Config CR for KAI sharding #1774.

Fixed

  • Scoped the operator's informer cache for Pods, Leases and EndpointSlices to the KAI namespace and stripped managed fields from cached objects. Since v0.15.0 the operator cached every such object in the cluster, so its memory grew with cluster size and exceeded the default 256Mi limit on large clusters. #1780
  • Block NaN value for fraction in the pod admission #1798 davidLif
  • In the fractional admission checks, check that the fractional value can be parsed as a quantity. #1798 davidLif

Full Changelog: v0.16.3...v0.16.4