Skip to content

Releases: solo-io/gloo

v1.18.0-beta9

19 Jul 15:03
cb4f56c
Compare
Choose a tag to compare

New Features

Fixes

  • Clarify the inheritance behavior of CORS APIs defined on the VirtualHost and Route level. Previously, there was a claim that when properties were defined at both levels, they were merged. However, the accurate behavior is that RouteOptions fields entirely override VirtualHostOptions when RouteOptions are defined. (#8115)

v1.18.0-beta8

17 Jul 20:54
0cbdbd7
Compare
Choose a tag to compare

Fixes

  • Fix regex safety check for CORS allowed origins. Other instances in gloo already checked the regex either through compile or envoy validate. (#7524)
  • Resolves issue of HTTPS listeners not aggregating appropriately when defined using the same port on a kube gateway. (solo-io/solo-projects#6559)

v1.17.0

15 Jul 18:32
751e637
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/envoy-gloo has been upgraded to v1.30.4-patch1.

Fixes

  • Fix regex safety check for CORS allowed origins. Other instances in gloo already checked the regex either through compile or envoy validate. (#7524)

v1.16.18

15 Jul 18:36
5c3ca79
Compare
Choose a tag to compare

Fixes

  • Fix regex safety check for CORS allowed origins. Other instances in gloo already checked the regex either through compile or envoy validate. (#7524)
  • Infer the gloo deployment name in cases where the deployment name is not the default gloo. The gloo deployment is identified by the gloo=gloo label. (#9163)
  • Optimizes the glooctl check command by reducing the time taken to check resources by almost half in large environments consisting of over 500 namespaces (#9673)
  • Fix a bug where the service and function names of a discovered gRPC service are not printed when running glooctl get upstreams (#9644)

v1.17.0-rc12

12 Jul 19:33
f37eaf2
Compare
Choose a tag to compare

Fixes

v1.18.0-beta7

11 Jul 18:05
cb086c9
Compare
Choose a tag to compare

Fixes

  • Allow GatewayParameters with selfManaged to be applied successfully on k8s versions below 1.29. (#9740)

v1.17.0-rc11

10 Jul 00:36
33ee048
Compare
Choose a tag to compare

Fixes

  • Use kube builder instead of skv2 for faster and easier codegen for GGv2 CRDs. (solo-io/solo-projects#6490)
  • Optimizes the glooctl check command by reducing the time taken to check resources by almost half in large environments consisting of over 500 namespaces (#9673)
  • Infer the gloo deployment name in cases where the deployment name is not the default gloo. The gloo deployment is identified by the gloo=gloo label. (#9163)
  • Fix a bug where the service and function names of a discovered gRPC service are not printed when running glooctl get upstreams (#9644)

v1.18.0-beta6

09 Jul 17:47
2ef43ef
Compare
Choose a tag to compare

New Features

Fixes

  • Infer the gloo deployment name in cases where the deployment name is not the default gloo. The gloo deployment is identified by the gloo=gloo label. (#9163)
  • Fix a bug where the service and function names of a discovered gRPC service are not printed when running glooctl get upstreams (#9644)

v1.18.0-beta5

08 Jul 16:24
f5f200b
Compare
Choose a tag to compare

New Features

  • gloo/api: add missing protos and fields
  • Adds 2 missing protos: external_processor.proto and
    http_status.proto
  • Adds a missing field to deprecation.proto used by
    external_processor.proto (solo-io/solo-projects#6496)
  • gateway2: misc fixes for AI extension

Removes listenAddress from GatewayParameters because it
will be set via aiExtension.env. Adds ports to aiExtension
GatewayParameter field to configure container ports. (solo-io/solo-projects#6465)

v1.13.39

04 Jul 02:51
feb451a
Compare
Choose a tag to compare

Fixes

  • Infer the gloo deployment name in cases where the deployment name is not the default gloo. The gloo deployment is identified by the gloo=gloo label. (#9163)