forked fromkgateway-dev/kgateway
- Notifications
You must be signed in to change notification settings - Fork8
Releases: solo-io/gloo
Releases · solo-io/gloo
v1.19.0-beta15
275d807
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Helm Changes
- Adds the new helm value
global.image.disableDigest
to disable adding the container image's hash digest. Defaults to false (#10690)
New Features
- This adds the ability to configure Gateway Pod Topology Spread Constraints via GatewayParams
spec.kube.podTemplate.topologySpreadConstraints
. This can also be managed via Helm specifyingkubeGateway.gatewayParameters.glooGateway.podTemplate.topologySpreadConstraints
. (solo-io/solo-projects#6928)
Fixes
- gateway2/delegation: enable wildcard namespace for label selection
Allows specifying a wildcard value when using the label selector
API to delegate routes. (solo-io/solo-projects#8070)
Assets12
v1.17.28
f6bdcef
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Dependency Bumps
- solo-io/envoy-gloo has been upgraded to v1.30.10-patch1.
Assets12
v1.19.0-beta14
4b03c11
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Dependency Bumps
- solo-io/envoy-gloo has been upgraded to v1.33.0-patch2.
Fixes
- Previously, Gloo did not provide any means to determine whether a request to an AWS Lambda upstream was rate-limited. With this fix, if the AWS Lambda upstream responds to Gloo with a HTTP 429, Gloo will return an HTTP 500 response to the client and set the
x-envoygloo-lambda-statuscode
andx-envoygloo-lambda-statusreason
headers. Thestatuscode
header will be set to429
to indicate the value received from the Lambda upstream, and thestatusreason
header will be set as described in theLambda documentation). (kgateway-dev#10192) - Improved HTTP tunneling documentation and added note about remote JWKS configuration using an upstream with
httpProxyHostname
requiring additional configuration. (solo-io/solo-projects#7497)
Assets12
v1.18.13
a9b2b82
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixes
- Bump the alpine base container image to 3.21.3 (solo-io/solo-projects#7956)
- Add support for setting filter state from the grpc access log with the gatewayProxies.gatewayProxy.gatewaySettings.accessLoggingService.accessLog.grpcService.filterStateObjectsToLog helm value (solo-io/solo-projects#7923)
Assets12
v1.17.27
04c9910
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Dependency Bumps
- golang/go has been upgraded to v1.23.3.
- golang/go has been upgraded to v1.23.7.
Fixes
- Bump the alpine base container image to 3.21.3 (solo-io/solo-projects#7956)
- Add support for setting filter state from the grpc access log with the gatewayProxies.gatewayProxy.gatewaySettings.accessLoggingService.accessLog.grpcService.filterStateObjectsToLog helm value (solo-io/solo-projects#7923)
Assets12
v1.16.24
fa881e8
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Dependency Bumps
- golang/go has been upgraded to v1.23.3.
- golang/go has been upgraded to v1.23.7.
Fixes
- Bump the alpine base container image to 3.21.3 (solo-io/solo-projects#7956)
Assets12
v1.15.36
c73e829
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Dependency Bumps
- golang/go has been upgraded to v1.23.3.
- golang/go has been upgraded to v1.23.7.
Fixes
- Bump the alpine base container image to 3.21.3 (solo-io/solo-projects#7956)
Assets12
v1.19.0-beta13
b233d00
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Dependency Bumps
- golang/go has been upgraded to v1.24.1.
New Features
- Add support for setting filter state from the grpc access log with the gatewayProxies.gatewayProxy.gatewaySettings.accessLoggingService.accessLog.grpcService.filterStateObjectsToLog helm value (solo-io/solo-projects#7923)
- Adds support for http2 via the service port appProtocol spec (solo-io/solo-projects#7824)
Fixes
- Bump the alpine base container image to 3.21.3 (solo-io/solo-projects#7956)
- Discover the Gloo service using labels. In some environments, services must be renamed. This change allows the service to still be discovered when it's been renamed. In the event that multiple services in the namespace have the gloo=gloo label, an error will occur. (solo-io/solo-projects#7646)
- Fixes a bug where the route ordering affects the deprecated aws requiretransform functionality. (solo-io/solo-projects#7882)
Assets12
v1.18.12
ce0e65c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Dependency Bumps
- golang/go has been upgraded to v1.23.7.
Fixes
- Discover the Gloo service using labels. In some environments, services must be renamed. This change allows the service to still be discovered when it's been renamed. In the event that multiple services in the namespace have the gloo=gloo label, an error will occur. (solo-io/solo-projects#7646)
Assets12
v1.18.11
b938f0d
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
This release contained no user-facing changes.