Skip to content

Commit f70133a

Browse files
lucacomepleshakov
authored andcommitted
Handle query param names in case-sensitive way with njs-0.7.6 in NGINX 1.23.1 image.
NGINX 1.23.1 image includes njs-0.7.6, which now allows handling query param names in case-sensitive manner. For example, in the query string '?test=1&TEST=2', 'test' and 'TEST' are now different params. This makes NGINX Kubernetes Gateway compliant with the Gateway API spec.
1 parent 357c8c7 commit f70133a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/manifests/nginx-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
args:
101101
- --gateway-ctlr-name=k8s-gateway.nginx.org/nginx-gateway/gateway
102102
- --gatewayclass=nginx
103-
- image: nginx:1.21.3
103+
- image: nginx:1.23.1
104104
imagePullPolicy: IfNotPresent
105105
name: nginx
106106
ports:

0 commit comments

Comments
 (0)