Skip to content

v1.4.0-beta11

Compare
Choose a tag to compare
@kdorosh kdorosh released this 15 May 14:35
221333b

Dependency Bumps

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

Helm Changes

  • Add new helm value to disable the validation admission webhook (#3016)

New Features

  • glooctl check now reports an error when Enterprise Gloo is installed and is reporting a stat indicating it is out of sync with the Rate Limit server. (#2832)
  • glooctl check now reports an error when Enterprise Gloo is installed and any of the data plane components have reported a nack. (#1627)

Fixes

  • Gloo pod will now log a clear message when an upstream's port does not match that of its underlying kubernetes service. (#2905)
  • Gloo no longer reports a warning when route tables share a weight, since that is the default behavior. This means glooctl check no longer errors out on this route table warning. (#2793)
  • glooctl uninstall now cleans up developer portal resources when Gloo was installed with glooctl install gateway --dry-run | kubectl apply -f -. (#2836)