Skip to content

v1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kdorosh kdorosh released this 24 Oct 20:36

Dependency Bumps

  • solo-io/solo-kit has been upgraded to v0.11.2.
  • solo-io/solo-kit has been upgraded to v0.11.0.
  • solo-io/solo-kit has been upgraded to v0.11.5.
  • solo-io/reporting-client has been upgraded to v0.1.0.

Breaking Changes

  • Make FDS default to whitelist mode (#1171)
  • Flatten prefix rewrite and host rewrite APIs. Move auto_host_rewrite from static upstream to route plugins since it's a route-level Envoy config; this fixes confusing behavior where a single static upstream on a route sets auto_host_rewrite for the entire route. (#1171)
  • Add support for multiple matchers on a Gateway/Gloo Route to reduce user duplication in yaml/user code. Also allows users to omit matchers on routes (the / prefix matcher will be used) to allow all requests to match the route. (#1171)
  • Remove deprecated messages from rbac and jwt. (#1171)
  • Remove deprecated messages from waf. (#1171)
  • Remove the glooctl --version command in favor of glooctl version (#1285)
  • Update glooctl to write using the new strongly-typed API. (#1171)

New Features

Fixes

  • Fix generated API field links in docs.solo.io/gloo/latest/. (#1477)
  • Make prefix_rewrite and host_rewrite nullable. (#1373)