Skip to content

v1.11.50

Compare
Choose a tag to compare
@jenshu jenshu released this 27 Jan 20:28
· 16 commits to v1.11.x since this release
dd164ab

Dependency Bumps

  • solo-io/solo-kit has been upgraded to v0.30.9.

Fixes

  • Fix for argument list too long errors from resource rollout job. The Gateway custom resource yaml is now stored in a ConfigMap. The resource rollout job mounts the ConfigMap as a file and applies the file, instead of applying the entire yaml inline. (#7060)
  • Upgrade to solo-kit version which fixes status reporting for multiple namespaces. (solo-io/solo-kit#529)