Skip to content

csa-0.5.0

Latest
Compare
Choose a tag to compare
@witomlin witomlin released this 12 Dec 10:19
86fc13e

Added

  • Support for Kube 1.32.
    • Container resizes now performed through resize subresource.
  • Ability to register an additional CA certificate (or chain) when building the kind node image for integration tests
    and sandbox scripts.

Changed

  • Upgrades Go to 1.23.3.
  • Upgrades all dependencies.
  • Renames controller-runtime controller name to shorten.

Removed

  • Examination of AllocatedResources within container status.
    • Not required and now behind feature gate in Kube 1.32.
  • Controller name label from CSA metrics.

Fixed

  • Inconsistent status updates through informer cache race.
  • CSA metrics not being published.