Skip to content

v1.3.19

Compare
Choose a tag to compare
@kdorosh kdorosh released this 08 Apr 21:56
· 46 commits to v1.3.x since this release
a685e81

Dependency Bumps

  • k8s.io/api has been upgraded to kubernetes-1.17.1.
  • k8s.io/client-go has been upgraded to kubernetes-1.17.1.
  • k8s.io/kubectl has been upgraded to kubernetes-1.17.1.
  • k8s.io/apimachinery has been upgraded to kubernetes-1.17.1.
  • k8s.io/apiextensions-apiserver has been upgraded to kubernetes-1.17.1.
  • k8s.io/apiserver has been upgraded to kubernetes-1.17.1.

Fixes

  • In active (event-heavy) kubernetes environments, if events come in too quickly, they can lead to memory usage growing without bound in Gloo and Discovery. Fix the leak by de-duplicating and processing events immediately. (#2361)
  • The helm chart value gatewayProxies.$gatewayProxy.gatewaySettings.ipv4Only changes the Gateway spec's bindAddress to '0.0.0.0' instead of '::' for both the non-ssl and ssl Gateways. (#2425)