Skip to content

Releases: solo-io/gloo

v1.17.13

02 Oct 18:19
d9f563c
Compare
Choose a tag to compare
v1.17.13 Pre-release
Pre-release

This release is building...

This release contained no user-facing changes.

v1.17.12

02 Oct 16:45
33d3991
Compare
Choose a tag to compare

Fixes

  • Changes to downgrade the level of strictness added in 1.17.8 for TLS secret validation. We still validate several pieces of the cert but also scrub down to usable bits. This means we avoid envoy nacks while allowing more non-useful or functional info in our TLS secrets. This means we are RFC compliant but it may mean that there could exist some cert data in an edge case which we will elide from envoy but previously would be nacked. (solo-io/solo-projects#6772)

v1.18.0-beta24

01 Oct 15:12
4538565
Compare
Choose a tag to compare

Dependency Bumps

  • sigs.k8s.io/gateway-api has been upgraded to v1.1.0.
  • solo-io/solo-kit has been upgraded to v0.36.1.

Helm Changes

  • Adds a new helm value settings.watchNamespaceSelectors. This allows users to specify namespaces to watch based on label selectors that can be specified via settings.watchNamespaceSelectors.matchLabels for an exact label match and settings.watchNamespaceSelectors.matchExpressions for more generic requirements. The settings.watchNamespaces field will override this if specified. (#9274)

New Features

  • When using the Kubernetes Gateway API, the provisioned ServiceAccount's labels and annotations are now configurable via the GatewayParameters fields spec.kube.serviceAccount.extraLabels and spec.kube.serviceAccount.extraAnnotations. These values can also be set on the default GatewayParameters during install/upgrade using the Helm values kubeGateway.gatewayParameters.glooGateway.serviceAccount.extraLabels and kubeGateway.gatewayParameters.glooGateway.serviceAccount.extraAnnotations. (solo-io/solo-projects#6846)
  • Adds a new field watchNamespaceSelectors to the settings CR. This allows users to specify namespaces to watch based on label selectors. The watchNamespaces field will override this if specified. (#9274)

Fixes

  • Fix a bug that caused discovered Upstreams to not reflect the updated state of parent Services discovered using watchLabels (#8635)

v1.17.11

01 Oct 19:58
7b3c37a
Compare
Choose a tag to compare

Fixes

  • Fix a bug that caused discovered Upstreams to not reflect the updated state of parent Services discovered using watchLabels (#8635)

v1.16.21

01 Oct 19:58
a23bc9e
Compare
Choose a tag to compare

Fixes

  • Fix a bug that caused discovered Upstreams to not reflect the updated state of parent Services discovered using watchLabels (#8635)

v1.15.32

01 Oct 19:57
ad63fa9
Compare
Choose a tag to compare

Fixes

  • Fix a bug that caused discovered Upstreams to not reflect the updated state of parent Services discovered using watchLabels (#8635)

v1.14.32

01 Oct 19:54
e22bec5
Compare
Choose a tag to compare

Fixes

  • Fix a bug that caused discovered Upstreams to not reflect the updated state of parent Services discovered using watchLabels (#8635)
  • Fix a bug where the service and function names of a discovered gRPC service are not printed in JSON and YAML
    output when running glooctl get upstreams (#9743)
  • 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-beta23

27 Sep 15:11
2a290f0
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/cloud-builders has been upgraded to 0.10.1.
  • golang/go has been upgraded to go1.23.1.
  • solo-io/go-utils has been upgraded to 0.27.0.

Helm Changes

  • Automatically set the GOMAXPROCS environment variable in the gloo and discovery pods when CPU resource limits are set (via the resources.limits.cpu deployment helm value). Automatically set the GOMEMLIMIT environment variable in the gloo and discovery pods when memory resource limits are set (via the resources.limits.memory deployment helm value). These may help limit CPU/memory usage when resource limits are set on the pods. (#10062)

New Features

v1.17.10

24 Sep 19:26
df90c9d
Compare
Choose a tag to compare

This release contained no user-facing changes.

v1.17.9

23 Sep 20:06
2362f6f
Compare
Choose a tag to compare

Dependency Bumps

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

Fixes

  • Adds a new field watchNamespaceSelectors to the settings CR. This allows users to specify namespaces to watch based on label selectors. The watchNamespaces field will override this if specified. (#9274)
  • Adds a new helm value settings.watchNamespaceSelectors. This allows users to specify namespaces to watch based on label selectors that can be specified via settings.watchNamespaceSelectors.matchLabels for an exact label match and settings.watchNamespaceSelectors.matchExpressions for more generic requirements. The settings.watchNamespaces field will override this if specified. (#9274)