Skip to content

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 20 Oct 21:00
· 352 commits to main since this release

Added

  • Auto-scaling mode: Set size: -1 to automatically scale proxy/target pods based on node selectors and tolerations
  • Auto-scale status tracking: New AutoScaleStatus field in cluster status tracks expected nodes for autoScaling clusters
  • Host path mounting: Use useHostPath: true in mount spec to bypass PV/PVC provisioning for direct host storage
  • Token exchange authentication support to allow operators to exchange tokens (e.g., Kubernetes service account tokens or OIDC tokens) with authentication services for AIS JWT tokens

Changed

  • Size validation: Allow size: -1 for autoScaling mode
  • Update target StatefulSet update strategy changed from RollingUpdate to OnDelete.
  • Set maintenance mode before pod deletion during target rollouts.
  • Reverse target rollout order to start from lowest ordinal (0 to N-1).