diff --git a/README.md b/README.md index 4186e02163..764b021289 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The following table lists the software versions NGINX Gateway Fabric supports. | NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | NGINX Agent | |----------------------|-------------|------------|-----------|------------|-------------| -| Edge | 1.4.0 | 1.25+ | 1.29.3 | R35 | v3.5.0 | +| Edge | 1.4.0 | 1.25+ | 1.29.3 | R36 | v3.5.0 | | 2.2.1 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.5.0 | | 2.2.0 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.3.2 | | 2.1.4 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 | diff --git a/build/Dockerfile.nginxplus b/build/Dockerfile.nginxplus index a76ddce872..db636f6ecc 100644 --- a/build/Dockerfile.nginxplus +++ b/build/Dockerfile.nginxplus @@ -6,7 +6,7 @@ ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.p FROM alpine:3.22 -ARG NGINX_PLUS_VERSION=R35 +ARG NGINX_PLUS_VERSION=R36 # renovate: datasource=github-tags depName=nginx/agent ARG NGINX_AGENT_VERSION=v3.5.0 ARG NJS_DIR diff --git a/build/ubi/Dockerfile.nginxplus b/build/ubi/Dockerfile.nginxplus index e2951cd125..357fef7af9 100644 --- a/build/ubi/Dockerfile.nginxplus +++ b/build/ubi/Dockerfile.nginxplus @@ -10,7 +10,7 @@ FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi9@sha256:55985e8ef90954271569da91cc FROM redhat/ubi9-minimal:9.7-1763362218 AS ubi-nginx-plus -ARG NGINX_PLUS_VERSION=R35 +ARG NGINX_PLUS_VERSION=R36 # renovate: datasource=github-tags depName=nginx/agent ARG NGINX_AGENT_VERSION=v3.5.0