Skip to content

v2.10.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 23:47
· 284 commits to main since this release

Added

  • Add support for OAuth compatible 3rd party auth services with password-based login. Set auth.serviceURL to the token login endpoint and configure auth.usernamePassword.loginConf.clientID
  • Add publicNetDNSMode option. Supports IP, Node, or Pod values to determine what AIS uses for public network DNS. IP is the current default and matches existing deployments. Pod can be used with host networking to use pod DNS to resolve the host IP, allowing for more granular TLS certificates.
  • Add HOST_IPS env var to init containers with field ref status.hostIPs. Used for future init containers to use to determine public host based on other options without an explicit variable from the operator.

Changed

  • Deprecate enableNodeNameHost added in v2.9.1 in favor of publicNetDNSMode == Node

Full Changelog: v2.9.3...v2.10.0